summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-29
* mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...Anton Khirnov2013-11-29
* mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...Anton Khirnov2013-11-29
* mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4Anton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.Anton Khirnov2013-11-29
* vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov2013-11-29
* mpeg4videoenc: don't set MpegEncContext.resync_markerAnton Khirnov2013-11-29
* h263dec: remove commented out cruftAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: remove write-only sprite variables from MpegEncContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videoenc: write 0 instead of vol_sprite_usageAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: add a mpeg4-specific private context.Anton Khirnov2013-11-29
* dcadec: add disable_xch private option.Tim Walker2013-11-28
* dcadec: treat all 2-channel modes as Stereo in dca_downmix.Tim Walker2013-11-28