]> git.sesse.net Git - ffmpeg/history - libavcodec
fraps: release reference buffer on pix_fmt change.
[ffmpeg] / libavcodec /
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...
2012-02-20 Justin Ruggleslibmp3lame: use the LAME default bit rate
2012-02-20 Justin Ruggleslibmp3lame: use avpriv_mpegaudio_decode_header() for...
2012-02-20 Justin Ruggleslibmp3lame: cosmetics: remove some pointless comments
2012-02-20 Justin Ruggleslibmp3lame: convert some debugging code to av_dlog()
2012-02-20 Justin Ruggleslibmp3lame: remove outdated comment.
2012-02-20 Justin Ruggleslibmp3lame: do not set coded_frame->key_frame.
2012-02-20 Justin Ruggleslibmp3lame: improve error handling in MP3lame_encode_init()
2012-02-20 Justin Ruggleslibmp3lame: remove unneeded 'stereo' field from Mp3Audi...
2012-02-20 Anton Khirnovpcxenc: switch to encode2().
2012-02-20 Anton Khirnovsgienc: switch to encode2().
2012-02-20 Anton Khirnovtargaenc: switch to encode2().
2012-02-20 Anton Khirnovtargaenc: don't modify input frame.
2012-02-20 Anton Khirnovroqvideoenc: switch to encode2().
2012-02-20 Anton Khirnovroqvideoenc: add const qualifier to the input frame.
2012-02-20 Anton Khirnovpnmenc: switch to encode2().
2012-02-20 Anton Khirnovhuffyuv: switch to encode2().
2012-02-20 Anton Khirnovv410enc: switch to encode2().
2012-02-20 Anton Khirnovzmbvenc: switch to encode2().
2012-02-20 Anton Khirnovzmbvenc: move header writing to the end of encode_frame().
2012-02-19 Ronald S. Bultjeh264: don't use redzone in loopfilter on win64.
2012-02-19 Luca Barbatoexamples: unbreak compilation
2012-02-19 Paul B Maholttadec: cosmetics: reindent
2012-02-19 Aneesh Dograsunrast: use RLE trigger macro inplace of the hard...
2012-02-19 Aneesh Dograsunrastenc: set keyframe flag for the output packet.
2012-02-19 Anton Khirnovmpegvideo_enc: switch to encode2().
2012-02-19 Anton Khirnovmpegvideo_enc: force encoding delay of at least 1 frame...
2012-02-18 Kostya Shishkovproresenc: force bitrate not to exceed given limit
2012-02-18 Ronald S. Bultjevc1parse: call vc1_init_common().
2012-02-18 Ronald S. Bultjewma: don't return 0 on invalid packets.
2012-02-18 Ronald S. Bultjemjpegb: don't return 0 at the end of frame decoding.
2012-02-18 Ronald S. Bultjevp8dsp: split long line.
2012-02-17 Alex Conversedpcm: ignore extra unpaired bytes in stereo streams.
2012-02-17 Ronald S. Bultjemp3on4: require a minimum framesize.
2012-02-17 Ronald S. Bultjempc7: assign an error level + context to av_log() msg.
2012-02-17 Ronald S. Bultjehuffyuv: error out on bit overrun.
2012-02-17 Martin Storsjödct-test: Add the missing ff_ prefix to the altivec...
next