summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* pthread_frame: use the AVFrame API properly.Anton Khirnov2013-12-091-10/+12
* mxpegdec: use the AVFrame API properly.Anton Khirnov2013-12-091-22/+29
* p*menc: use the AVFrame API properly.Anton Khirnov2013-12-095-69/+79
* mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-092-4/+11
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-0813-116/+86
* libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-085-4/+75
* dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer2013-12-061-1/+1
* webp: add a special case for a huffman table with only 1 symbolJustin Ruggles2013-12-051-1/+17
* webp: do not call av_frame_free() on the user-provided frameJustin Ruggles2013-12-051-6/+2
* ljpegenc: split yuv encoding into a separate functionAnton Khirnov2013-12-051-74/+93
* ljpegenc: split bgr encoding into a separate functionAnton Khirnov2013-12-051-45/+58
* ljpegenc: accept bgr24 instead of bgraAnton Khirnov2013-12-052-11/+11
* ljpegenc: rename the encoding function.Anton Khirnov2013-12-051-3/+3
* ljpeg: remove a commented-out lineAnton Khirnov2013-12-051-1/+0
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-053-82/+134
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()Anton Khirnov2013-12-053-15/+15
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov2013-12-054-14/+14
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov2013-12-054-47/+74
* mjpegenc: do not pass MpegEncContext to jpeg_table_header()Anton Khirnov2013-12-051-5/+5
* mjpegenc: remove commented out never-to-be-finished WIP cruftAnton Khirnov2013-12-051-25/+0
* mjpegenc: do not pass MpegEncContext to put_huffman_table()Anton Khirnov2013-12-051-6/+5
* mjpegenc: cosmetics, reformat jpeg_put_comments()Anton Khirnov2013-12-051-15/+14
* mjpegenc: write the JFIF header if the sample aspect ratio is setAnton Khirnov2013-12-051-10/+9
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-053-25/+0
* vc1dec: move setting repeat_pict after frame_start() has been called.Anton Khirnov2013-12-051-12/+12
* mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov2013-12-052-6/+3
* mpegvideo: make frame_size_alloc() static.Anton Khirnov2013-12-052-5/+4
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-053-22/+24
* mpegvideo: remove commented out cruft from ff_MPV_frame_end()Anton Khirnov2013-12-051-18/+0
* mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov2013-12-052-19/+46
* mpegvideo: do not update last_non_b_pict_type in update_thread_context()Anton Khirnov2013-12-051-4/+0
* mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov2013-12-052-31/+26
* mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov2013-12-052-3/+3
* mpegvideo: don't copy input_picture_number in update_thread_context()Anton Khirnov2013-12-051-1/+0
* mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-053-3/+4
* mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-054-7/+8
* mpeg12dec: move first_slice from MpegEncContext to Mpeg1ContextAnton Khirnov2013-12-052-4/+4
* mpegvideo: remove an unused variableAnton Khirnov2013-12-051-1/+0
* mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-053-9/+10
* x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun2013-12-043-14/+14
* dv: Split off DV video encoder into its own fileDiego Biurrun2013-12-023-669/+700
* dv: Move DV VLC data tables out of header fileDiego Biurrun2013-12-026-277/+251
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-023-8/+8
* dcadec: Add some logging before returning on errorTim Walker2013-11-301-5/+21
* go2meeting: disallow tile dimensions that are not multiple of 16Kostya Shishkov2013-11-291-1/+2
* mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-294-27/+29
* mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4Dec...Anton Khirnov2013-11-294-11/+12
* mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-293-3/+3
* mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-293-5/+5
* mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-293-3/+3