summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dsputil: Move apply_window_int16 to ac3dspDiego 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
* 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
* dv: Split off DV video encoder into its own fileDiego Biurrun2013-12-02
* dv: Move DV VLC data tables out of header fileDiego Biurrun2013-12-02
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-02
* dcadec: Add some logging before returning on errorTim Walker2013-11-30
* go2meeting: disallow tile dimensions that are not multiple of 16Kostya Shishkov2013-11-29
* mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4Dec...Anton Khirnov2013-11-29
* mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-29
* mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-29
* mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variableAnton Khirnov2013-11-29
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-29