November 2011 Archives by date
Starting: Tue Nov 1 15:48:31 CET 2011
Ending: Wed Nov 30 22:20:14 CET 2011
Messages: 407
- [libav-commits] Enable w32threads automatically unless explicitly disabled
Martin Storsjö
- [libav-commits] g726: use int16_t instead of short
Justin Ruggles
- [libav-commits] g726: pre-calculate the number of output samples.
Justin Ruggles
- [libav-commits] g726: split the init function for the encoder and decoder
Justin Ruggles
- [libav-commits] g726: use bits_per_coded_sample instead of bitrate to determine mode
Justin Ruggles
- [libav-commits] g726dec: remove the sample_rate validation
Justin Ruggles
- [libav-commits] g726: treat sample rates other than 8kHz as unofficial.
Justin Ruggles
- [libav-commits] g726enc: use av_assert0() for sample_rate validation
Justin Ruggles
- [libav-commits] g726: return AVERROR(EINVAL) instead of -1 for invalid channel count
Justin Ruggles
- [libav-commits] g726: group the g726_encoder AVCodec with the other encoding functions
Justin Ruggles
- [libav-commits] g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check
Justin Ruggles
- [libav-commits] g726enc: add private option for setting code size directly.
Justin Ruggles
- [libav-commits] g726: don't pass index to g726_reset()
Justin Ruggles
- [libav-commits] g726dec: add flush() function to reset state when seeking
Justin Ruggles
- [libav-commits] lavc: use designated initialisers for parsers.
Anton Khirnov
- [libav-commits] id3v2: fix type of ID3v2EMFunc.free()
Anton Khirnov
- [libav-commits] vp3: remove some pointless comments
Diego Biurrun
- [libav-commits] Remove some stray unnecessary ffmpeg references.
Diego Biurrun
- [libav-commits] Replace outdated references to ffmpeg tool with avconv.
Diego Biurrun
- [libav-commits] Replace ffmpeg references with more accurate libav* references.
Diego Biurrun
- [libav-commits] vsrc_testsrc: fix mailing list reference URL
Diego Biurrun
- [libav-commits] Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
- [libav-commits] Replace vendor string in Ogg and FLAC muxers.
Diego Biurrun
- [libav-commits] Create separate functions for the raw GSM demuxer.
Justin Ruggles
- [libav-commits] gsm: use av_get_bytes_per_sample() in frame_bytes calculation
Justin Ruggles
- [libav-commits] gsmdec: log error message when output buffer is too small.
Justin Ruggles
- [libav-commits] libgsmdec: check output buffer size before decoding
Justin Ruggles
- [libav-commits] gsmdec: add flush function to reset the decoder state when seeking
Justin Ruggles
- [libav-commits] gsmdec: do not needlessly set *data_size to 0
Justin Ruggles
- [libav-commits] libgsmdec: do not needlessly set *data_size to 0
Justin Ruggles
- [libav-commits] gsm: log error message when packet is too small
Justin Ruggles
- [libav-commits] libgsm: simplify decoding by using a loop
Justin Ruggles
- [libav-commits] libgsm: add flush function to reset the decoder state when seeking
Justin Ruggles
- [libav-commits] rtsp: add allowed_media_types option
John Brooks
- [libav-commits] cavs: fix some crashes with invalid bitstreams
Mans Rullgard
- [libav-commits] Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.
Michael Niedermayer
- [libav-commits] imc: use DSPContext.bswap16_buf() to byte-swap packet data
Justin Ruggles
- [libav-commits] imc: check output buffer size before decoding
Justin Ruggles
- [libav-commits] imc: check for ff_fft_init() failure
Justin Ruggles
- [libav-commits] imc: validate channel count
Justin Ruggles
- [libav-commits] imc: do not set channel layout for stereo
Justin Ruggles
- [libav-commits] imc: return meaningful error codes instead of -1
Justin Ruggles
- [libav-commits] imc: return error codes instead of 0 for error conditions.
Justin Ruggles
- [libav-commits] ac3enc: doxygen update.
Justin Ruggles
- [libav-commits] flvenc: use first packet delay as global delay.
Justin Ruggles
- [libav-commits] gsm demuxer: do not allocate packet twice.
Justin Ruggles
- [libav-commits] replacement Indeo 3 decoder
Maxim Poliakovski
- [libav-commits] fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64
Justin Ruggles
- [libav-commits] avconv: make negative mappings disable only streams from the specified file
Anton Khirnov
- [libav-commits] avconv: add -attach option.
Anton Khirnov
- [libav-commits] avconv: add -dump_attachment option.
Anton Khirnov
- [libav-commits] avcodec: Remove a misplaced and useless attribute_deprecated
Martin Storsjö
- [libav-commits] avcodec: Make sure codec_type is set by avcodec_get_context_defaults2
Martin Storsjö
- [libav-commits] avfilter: Don't copy garbage from the stack when setting up video pictures.
Alex Converse
- [libav-commits] vp6: Fix illegal read.
Alex Converse
- [libav-commits] configure: declare dependency of h264_vaapi_hwaccel on h264_decoder
Diego Biurrun
- [libav-commits] avcodec: Set flags2 default value depending on availability
Martin Storsjö
- [libav-commits] libx264: Set the default of the rc_lookahead option to -1
Martin Storsjö
- [libav-commits] binkaudio: expand quant_table to accommodate all possible values
Justin Ruggles
- [libav-commits] Fix MMX rgb24 to yuv conversion with gcc 4.6
Mans Rullgard
- [libav-commits] avformat: Split out functions from network.h to a new file, network.c
Martin Storsjö
- [libav-commits] avcodec: Allow locking and unlocking an avformat specific mutex
Martin Storsjö
- [libav-commits] configure: Allow linking to openssl
Martin Storsjö
- [libav-commits] avformat: Add ff_tls_init()/deinit() that initialize OpenSSL
Martin Storsjö
- [libav-commits] configure: Allow linking to the gnutls library
Martin Storsjö
- [libav-commits] w32threads: Wrap the mutex functions in inline functions returning int
Martin Storsjö
- [libav-commits] avformat: Initialize gnutls in ff_tls_init()
Martin Storsjö
- [libav-commits] avformat: Add the tls protocol, using OpenSSL or gnutls
Martin Storsjö
- [libav-commits] avformat: Add the https protocol
Martin Storsjö
- [libav-commits] avformat: Add functions for doing global network initialization
Martin Storsjö
- [libav-commits] Fix MMX rgb24 to yuv conversion with gcc 4.6
Mans Rullgard
- [libav-commits] Make DECLARE_ALIGNED macros work with external array specifiers
Måns Rullgård
- [libav-commits] Fix ff_imdct_calc_sse() on gcc-4.6
Alex Converse
- [libav-commits] movenc: Set a correct packet size for AMR-NB mode 15, "no data"
Carl Eugen Hoyos
- [libav-commits] libvo-aacenc: Sync up with 0.7.2
Reinhard Tartler
- [libav-commits] cavs: fix some crashes with invalid bitstreams
Mans Rullgard
- [libav-commits] Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.
Michael Niedermayer
- [libav-commits] Release notes and changelog for 0.6.3
Reinhard Tartler
- [libav-commits] Release notes and changelog for 0.5.5
Reinhard Tartler
- [libav-commits] update version
Reinhard Tartler
- [libav-commits] update version
Reinhard Tartler
- [libav-commits] Tag v0.5.5 : Tag 0.5.5 Release
Reinhard Tartler
- [libav-commits] Tag v0.6.3 : Tag 0.6.3 Release
Reinhard Tartler
- [libav-commits] Announce Libav 0.6.3 and Libav 0.5.5
Reinhard Tartler
- [libav-commits] h264: improve calculation of codec delay.
Ronald S. Bultje
- [libav-commits] avfilter: don't abort() on zero-size allocations.
Ronald S. Bultje
- [libav-commits] matroskadec: empty blocks are in fact valid.
Ronald S. Bultje
- [libav-commits] libavfilter: reindent.
Ronald S. Bultje
- [libav-commits] swscale: align vertical filtersize by 2 on x86.
Ronald S. Bultje
- [libav-commits] h264_weight: remove duplication functions.
Ronald S. Bultje
- [libav-commits] movdec: Set frame_size for AMR
Carl Eugen Hoyos
- [libav-commits] rtsp: Disable chunked http post through AVOptions
Martin Storsjö
- [libav-commits] http: Remove the custom function for disabling chunked posts
Martin Storsjö
- [libav-commits] Update x86inc.asm to latest x264 version, and add AVX symmetry.
Loren Merritt
- [libav-commits] swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
Ronald S. Bultje
- [libav-commits] deprecate codec IDs that won't ever be used
Kostya Shishkov
- [libav-commits] move 8SVX audio codecs to the audio codec list part on the next bump
Kostya Shishkov
- [libav-commits] cosmetics: insert some spaces in explicit enum value assignments
Kostya Shishkov
- [libav-commits] avstring: Add locale independent implementations of toupper/tolower
Luca Barbato
- [libav-commits] avstring: Add locale independent implementations of strcasecmp/strncasecmp
Reimar Döffinger
- [libav-commits] Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
- [libav-commits] avutil: Don't allow using strcasecmp/strncasecmp
Reimar Döffinger
- [libav-commits] Remove leftover includes of strings.h
Martin Storsjö
- [libav-commits] Call avformat_network_init/deinit in the programs
Martin Storsjö
- [libav-commits] openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0
Martin Storsjö
- [libav-commits] doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formats
Anton Khirnov
- [libav-commits] doc/avconv: elaborate on basic functionality.
Anton Khirnov
- [libav-commits] avconv: use file:stream instead of file.stream in log messages.
Anton Khirnov
- [libav-commits] avconv: move copy_initial_nonkeyframes to the options context.
Anton Khirnov
- [libav-commits] avconv: fix broken indentation
Anton Khirnov
- [libav-commits] avconv: remove some redundant temporary variables.
Anton Khirnov
- [libav-commits] Changelog: update ffmpeg/avconv incompatibility list.
Anton Khirnov
- [libav-commits] Changelog: add more entries.
Anton Khirnov
- [libav-commits] lavf: don't return from void av_update_cur_dts()
Anton Khirnov
- [libav-commits] doc/APIchanges: add missing dates and hashes
Anton Khirnov
- [libav-commits] x86inc: use sse versions of common macros instead of sse2 when applicable
Justin Ruggles
- [libav-commits] dsputil: use cpuflags in x86 versions of vector_clip_int32()
Justin Ruggles
- [libav-commits] rtsp: Discard the dynamic handler, if it has an alloc function which failed
Martin Storsjö
- [libav-commits] rdt: Check the return value of avformat_open
Martin Storsjö
- [libav-commits] rdt: Set AVFMT_NOFILE on ff_rdt_demuxer
Martin Storsjö
- [libav-commits] avformat: Revise wording
Martin Storsjö
- [libav-commits] avformat: Warn about using network functions without calling avformat_network_init
Martin Storsjö
- [libav-commits] msmpeg4: Don't set up run-level info for level 0.
Alex Converse
- [libav-commits] mpeg12enc: Don't set up run-level info for level 0.
Alex Converse
- [libav-commits] mpeg12enc: Remove write-only variables.
Alex Converse
- [libav-commits] matroskaenc: Make sure the seekhead struct is freed even on seek failure
Martin Storsjö
- [libav-commits] BMV demuxer and decoder
Kostya Shishkov
- [libav-commits] avformat: Avoid a warning about mixed declarations and code
Martin Storsjö
- [libav-commits] lavf: expand doxy for some AVFormatContext fields.
Anton Khirnov
- [libav-commits] doc/git-howto: expand format-patch and send-email notes.
Anton Khirnov
- [libav-commits] avplay: reset rdft when closing stream.
Justin Ruggles
- [libav-commits] x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory
Diego Biurrun
- [libav-commits] indeo3data: add missing config.h #include for HAVE_BIGENDIAN
Diego Biurrun
- [libav-commits] Remove redundant filename self-references inside files.
Diego Biurrun
- [libav-commits] mace: only calculate output buffer size once
Justin Ruggles
- [libav-commits] ra288: use memcpy() to copy decoded samples to output
Justin Ruggles
- [libav-commits] ra288: utilize DSPContext.vector_fmul()
Justin Ruggles
- [libav-commits] ra288: return error if input buffer is too small
Justin Ruggles
- [libav-commits] mpegts: set stream id on just created stream, not an unrelated variable
Anton Khirnov
- [libav-commits] mxfdec: Fix comparison of unsigned expression < 0.
Alex Converse
- [libav-commits] indeo3: Fix a fencepost error.
Alex Converse
- [libav-commits] tls: Use ERR_get_error() in do_tls_poll
Martin Storsjö
- [libav-commits] lavf: don't leak corrupted packets
Andrey Utkin
- [libav-commits] vc1dec: take ME precision into account while scaling MV predictors.
shahriman AMS
- [libav-commits] vc1dec: Partial rewrite of vc1_pred_mv()
shahriman AMS
- [libav-commits] vc1dec: use correct hybrid prediction threshold.
shahriman AMS
- [libav-commits] vc1dec: move an if() block.
shahriman AMS
- [libav-commits] VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)
shahriman AMS
- [libav-commits] udp: Allow specifying the local IP address
Martin Storsjö
- [libav-commits] ra288: fix formatting of LOCAL_ALIGNED_16
Justin Ruggles
- [libav-commits] sipr: do not needlessly set *data_size to 0 when returning an error
Justin Ruggles
- [libav-commits] sipr: set mode based on block_align instead of bit_rate
Justin Ruggles
- [libav-commits] sipr: use a function pointer to select the decode_frame function
Justin Ruggles
- [libav-commits] smackaud: use sign_extend() for difference value instead of casting
Justin Ruggles
- [libav-commits] smackaud: clip output samples
Justin Ruggles
- [libav-commits] smackaud: use uint8_t* for 8-bit output buffer type
Justin Ruggles
- [libav-commits] ra144enc: add sample_fmts list to ff_ra_144_encoder
Justin Ruggles
- [libav-commits] avcodec: add support for planar signed 8-bit PCM.
Justin Ruggles
- [libav-commits] avc: fix memory errors when encoding invalid h264 codecdata
John Brooks
- [libav-commits] avio: Free URLContext private data allocated via AVOptions
Martin Storsjö
- [libav-commits] crypto: Don't manually free memory allocated via AVOptions
Martin Storsjö
- [libav-commits] http: Make custom headers settable via an AVOption
Martin Storsjö
- [libav-commits] rtsp: Set http custom headers via the AVOption
Martin Storsjö
- [libav-commits] mms: Set http custom headers via the AVOption
Martin Storsjö
- [libav-commits] http: Remove the now unused ff_http_set_headers custom function
Martin Storsjö
- [libav-commits] http: Change an error log message to a warning
Martin Storsjö
- [libav-commits] http: use different classes for http and https.
Anton Khirnov
- [libav-commits] tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK
Anton Khirnov
- [libav-commits] crypto: add decoding flag to options.
Anton Khirnov
- [libav-commits] avconv: remove some codec-specific hacks
Anton Khirnov
- [libav-commits] http: Add encoding/decoding flags to the AVOptions
Anton Khirnov
- [libav-commits] http: Change the chunksize AVOption into chunked_post
Martin Storsjö
- [libav-commits] sunrast: Check for invalid/corrupted bitstream
Laurent Aimar
- [libav-commits] http: Don't add a Range: bytes=0- header for POST
Martin Storsjö
- [libav-commits] vorbisdec: return proper error codes instead of made-up ones
Justin Ruggles
- [libav-commits] vorbisdec: remove unneeded buf_size==0 check
Justin Ruggles
- [libav-commits] vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check
Justin Ruggles
- [libav-commits] truespeech: use memmove() in truespeech_update_filters()
Justin Ruggles
- [libav-commits] apedec: remove unneeded entropy decoder normalization.
Justin Ruggles
- [libav-commits] apedec: check output buffer size after calculating actual output size
Justin Ruggles
- [libav-commits] apedec: do not needlessly copy s->samples to nblocks.
Justin Ruggles
- [libav-commits] apedec: consume the whole packet when copying to the decoder buffer.
Justin Ruggles
- [libav-commits] atrac1: use correct context for av_log()
Justin Ruggles
- [libav-commits] mpc7: Fix memset call in mpc7_decode_frame function
Alex Converse
- [libav-commits] aes: Avoid illegal read and don't generate more key than we use.
Alex Converse
- [libav-commits] tls: Use the URLContext as logging context
Martin Storsjö
- [libav-commits] doc: update libavfilter documentation
Luca Barbato
- [libav-commits] AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)
Mike Melanson
- [libav-commits] AVOptions: don't return an invalid option when option list is empty
Anton Khirnov
- [libav-commits] http: Print an error message for Authorization Required, too
Martin Storsjö
- [libav-commits] http: Handle proxy authentication
Martin Storsjö
- [libav-commits] rtpdec: Simplify finalize_packet
John Brooks
- [libav-commits] swscale: add padding to conversion buffer.
Sean McGovern
- [libav-commits] twinvq: check for allocation failure in init_mdct_win()
Justin Ruggles
- [libav-commits] vqf: do not set bits_per_coded_sample for TwinVQ.
Justin Ruggles
- [libav-commits] vqf/twinvq: pass vqf COMM chunk info in extradata
Justin Ruggles
- [libav-commits] twinvq: add SSE/AVX optimized sum/difference stereo interleaving
Justin Ruggles
- [libav-commits] dpcm: remove unneeded buf_size==0 check.
Justin Ruggles
- [libav-commits] dpcm: do not try to decode empty packets
Justin Ruggles
- [libav-commits] mpc7: only support stereo input.
Justin Ruggles
- [libav-commits] shorten: do not modify samples pointer when interleaving
Justin Ruggles
- [libav-commits] tta: use an integer instead of a pointer to iterate output samples
Justin Ruggles
- [libav-commits] VBLE Decoder
Derek Buitenhuis
- [libav-commits] vble: remove vble_error_close
Janne Grunau
- [libav-commits] swscale: handle unaligned buffers in yuv2plane1
Ronald S. Bultje
- [libav-commits] doc: prettyfy the texi2html documentation
Luca Barbato
- [libav-commits] texi2html: remove stray \n
Luca Barbato
- [libav-commits] avio: Add AVIOInterruptCB
Martin Storsjö
- [libav-commits] avio: Add an internal utility function for checking the new interrupt callback
Martin Storsjö
- [libav-commits] avformat: Use ff_check_interrupt
Martin Storsjö
- [libav-commits] avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
- [libav-commits] avformat: Pass the interrupt callback on to chained muxers/demuxers
Martin Storsjö
- [libav-commits] avio: add and use ffurl_protocol_next().
Anton Khirnov
- [libav-commits] avio: add support for passing options to protocols.
Anton Khirnov
- [libav-commits] avio: add avio_open2, taking an interrupt callback and options
Martin Storsjö
- [libav-commits] avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards
Martin Storsjö
- [libav-commits] lavf: pass options from AVFormatContext to avio.
Anton Khirnov
- [libav-commits] doc: add support for an optional navigation bar in texi2html pages
Janne Grunau
- [libav-commits] css: uniform links in heading tags
Luca Barbato
- [libav-commits] hwaccel: OS X Video Decoder Acceleration (VDA) support.
Sebastien Zwickert
- [libav-commits] lavf: simplify format_child_class_next()
Luca Barbato
- [libav-commits] pulse: compute frame_duration once and fix it
Luca Barbato
- [libav-commits] binkvideo: simplify and remove invalid shifts
Mans Rullgard
- [libav-commits] mpegaudiodec: init static tables in AVCodec.init_static_data()
Justin Ruggles
- [libav-commits] cosmetics: indentation
Justin Ruggles
- [libav-commits] lavf: fix multiplication overflow in avformat_find_stream_info()
Mans Rullgard
- [libav-commits] lagarith: Add correct line prediction for RGB
Nathan Caldwell
- [libav-commits] lagarith: add some RGBA decoding support
Kostya Shishkov
- [libav-commits] cinepak: Add another special case so that it can handle the following file:
Mike Melanson
- [libav-commits] avutil: Add av_timegm as a public function
Martin Storsjö
- [libav-commits] avformat: Interpret times in ff_iso8601_to_unix_time as UTC
Martin Storsjö
- [libav-commits] avformat: Accept the ISO8601 separate format as input, too
Martin Storsjö
- [libav-commits] mpegaudiodec: Don't use a nonexistent log context for av_dlog
Martin Storsjö
- [libav-commits] tls: Use TLSv1_client_method for OpenSSL
Martin Storsjö
- [libav-commits] vp6: Fix illegal read.
Thierry Foucu
- [libav-commits] vp5: Fix illegal read.
Alex Converse
- [libav-commits] rtpdec: unwrap RTP timestamps for PTS calculation
John Brooks
- [libav-commits] rtpdec: only use RTCP for PTS when synchronizing multiple streams
John Brooks
- [libav-commits] segafilm: add support for raw videos
Matthew Hoops
- [libav-commits] http: Split out the non-chunked buffer reading part from http_read
Martin Storsjö
- [libav-commits] http: Add a new protocol for opening connections via http proxies
Martin Storsjö
- [libav-commits] http: Reorder two code blocks
Martin Storsjö
- [libav-commits] tls: Handle connection via a http proxy
Martin Storsjö
- [libav-commits] http: Don't use the normal http proxy mechanism for https
Martin Storsjö
- [libav-commits] applehttp: Fix seeking in streams not starting at DTS=0
Panagiotis H.M. Issaris
- [libav-commits] cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0
Michael Niedermayer
- [libav-commits] cinepak: simplify, use FFMIN()
Michael Niedermayer
- [libav-commits] cinepak, simplify, use AV_RB24()
Michael Niedermayer
- [libav-commits] cinepak: check strip_size
Michael Niedermayer
- [libav-commits] cinepak: remove redundant coordinate checks
Michael Niedermayer
- [libav-commits] avconv: Set new interrupt callbacks for all AVFormatContexts, use avio_open2() everywhere
Martin Storsjö
- [libav-commits] avplay: Set the new interrupt callback
Martin Storsjö
- [libav-commits] avio: Mark the old interrupt callback mechanism as deprecated
Martin Storsjö
- [libav-commits] Add an APIchanges entry and a minor bump for avio changes.
Anton Khirnov
- [libav-commits] fate-lavf-ts: use -mpegts_transport_stream_id option.
Anton Khirnov
- [libav-commits] cinepack: return non-generic errors
Luca Barbato
- [libav-commits] rtmp: do not hardcode invoke numbers
Josh Allmann
- [libav-commits] configure: add check for w32threads to enable it automatically
Janne Grunau
- [libav-commits] imgutils: Fix illegal read.
Thierry Foucu
- [libav-commits] avcodec: remove pointless AVOption, internal_buffer_count
Justin Ruggles
- [libav-commits] avcodec: fix some const warnings
Justin Ruggles
- [libav-commits] avcodec: use av_opt_set() instead of deprecated av_set_string3()
Justin Ruggles
- [libav-commits] lavc: introduce avcodec_open2() as a replacement for avcodec_open().
Anton Khirnov
- [libav-commits] lavc: fix parentheses placement in avcodec_open2().
Baptiste Coudurier
- [libav-commits] lavf: add avformat_find_stream_info()
Anton Khirnov
- [libav-commits] lavf: fix invalid reads in avformat_find_stream_info()
Anton Khirnov
- [libav-commits] lavf: fix multiplication overflow in avformat_find_stream_info()
Mans Rullgard
- [libav-commits] Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_stream_info .
Anton Khirnov
- [libav-commits] avcodec: move some AVCodecContext fields to an internal struct.
Justin Ruggles
- [libav-commits] swscale: Fix stack alignment for SSE
John Stebbins
- [libav-commits] httpproxy: Specify the object files needed in the Makefile
Martin Storsjö
- [libav-commits] httpproxy: Fix dependencies
John Stebbins
- [libav-commits] configure: add libpulse to help output
Anton Khirnov
- [libav-commits] doc/filters: fix some typos.
Anton Khirnov
- [libav-commits] avconv: rename 'os' variable to 'oc'
Anton Khirnov
- [libav-commits] avconv: cosmetics, reformat transcode_init()
Anton Khirnov
- [libav-commits] pthread: add some malloc failure checks
Justin Ruggles
- [libav-commits] avconv: split off streamcopy handling into a separate loop.
Anton Khirnov
- [libav-commits] avconv: remove an always true condition and reindent.
Anton Khirnov
- [libav-commits] avconv: move streamcopy-only code out of decoding loop.
Anton Khirnov
- [libav-commits] avconv: reindent.
Anton Khirnov
- [libav-commits] avconv: split audio transcoding out of output_packet().
Anton Khirnov
- [libav-commits] avconv: split video transcoding out of output_packet().
Anton Khirnov
- [libav-commits] avconv: split subtitle transcoding out of output_packet().
Anton Khirnov
- [libav-commits] avconv: cleanup the transcoding loop in output_packet().
Anton Khirnov
- [libav-commits] pthread: do not touch has_b_frames
Janne Grunau
- [libav-commits] ARM: add explicit .arch and .fpu directives to asm.S
Mans Rullgard
- [libav-commits] regtest: split video encode/decode tests into individual targets
Mans Rullgard
- [libav-commits] doxy: cleanup pixfmt.h
Luca Barbato
- [libav-commits] doxy: provide a start page and document libavutil
Luca Barbato
- [libav-commits] doxy: introduce an empty structure in libavcodec
Luca Barbato
- [libav-commits] doxy: structure libavformat groups
Luca Barbato
- [libav-commits] Add libavutil/mathematics.h #includes for INFINITY
Mans Rullgard
- [libav-commits] mov: Remove some redundant and obsolete comments.
Alex Converse
- [libav-commits] wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.
Justin Ruggles
- [libav-commits] dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()
Justin Ruggles
- [libav-commits] dsputil: use cpuflags in x86 emu_edge_core
Justin Ruggles
- [libav-commits] bugreports: update for avconv/avplay program names
Janne Grunau
- [libav-commits] bugreports: fix typos
Janne Grunau
- [libav-commits] avconv: Consistently use PIX_FMT_NONE.
Alex Converse
- [libav-commits] aacdec: Fix PS in ADTS.
Alex Converse
- [libav-commits] ARM: remove needless .text/.align directives
Mans Rullgard
- [libav-commits] md5enc: add flags
Anton Khirnov
- [libav-commits] tiffenc: add a private option for selecting compression algorithm
Anton Khirnov
- [libav-commits] avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
Anton Khirnov
- [libav-commits] crcenc: add flags
Anton Khirnov
- [libav-commits] cdg: skip packets that don't contain a cdg command.
Justin Ruggles
- [libav-commits] bethsoftvideo: return proper consumed size for palette packets.
Anton Khirnov
- [libav-commits] avconv: use the same behavior when decoding audio/video/subs
Anton Khirnov
- [libav-commits] avconv: declare some variables in blocks where they are used
Anton Khirnov
- [libav-commits] avconv: formatting fixes in output_packet()
Anton Khirnov
- [libav-commits] avconv: remove a now unused parameter from output_packet().
Anton Khirnov
- [libav-commits] pcmdec: remove unneeded resetting of samples pointer
Justin Ruggles
- [libav-commits] avconv: fix segfault at EOF with delayed pictures
Janne Grunau
- [libav-commits] libavutil: add planar sample formats and av_sample_fmt_is_planar()
Justin Ruggles
- [libav-commits] libavutil: add utility functions to simplify allocation of audio buffers.
Justin Ruggles
- [libav-commits] pixfmt: add planar RGB formats.
Ronald S. Bultje
- [libav-commits] Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].
Ronald S. Bultje
- [libav-commits] h264: add support for decoding planar RGB images.
Ronald S. Bultje
- [libav-commits] swscale: add support for planar RGB input.
Ronald S. Bultje
- [libav-commits] swscale: fix failing fate tests.
Ronald S. Bultje
- [libav-commits] tiffenc: deprecate using compression_level
Anton Khirnov
- [libav-commits] snow: split snow in snowdec and snowenc
Luca Barbato
- [libav-commits] MK(BE)TAG: avoid undefined shifts
Mans Rullgard
- [libav-commits] aacdec: add more fate tests covering SBR and PS
Janne Grunau
- [libav-commits] frame-mt: return consumed packet size in ff_thread_decode_frame
Janne Grunau
- [libav-commits] nullenc: drop AVFMT_RAWPICTURE from the flags
Luca Barbato
- [libav-commits] dca: ARMv6 optimised decode_blockcode()
Mans Rullgard
- [libav-commits] Make channel layout masks unsigned
Mans Rullgard
- [libav-commits] configure: Store vda lib flags in extralibs instead of ldflags
Rafaël Carré
- [libav-commits] Fix av_get_channel_layout_string() for positions >31
Mans Rullgard
- [libav-commits] swscale: Readd #define _SVID_SOURCE
Martin Storsjö
- [libav-commits] lavc: update doxy to use nondeprecated API.
Anton Khirnov
- [libav-commits] cook: fix apparent typo in extradata parsing
K.Y.H
- [libav-commits] fraps: check for overread.
Michael Niedermayer
- [libav-commits] flicvideo: check extradata_size before accessing extradata.
Carl Eugen Hoyos
- [libav-commits] nuv: use FFALIGN.
Reimar Döffinger
- [libav-commits] nuv: check per-frame header for validity.
Reimar Döffinger
- [libav-commits] rtjpeg: check get_block return value for error.
Reimar Döffinger
- [libav-commits] rtjpeg: simplify get_block() by using get_bits_left.
Reimar Döffinger
- [libav-commits] gif: fix invalid signed shifts
Mans Rullgard
- [libav-commits] qtrle: simplify 32-bit decode using intreadwrite macros
Mans Rullgard
- [libav-commits] apedec: fix signed integer overflows
Mans Rullgard
- [libav-commits] cook: use a table for xor key rotation
Mans Rullgard
- [libav-commits] sol: use AV_RL32 instead of raw pointer cast
Mans Rullgard
- [libav-commits] [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.
Cheng Sun
- [libav-commits] rv34: fix signed multiplication overflow
Mans Rullgard
- [libav-commits] svq1dec: use sign_extend()
Mans Rullgard
- [libav-commits] svq1enc: fix signed multiplication overflow
Mans Rullgard
- [libav-commits] s3tc: fix shift overflow by using unsigned constant
Mans Rullgard
- [libav-commits] dv: simplify bitstream splicing in dv_decode_ac()
Mans Rullgard
- [libav-commits] dnxhdenc: fix signed overflows
Mans Rullgard
- [libav-commits] adx: rename struct PREV to ADXChannelState
Justin Ruggles
- [libav-commits] adx: change short to int16_t
Justin Ruggles
- [libav-commits] adx: remove useless comments
Justin Ruggles
- [libav-commits] adx: cosmetics: general pretty-printing and comment clean-up
Justin Ruggles
- [libav-commits] adx: validate header values
Justin Ruggles
- [libav-commits] adx: remove unneeded post-decode channel interleaving
Justin Ruggles
- [libav-commits] adx: fix the data offset parsing in adx_decode_header()
Justin Ruggles
- [libav-commits] adx: simplify adx_decode() by using get_sbits() to read residual samples
Justin Ruggles
- [libav-commits] adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow
Justin Ruggles
- [libav-commits] adx: calculate correct LPC coeffs
Justin Ruggles
- [libav-commits] adx: simplify encoding by using put_sbits()
Justin Ruggles
- [libav-commits] adx: check for unsupported ADX formats
Justin Ruggles
- [libav-commits] adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES
Justin Ruggles
- [libav-commits] adx: calculate the number of blocks in a packet
Justin Ruggles
- [libav-commits] adx: move header decoding to ADX common code
Justin Ruggles
- [libav-commits] adx: add an ADX parser.
Justin Ruggles
- [libav-commits] avformat: add CRI ADX format demuxer
Justin Ruggles
- [libav-commits] adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
Justin Ruggles
- [libav-commits] snow: fix signed overflow in byte to 32-bit replication
Mans Rullgard
- [libav-commits] svq1enc: remove stale altivec-related hack
Mans Rullgard
- [libav-commits] snow: fix integer overflows
Mans Rullgard
- [libav-commits] swscale: fix signed overflow in yuv2mono_X_c_template
Mans Rullgard
- [libav-commits] pthread: track thread existence in a separate variable.
Cheng Sun
- [libav-commits] Generalize RIFF INFO tag support; support reading INFO tag in wav
Victor Vasiliev
- [libav-commits] vc1: select interlaced scan table by FCM element
Kostya Shishkov
- [libav-commits] wmavoice: Make format string match variable type.
Alex Converse
- [libav-commits] mov: Make format string match variable type.
Alex Converse
- [libav-commits] musepack: fix signed shift overflow in mpc_read_packet()
Mans Rullgard
- [libav-commits] mpegaudio: do not use init_static_data() for initializing tables.
Justin Ruggles
- [libav-commits] x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.
Vitor Sessak
- [libav-commits] indeo3: error out if no motion vector is set.
Aneesh Dogra
- [libav-commits] doc: cleanup filter section
Luca Barbato
- [libav-commits] vc1: use an enum for Frame Coding Mode
Luca Barbato
- [libav-commits] dca: Replace oversized unused get_bits() with skip_bits_long().
Alex Converse
- [libav-commits] md5proto: Fix order of operations.
Alex Converse
- [libav-commits] indeo3: cosmetics
Kostya Shishkov
- [libav-commits] Eliminate pointless 0/NULL initializers in AVCodec and similar declarations .
Diego Biurrun
- [libav-commits] timer: fix misspelling of "decicycles"
Mans Rullgard
- [libav-commits] APIchanges: fill in some blanks
Mans Rullgard
- [libav-commits] txd: Fix order of operations.
Alex Converse
- [libav-commits] adtsenc: Check frame size.
Alex Converse
- [libav-commits] pthread: don't increment index on zero-sized packets.
Aaron Colwell
- [libav-commits] avconv: Handle audio sync for non-S16 sample formats.
Alex Converse
- [libav-commits] indeo3: check per-plane data buffer against input buffer bounds.
Aneesh Dogra
- [libav-commits] avconv: update InputStream.pts in the streamcopy case.
Anton Khirnov
- [libav-commits] lavf: estimate frame duration from r_frame_rate.
Anton Khirnov
- [libav-commits] avconv: compute next_pts from input packet duration when possible.
Anton Khirnov
- [libav-commits] rmdec: don't set codec timebase.
Anton Khirnov
- [libav-commits] matroskadec: don't set codec timebase.
Anton Khirnov
- [libav-commits] avconv: make copy_tb on by default.
Anton Khirnov
- [libav-commits] rtpdec: Add an init function that can do custom codec context initialization
Martin Storsjö
- [libav-commits] rtpdec: Add support for G726 audio
Miroslav Slugeň
- [libav-commits] lavf: make av_set_pts_info private.
Anton Khirnov
- [libav-commits] rv40: move loop filter to rv34dsp context
Janne Grunau
- [libav-commits] rtpdec: Templatize the code for different g726 bitrate variants
Martin Storsjö
Last message date:
Wed Nov 30 22:20:14 CET 2011
Archived on: Wed Nov 30 22:20:17 CET 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).