summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara2014-12-151-0/+5
* mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() failsMichael Niedermayer2014-12-031-3/+3
* mpegvideo: free_context_frame() cannot fail, make it return voidMichael Niedermayer2014-12-031-5/+2
* mpegvideo: replace assert about interlaced EC with debug av_log()Michael Niedermayer2014-12-031-1/+3
* mpegvideo: check mpv return valueVittorio Giovara2014-11-111-1/+3
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-10/+7
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-28/+29
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-5/+10
* aarch64: NEON intrinsics dct_unquantize_h263.James Yu2014-07-211-0/+3
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-2/+2
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-25/+27
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-231-0/+1
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-40/+0
* mpeg: Mark ff_mpeg_set_erpic() staticDiego Biurrun2014-06-221-4/+4
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+3
* mpegvideo: synchronize AVFrame pointers in ERContext fullyJanne Grunau2014-06-111-1/+4
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-0/+1
* dsputil: Move ff_alternate_*_scan tables to mpegvideoDiego Biurrun2014-05-291-0/+22
* hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-111-2/+2
* mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov2014-04-291-1/+0
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-83/+102
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-231-5/+0
* mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara2014-03-161-53/+0
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-161-3/+22
* mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara2014-03-161-8/+9
* mpeg: Drop unused parameters from ff_draw_horiz_band()Diego Biurrun2014-01-291-6/+4
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* mpegvideo: allocate edges when encoding.Anton Khirnov2014-01-201-2/+20
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-49/+2
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-031-2/+0
* mpegvideo: move dct_unquantize functions up to avoid forward declarationsAnton Khirnov2014-01-031-233/+218
* mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-031-72/+42
* mpegvideo: set reference/pict_type on generated reference framesAnton Khirnov2014-01-031-0/+8
* mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-4/+4
* mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+0
* mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov2013-12-051-5/+3
* mpegvideo: make frame_size_alloc() static.Anton Khirnov2013-12-051-4/+4
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-051-22/+9
* 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-051-18/+2
* 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-051-31/+0
* mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov2013-12-051-3/+0
* mpegvideo: don't copy input_picture_number in update_thread_context()Anton Khirnov2013-12-051-1/+0
* mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-291-2/+2
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-291-1/+2
* mpegvideo: Fix swapping of UV planes for VCR2Kostya Shishkov2013-11-191-0/+13
* lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-181-13/+13
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-21/+37
OpenPOWER on IntegriCloud