]> git.sesse.net Git - ffmpeg/history - libavcodec
aacdec: Remove erroneous reference to global gain from the out of bounds scalefactor...
[ffmpeg] / libavcodec /
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.
2012-02-24 Ronald S. Bultjekgv1: use avctx->get/release_buffer().
2012-02-24 Dale Curtismpegaudiodec: Prevent premature clipping of mp3 input...
2012-02-24 Ronald S. Bultjelcl: error out if uncompressed input buffer is smaller...
2012-02-24 Ronald S. Bultjemjpeg: abort decoding if packet is too large.
2012-02-24 Ronald S. Bultjegolomb: use HAVE_BITS_REMAINING() macro to prevent...
2012-02-24 Ronald S. Bultjeget_bits: add HAVE_BITS_REMAINING macro.
2012-02-24 Alex Conversetiff: Prevent overreads in the type_sizes array.
2012-02-24 Alex Conversetiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.
2012-02-23 Christophe GISQUETSBR DSP x86: implement SSE sbr_hf_g_filt
2012-02-23 Christophe GISQUETSBR DSP x86: implement SSE sbr_sum_square_sse
2012-02-23 Christophe GISQUETSBR DSP: use intptr_t for the ixh parameter.
2012-02-23 Derek Buitenhuiswavpack: Don't shift minclip/maxclip
2012-02-23 Anton Khirnovlavc: drop encode() support for video.
2012-02-23 Anton Khirnovsnowenc: switch to encode2().
2012-02-23 Anton Khirnovsnowenc: don't abuse input picture for storing information.
2012-02-23 Anton Khirnova64multienc: switch to encode2().
2012-02-23 Anton Khirnova64multienc: don't write into output buffer when there...
2012-02-23 Anton Khirnovlibxvid: switch to encode2().
2012-02-23 Anton Khirnovtiffenc: switch to encode2().
2012-02-23 Anton Khirnovtiffenc: properly forward error codes in encode_frame().
2012-02-23 Anton Khirnovlavc: drop libdirac encoder.
2012-02-23 Anton Khirnovgifenc: switch to encode2().
2012-02-23 Anton Khirnovlibvpxenc: switch to encode2().
2012-02-23 Anton Khirnovflashsvenc: switch to encode2().
2012-02-23 Ronald S. Bultjelcl: don't overwrite input memory.
2012-02-23 Anton Khirnovlibxavs: switch to encode2().
2012-02-23 Anton Khirnovlibxavs: add an AVClass at the beginning of XavsContext.
2012-02-23 Anton Khirnovlibxavs: split extradata writing out of encode_nals().
2012-02-23 Anton Khirnovljpegenc: switch to encode2().
2012-02-23 Ronald S. Bultjetruemotion2: error out if the huffman tree has no nodes.
2012-02-23 Anton Khirnovasv1enc: switch to encode2().
2012-02-23 Anton Khirnovlibschroedingerenc: switch to encode2().
2012-02-23 Anton Khirnovffv1enc: switch to encode2().
2012-02-23 Anton Khirnovlibtheoraenc: switch to encode2().
2012-02-23 Anton Khirnovjpeglsenc: switch to encode2().
2012-02-23 Anton Khirnovlclenc: switch to encode2().
2012-02-23 Anton Khirnovqtrleenc: switch to encode2().
2012-02-23 Justin Rugglesflacdec: set channel_layout based on channel count
2012-02-23 Justin Rugglesmov: set channel layout for AC-3 streams based on the...
2012-02-22 Alex Converseaac: fix infinite loop on end-of-frame with sequence...
2012-02-22 Tim Walkermlpdec_parser: fix a few channel layouts.
2012-02-22 Christophe GISQUETprores: use natural integer type for the codebook index
2012-02-21 Anton Khirnovmpegvideo_enc: only allocate output packet when we...
2012-02-21 Aneesh Dograsunrast: Add a sample request for RMP_RAW colormap.
2012-02-21 Justin Rugglesavcodec: do not override pts or duration from the audio...
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-21 Janne Grunaudvbsubdec: avoid undefined signed left shift in RGBA...
2012-02-21 Paul B Maholmlpdec: use av_log_ask_for_sample()
2012-02-21 Paul B Maholpng: make .long_name more descriptive
2012-02-20 Ronald S. Bultjerv34: change most "int stride" into "ptrdiff_t stride".
2012-02-20 Justin Rugglesadpcmenc: Use correct frame_size for Yamaha ADPCM.
2012-02-20 Justin Rugglesavcodec: add ff_samples_to_time_base() convenience...
2012-02-20 Justin Rugglesadx parser: set duration
2012-02-20 Justin Rugglesmlp parser: set duration instead of frame_size
2012-02-20 Justin Rugglesgsm parser: set duration
2012-02-20 Justin Rugglesmpegaudio parser: set duration instead of frame_size
2012-02-20 Justin Ruggles(e)ac3 parser: set duration instead of frame_size
2012-02-20 Justin Rugglesflac parser: set duration instead of frame_size
2012-02-20 Justin Rugglesavcodec: add duration field to AVCodecParserContext
2012-02-20 Paul B Maholpnmdec: remove useless .pix_fmts
2012-02-20 Justin Ruggleslibmp3lame: support float and s32 sample formats
2012-02-20 Justin Ruggleslibmp3lame: renaming, rearrangement, alignment, and...
next