summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAgeFilesLines
* mpeg4video: Initialize xvididct for all threadsAnton Khirnov2014-08-031-0/+5
* idct: Split off Xvid IDCTDiego Biurrun2014-08-011-8/+3
* mpegvideo: move vol_control_parameters to the only place it is usedNidhi Makhijani2014-07-291-5/+5
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-19/+20
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-4/+4
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* xvid: switch to xvid mmx idct as soon as possibleJanne Grunau2014-01-311-29/+29
* mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-051-2/+2
* mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-051-4/+4
* mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-12-051-8/+9
* mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-23/+23
* mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4Dec...Anton Khirnov2013-11-291-8/+8
* mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-291-2/+2
* mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-4/+4
* mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-2/+2
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-291-1/+1
* mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-3/+3
* mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variableAnton Khirnov2013-11-291-3/+1
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-291-1/+1
* mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-291-9/+9
* mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-291-30/+30
* mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...Anton Khirnov2013-11-291-53/+56
* mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...Anton Khirnov2013-11-291-0/+43
* mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4Anton Khirnov2013-11-291-0/+86
* mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.Anton Khirnov2013-11-291-2/+2
* mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContextAnton Khirnov2013-11-291-2/+2
* mpeg4videodec: remove write-only sprite variables from MpegEncContextAnton Khirnov2013-11-291-4/+4
* mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov2013-11-291-22/+26
* mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-291-16/+17
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-291-20/+27
* mpeg4videodec: add a mpeg4-specific private context.Anton Khirnov2013-11-291-3/+18
* mpeg4videodec: K&R formatting cosmeticsVittorio Giovara2013-11-191-1236/+1441
* lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-281-8/+0
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectoryMartin Storsjö2013-09-171-3/+9
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-18/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-41/+44
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-0/+1
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-061-1/+1
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-5/+5
* Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-191-0/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* Remove lowres video decodingMans Rullgard2012-04-211-1/+0
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-17/+21
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-011-3/+4
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-18/+18
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-25/+25
OpenPOWER on IntegriCloud