]> git.sesse.net Git - ffmpeg/history - libavcodec
mpegts: Pad the packet buffer in handle_packet().
[ffmpeg] / libavcodec /
2012-03-02 Ronald S. Bultjeamrwb: remove duplicate arguments from extrapolate_isf().
2012-03-02 Ronald S. Bultjeamrwb: error out early if mode is invalid.
2012-03-02 Ronald S. Bultjeh264: change underread for 10bit QPEL to overread.
2012-03-02 Ronald S. Bultjevp8: disable mmx functions with sse/sse2 counterparts...
2012-03-02 Ronald S. Bultjevp8: change int stride to ptrdiff_t stride.
2012-03-02 Ronald S. Bultjewma: fix invalid buffer size assumptions causing random...
2012-03-02 Mashiat Sarker Sha... Windows Media Audio Lossless decoder
2012-03-02 Alex Converserv10/20: Fix slice overflow with checked bitstream...
2012-03-02 Michael Niedermayerh263dec: Disallow width/height changing with frame...
2012-03-02 Alex Converserv10/20: Fix a buffer overread caused by losing track...
2012-03-02 Martin Storsjög722: Fix the QMF scaling
2012-03-02 Derek Buitenhuiswavpack: Fix an integer overflow
2012-03-01 Diego Biurrunmjpegdec: use correct variable in av_log invocation
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-03-01 Diego BiurrunReplace AVFrame pointer casts by proper struct member...
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-03-01 Diego Biurrunmsmpeg4: Split encoding backend code off from general...
2012-03-01 Anton Khirnovlavc: shrink encoded video packet size after encoding.
2012-03-01 Ronald S. Bultjeh264: error out on invalid bitdepth.
2012-03-01 Christophe Gisquetaacsbr: use a swap index for the Y matrix rather than...
2012-03-01 Ronald S. Bultjehuffyuv: do not abort on unknown pix_fmt; instead,...
2012-03-01 Ronald S. Bultjelcl: return negative error codes on decode_init() errors.
2012-03-01 Martin Storsjöh263enc: Add an option for outputting info about MBs...
2012-03-01 Martin Storsjöavpacket: Add a function for shrinking already allocate...
2012-02-29 Vitor Sessaknellymoserdec: Saner and faster IMDCT windowing
2012-02-29 Vitor Sessakamrnbdec: check frame size before decoding.
2012-02-29 Ronald S. Bultjecscd: use negative error values to indicate decode_init...
2012-02-29 Ronald S. Bultjeh264: prevent overreads in intra PCM decoding.
2012-02-29 Vitor Sessakmpegaudiodec: use DSPUtil.butterflies_float().
2012-02-29 Ronald S. Bultjevmnc: return error on decode_init() failure.
2012-02-29 Justin Ruggleslibvorbis: add/update error messages
2012-02-29 Justin Ruggleslibvorbis: use AVFifoBuffer for output packet buffer
2012-02-29 Justin Ruggleslibvorbis: remove unneeded e_o_s check
2012-02-29 Justin Ruggleslibvorbis: check return values for functions that can...
2012-02-29 Justin Ruggleslibvorbis: use float input instead of s16
2012-02-29 Justin Ruggleslibvorbis: do not flush libvorbis analysis if dsp state...
2012-02-29 Justin Ruggleslibvorbis: use VBR by default, with default quality...
2012-02-29 Justin Ruggleslibvorbis: fix use of minrate/maxrate AVOptions
2012-02-29 Justin Ruggleslibvorbis: cosmetics: renaming/pretty-printing/comments...
2012-02-29 Justin Ruggles(e)ac3enc: select a default bit rate based on the chann...
2012-02-29 Justin Rugglesac3enc: choose the closest bit rate to the one requeste...
2012-02-29 Ronald S. Bultjerpza: error out on buffer overreads.
2012-02-29 Ronald S. Bultjeqtrle: return error on decode_init() failure.
2012-02-29 Martin Storsjödpxenc: Don't include the libavcodec ident if bitexact...
2012-02-29 Kostya Shishkovprores: store and retrieve extended colourspace information
2012-02-29 Phil Barrettproresenc: correct edge emulation
2012-02-29 Kostya Shishkovprores: handle 444 chroma in right order
2012-02-29 Anton Khirnovmpegvideo_enc: add quantizer_noise_shaping private...
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.inter_threshold.
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.color_table_id.
2012-02-29 Anton Khirnovmpegvideo_enc: add chroma/luma_elim_threshold private...
2012-02-29 Anton Khirnovmpegvideo_enc: add cbp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add qp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add strict_gop flag to mpv_flags.
2012-02-29 Anton Khirnovlavc: add -mpv_flags to mpegvideo_enc-based encoders.
2012-02-29 Michael Niedermayeraacdec: Support stereo streams that erroneously signal...
2012-02-29 Alex Converseaacdec: Reshuffle functions so get_che() can call set_d...
2012-02-29 Ronald S. Bultjevp56: error out on invalid stream dimensions.
2012-02-28 Alex Converseadpcm: Clip step_index values read from the bitstream...
2012-02-28 Diego Biurrundoxygen: Remove documentation for non-existing paramete...
2012-02-28 Ronald S. BultjeIndeo3: fix crashes on corrupt bitstreams.
2012-02-28 Diego Biurrunmsmpeg4: Replace forward declaration by proper #include.
2012-02-28 Alex Converseaacdec: Remove erroneous reference to global gain from...
2012-02-27 Diego Biurrunavcodec_default_reget_buffer(): fix compilation in...
2012-02-27 Ronald S. Bultjeh264: fix mmxext chroma deblock to use correct TC values.
2012-02-27 Anton Khirnovlavc: reorder AVCodecContext fields.
2012-02-27 Anton Khirnovlavc: reorder AVFrame fields.
2012-02-26 Reinhard TartlerFix parser not to clobber has_b_frames when extradata...
2012-02-26 Paul B Maholcdxl: bit line plane arrangement support
2012-02-26 Paul B Maholcdxl: remove early check for bpp
2012-02-26 Paul B Maholcdxl: set pix_fmt PAL8 only if palette is available
2012-02-25 Tim Walkermlp_parser: fix the channel mask value used for the...
2012-02-25 Justin Rugglesvorbisenc: check all allocations for failure
2012-02-25 Justin Rugglesroqaudioenc: return AVERROR codes instead of -1
2012-02-25 Justin Rugglesroqaudioenc: set correct bit rate
2012-02-25 Justin Rugglesroqaudioenc: use AVCodecContext.frame_size correctly.
2012-02-25 Justin Rugglesroqaudioenc: remove unneeded sample_fmt check
2012-02-25 Justin Rugglesra144enc: use int16_t* for input samples rather than...
2012-02-25 Justin Rugglesra144enc: set AVCodecContext.coded_frame
2012-02-25 Justin Rugglesra144enc: remove unneeded sample_fmt check
2012-02-25 Justin Rugglesnellymoserenc: set AVCodecContext.coded_frame
2012-02-25 Justin Rugglesnellymoserenc: improve error checking in encode_init()
2012-02-25 Justin Rugglesnellymoserenc: return AVERROR codes instead of -1
2012-02-25 Justin Ruggleslibvorbis: improve error checking in oggvorbis_encode_i...
2012-02-25 Justin Rugglesmpegaudioenc: return AVERROR codes instead of -1
2012-02-25 Justin Ruggleslibfaac: improve error checking and handling in Faac_en...
2012-02-25 Justin Rugglescheck for coded_frame allocation failure in several...
2012-02-25 Justin Rugglesaudio encoders: do not set coded_frame->key_frame.
2012-02-25 Justin Rugglesg722enc: check for trellis data allocation error
2012-02-25 Justin Ruggleslibspeexenc: export encoder delay through AVCodecContex...
2012-02-25 Justin Rugglesavcodec: document the use of AVCodecContext.delay for...
2012-02-25 Ronald S. Bultjekgv1: release reference picture on size change.
2012-02-25 Anton Khirnovlavc: merge two if()s with the same condition.
2012-02-25 Anton Khirnovlavc: factorize setting got_packet_ptr in avcodec_encod...
2012-02-25 Anton Khirnovlavc: signal no output when a NULL frame is passed...
2012-02-25 Paul B Maholxwdenc: fix monow encoding
2012-02-25 Paul B Maholcdxl: fix ham6/8 on big endian
2012-02-24 Justin Rugglesvorbisdec: add a flush() function
2012-02-24 Ronald S. Bultjefraps: release reference buffer on pix_fmt change.
2012-02-24 Ronald S. Bultjeavcodec: disallow reget_buffer() if pix_fmt changed.
next