]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2011-10-26 Justin Rugglesremove the zork pcm seek test
2011-10-26 Justin Ruggleslibopencore-amr: check output buffer size before decoding
2011-10-26 Justin Ruggleslibopencore-amr: remove unneeded buf_size==0 check.
2011-10-26 Justin Ruggleslibopencore-amr: remove unneeded frame_count field.
2011-10-26 Justin Rugglesaac_latm: remove unneeded check for zero-size packet.
2011-10-26 Justin Rugglespcmdec: fix output buffer size check by calculating...
2011-10-26 Justin Rugglespcmdec: move codec-specific variable declarations to...
2011-10-26 Justin Rugglespcmdec: return buf_size instead of src-buf.
2011-10-26 Justin Rugglesavcodec: remove the Zork PCM encoder.
2011-10-26 Justin Rugglespcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting...
2011-10-26 Justin Rugglespcmenc: remove unneeded sample_fmt check.
2011-10-26 Justin Rugglespcmdec: move number of channels check to pcm_decode_init()
2011-10-26 Justin Rugglespcmdec: remove unnecessary check for sample_fmt change
2011-10-26 Justin Rugglespcmdec: move DVD PCM bits_per_coded_sample check near...
2011-10-26 Justin Rugglespcmdec: do not needlessly set *data_size to 0
2011-10-26 Justin Rugglesalacdec: remove unneeded NULL or zero-size packet checks.
2011-10-26 Justin Rugglesalacdec: simplify buffer allocation by using FF_ALLOC_O...
2011-10-26 Justin Rugglesalacdec: ask for a sample for unsupported sample depths.
2011-10-26 Justin Rugglesalacdec: cosmetics: use 'ch' instead of 'chan' to itera...
2011-10-26 Justin Rugglesalacdec: move some declarations to the top of the function
2011-10-26 Justin Rugglesalacdec: always use get_sbits_long() for uncompressed...
2011-10-26 Justin Rugglesalacdec: remove unneeded local variable
2011-10-26 Justin Rugglesalacdec: remove the numchannels parameter from several...
2011-10-26 Justin Rugglesalacdec: rename 2 functions.
2011-10-26 Justin Rugglesalacdec: move appending of extra_bits to a separate...
2011-10-26 Justin Rugglesalacdec: split stereo decorrelation into a separate...
2011-10-26 Justin Rugglesalacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.
2011-10-26 Justin Rugglesalacdec: remove unneeded numsamples checks
2011-10-26 Justin Rugglesalacdec: check for buffer allocation failure.
2011-10-26 Justin Rugglesalacdec: allocate per-channel buffers based on channel...
2011-10-26 Justin Rugglesalacdec: read/validate number of channels from the...
2011-10-26 Justin Rugglesalacdec: remove unneeded validation of setinfo_sample_size.
2011-10-26 Justin Rugglesalacdec: set sample_fmt in alac_decode_init()
2011-10-26 Justin Rugglesalacdec: set bytespersample using av_get_bytes_per_sample()
2011-10-26 Janne Grunauthreads: restore has_b_frames in frame_thread_free
2011-10-26 Daniel KangH.264: Cometics to dsputil_mmx.c
2011-10-25 Justin Rugglesg722dec: check output buffer size before decoding
2011-10-25 Justin Rugglesg722dec: cosmetics: reindent/linewrap
2011-10-25 Justin Rugglesg722dec: remove the use of lowres for half-rate decoding.
2011-10-25 Justin Rugglestta: check for extradata allocation failure in tta...
2011-10-25 Justin Rugglestta: check for allocation failure of decode_buffer
2011-10-25 Justin Rugglestta: use correct frame_length calculation.
2011-10-25 Justin Rugglestta: add support for decoding 24-bit sample format
2011-10-25 Justin Rugglescosmetics: indentation
2011-10-25 Justin Rugglestta: remove pointless braces
2011-10-25 Justin Rugglestta: check output buffer size after adjusting frame...
2011-10-25 Justin Rugglestta: fix reading of format in TTA header.
2011-10-25 Justin Rugglestta: remove useless commented-out lines
2011-10-25 Justin Rugglestta: check remaining bitstream size while reading unary...
2011-10-25 Anton Khirnovlavf: deprecate AVStream.stream_copy
2011-10-25 Anton Khirnovavconc: split choose_codec() to choose_decoder/choose_e...
2011-10-25 Anton Khirnovlavf: simplify by using FFMAX/FFMIN.
2011-10-25 Anton Khirnovmpegenc: add preload private option.
2011-10-25 Janne Grunaucosmetics: simplify latm_decode_init
2011-10-25 Janne Grunaulatm: avoid unnecessary reinit of the aac decoder
2011-10-25 Janne Grunauaacdec: initialize sbr context only in new channel...
2011-10-25 Janne Grunauresample: reject unhandled conversions
2011-10-25 Janne Grunauresample: remove unused #define
next