]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-10-29 Justin Rugglesdca: handle errors from dca_decode_block()
2011-10-29 Justin Rugglesdca: return error if the frame header is invalid
2011-10-29 Justin Rugglesdca: return proper error codes instead of -1
2011-10-29 Kostya Shishkovutvideo: handle empty Huffman trees
2011-10-29 Justin Rugglesbinkaudio: change short to int16_t
2011-10-29 Justin Rugglesbinkaudio: only decode one block at a time.
2011-10-29 Justin Rugglesbinkaudio: store interleaved overlap samples in BinkAud...
2011-10-29 Justin Rugglesbinkaudio: pre-calculate quantization factors
2011-10-29 Justin Rugglesbinkaudio: add some buffer overread checks.
2011-10-29 Justin Rugglesatrac3: support float or int16 output using request_sam...
2011-10-29 Justin Rugglesatrac3: add CODEC_CAP_SUBFRAMES capability
2011-10-29 Justin Rugglesatrac3: return appropriate error codes instead of -1
2011-10-29 Justin Rugglesatrac3: make sure all memory is freed on init failure
2011-10-29 Justin Rugglesatrac3: add a couple macro constants
2011-10-29 Justin Rugglesatrac3: return error if packet is too small
2011-10-29 Justin Rugglesatrac3: check output buffer size before decoding
2011-10-29 Justin Rugglesatrac3: use separate pointers for each channel in decod...
2011-10-29 Justin Rugglesatrac3: use optimized float_interleave() function for...
2011-10-29 Justin Rugglesatrac3: decode mono directly to the output buffer
2011-10-29 Justin Rugglesatrac3: decode output to float samples instead of conve...
2011-10-29 Justin Rugglesatrac1: return appropriate error codes instead of -1
2011-10-29 Justin Rugglesatrac1: check for ff_mdct_init() failure
2011-10-29 Justin Rugglesatrac1: use optimized float_interleave() function for...
2011-10-29 Justin Rugglesatrac1: fix a typo
2011-10-29 Justin Rugglesatrac1: validate number of channels
2011-10-29 Justin Rugglesatrac1: decode mono audio directly to output buffer
2011-10-29 Justin Rugglesatrac1: check output buffer size before decoding
2011-10-29 Justin Rugglescook: return AVERROR_PATCHWELCOME instead of ENOTSUP
2011-10-29 Justin Rugglescook: check output buffer size before decoding
2011-10-29 Justin Rugglescook: do not needlessly set *data_size to 0
2011-10-29 Justin Rugglescook: remove pointless return statements
2011-10-29 Justin Rugglescook: simplify decouple_info()
2011-10-29 Justin Rugglescook: return appropriate error codes instead of -1
2011-10-29 Justin Rugglescook: avoid hardcoded sizes in sizeof()
2011-10-29 Justin Rugglescook: remove unneeded #includes
2011-10-29 Justin Rugglescook: output float samples instead of converting to...
2011-10-29 Benjamin Larssonmov: Avoid divide by zero in edit list dts handling
2011-10-29 Kostya Shishkovutvideo: account for coupled lines in YUV420 format
2011-10-29 Ronald S. Bultjevp3: fix oob read for negative tokens and memleaks...
2011-10-29 Ronald S. Bultjevp8: fix overflow in segmentation map caching.
2011-10-29 Ronald S. Bultjelavf: use number of output pictures for delay checks.
2011-10-29 Anton MitrofanovFix decoding of lossless 4:2:2 H.264
2011-10-29 Anton MitrofanovFix decoding of lossless 10-bit 4:4:4 H.264
2011-10-28 Alex Converseprobe: Restore identification of files with very large...
2011-10-28 Alex Converseprobe: Remove id3 tag presence as a criteria to do...
2011-10-28 Alex Conversempegts: MP4 SL support
2011-10-28 Alex Conversempegts: MP4 OD support
2011-10-28 Alex Conversempegts: Add support for Sections in PMT
2011-10-28 Alex Conversempegts: Replace the MP4 descriptor parser with a recurs...
2011-10-28 Alex Conversempegts: Add support for multiple mp4 descriptors
2011-10-28 Alex Conversempegts: Parse mpeg2 SL descriptors.
2011-10-28 Alex Converseisom: Add MPEG4SYSTEMS dummy object type indication.
2011-10-28 Michael Niedermayeraacdec: allow output reconfiguration on channel changes
2011-10-28 Justin Rugglesnellymoserenc: take float input samples instead of...
2011-10-28 Justin Rugglesnellymoserdec: use dsp functions for overlap and windowing
2011-10-28 Justin Rugglesnellymoserdec: do not fail if there is extra data in...
2011-10-28 Justin Rugglesnellymoserdec: fail if output buffer is too small
2011-10-28 Justin Rugglesnellymoserdec: remove pointless buffer size check.
2011-10-28 Anton Khirnovlavf: add init_put_byte() to the list of visible symbols.
2011-10-28 Janne Grunauseek-test: free options dictionary after use
2011-10-28 Michael Niedermayersnow: do not draw_edge if emu_edge is set
2011-10-28 Janne Grunautools/pktdumper: update to recent avformat api
2011-10-28 Janne Grunauseek-test: update to recent avformat api
2011-10-28 Justin Ruggleswmavoice: move output buffer size check to synth_superf...
2011-10-28 Justin Ruggleswmavoice: only set data_size to 0 when necessary
2011-10-28 Justin Ruggleswmapro: fix strict-aliasing violations by using av_alias32
2011-10-28 Justin Ruggleswmapro: use FmtConvertContext.float_interleave() to...
2011-10-28 Justin Ruggleswmadec: consolidate 2 output buffer size checks into...
2011-10-28 Justin Rugglesapedec: assert that s->samples is not negative before...
2011-10-28 Justin Rugglesapedec: use FFALIGN macro for internal data buffer...
2011-10-28 Justin Rugglesapedec: do not keep incrementing the input data pointer...
2011-10-28 Justin Rugglesapedec: check for input buffer overflow while reading...
2011-10-28 Justin Rugglesapedec: use unsigned int for offset
2011-10-28 Justin Rugglesapedec: remove pointless increment of 'buf'
2011-10-28 Justin Rugglesapedec: set s->currentframeblocks after validating...
2011-10-28 Justin Rugglesapedec: use unsigned int for 'nblocks' and make sure...
2011-10-28 Justin Rugglesapedec: do not set s->samples until after validation.
2011-10-28 Justin Rugglesapedec: check for data buffer realloc failure
2011-10-28 Justin Rugglesapedec: return meaningful error values in ape_decode_fr...
2011-10-28 Justin Rugglesapedec: correct an error message
2011-10-28 Justin Rugglesapedec: cosmetics
2011-10-28 Justin Rugglesapedec: return meaningful error codes from ape_decode_i...
2011-10-28 Justin Rugglesapedec: check for filter buffer allocation failure
2011-10-28 Justin Rugglesapedec: use memcpy for pseudo-stereo mode
2011-10-28 Justin Rugglesapedec: remove unneeded check for zero-size packet.
2011-10-28 Anton Khirnovlavf: move private fields in AVStream to the end at...
2011-10-28 Anton Khirnovlavf: move private fields in AVFormatContext to the...
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-28 Justin Rugglesmp3on4: do not needlessly set data_size to 0
2011-10-28 Justin Rugglesmp3adu: return error instead of just consuming bad...
2011-10-28 Justin Rugglesmpegaudiodec: check output data size based on avctx...
2011-10-28 Justin Rugglesavcodec: remove avcodec_parse_frame and deprecate assoc...
2011-10-28 Justin Rugglesmpegaudiodec: cosmetics: basic pretty-printing
2011-10-28 Justin Rugglesmpegaudiodec: remove frame_count field from MPADecodeCo...
2011-10-28 Justin Rugglesmpegaudiodec: return AVERROR return codes instead of -1
2011-10-28 Justin Rugglesmpegaudiodec: Skip only bad frames instead of the whole...
2011-10-27 Anton Khirnovlavc: remove "legacy" mpegvideo decoder.
2011-10-27 Janne Grunauiv8: assemble packets to return complete frames
2011-10-26 Luca Barbatopulse: documentation
2011-10-26 Luca Barbatopulse: introduce pulseaudio input
next