summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavc/decode_video(): always unref the frame if there is no output in decode_v...Anton Khirnov2013-12-09
* lavc: remove a pointless check in decode_audio4()Anton Khirnov2013-12-09
* lavc: use buf[0] instead of data[0] as the indicator of an allocated frameAnton Khirnov2013-12-09
* lavc: remove the extended_data workarounds.Anton Khirnov2013-12-09
* pthread_frame: use the AVFrame API properly.Anton Khirnov2013-12-09
* mxpegdec: use the AVFrame API properly.Anton Khirnov2013-12-09
* p*menc: use the AVFrame API properly.Anton Khirnov2013-12-09
* mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-09
* avformat: AviSynth demuxer rewrited s2013-12-08
* configure: Move adding of compat objects out of libc detectionDiego Biurrun2013-12-08
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-08
* configure: Separate MinGW32 and MinGW64 libc handlingDiego Biurrun2013-12-08
* libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-08
* dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer2013-12-06
* webp: add a special case for a huffman table with only 1 symbolJustin Ruggles2013-12-05
* webp: do not call av_frame_free() on the user-provided frameJustin Ruggles2013-12-05
* ljpegenc: split yuv encoding into a separate functionAnton Khirnov2013-12-05
* ljpegenc: split bgr encoding into a separate functionAnton Khirnov2013-12-05
* ljpegenc: accept bgr24 instead of bgraAnton Khirnov2013-12-05
* ljpegenc: rename the encoding function.Anton Khirnov2013-12-05
* ljpeg: remove a commented-out lineAnton Khirnov2013-12-05
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()Anton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to jpeg_table_header()Anton Khirnov2013-12-05
* mjpegenc: remove commented out never-to-be-finished WIP cruftAnton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to put_huffman_table()Anton Khirnov2013-12-05
* mjpegenc: cosmetics, reformat jpeg_put_comments()Anton Khirnov2013-12-05
* mjpegenc: write the JFIF header if the sample aspect ratio is setAnton Khirnov2013-12-05
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-05
* FATE: drop the last partial frame in the wmv8-drm testAnton Khirnov2013-12-05
* vc1dec: move setting repeat_pict after frame_start() has been called.Anton Khirnov2013-12-05
* mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov2013-12-05
* mpegvideo: make frame_size_alloc() static.Anton Khirnov2013-12-05
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-05
* mpegvideo: remove commented out cruft from ff_MPV_frame_end()Anton Khirnov2013-12-05
* mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov2013-12-05
* mpegvideo: do not update last_non_b_pict_type in update_thread_context()Anton Khirnov2013-12-05
* mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov2013-12-05
* mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov2013-12-05
* mpegvideo: don't copy input_picture_number in update_thread_context()Anton Khirnov2013-12-05
* mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-05
* mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-05
* mpeg12dec: move first_slice from MpegEncContext to Mpeg1ContextAnton Khirnov2013-12-05
* mpegvideo: remove an unused variableAnton Khirnov2013-12-05
* mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-05
* x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun2013-12-04
* configure: Detect msvcrt libc with a CPP check instead of a link checkDiego Biurrun2013-12-04
* configure: Add detected C library and host compiler to informative outputDiego Biurrun2013-12-04