summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö18-158/+158
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun20-21/+21
2011-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer59-1530/+1563
2011-07-10Eliminate FF_COMMON_FRAME macro.Diego Biurrun39-1248/+1257
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-23Change ref_index structure so it matches how its organized in h264.Michael Niedermayer7-16/+17
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer15-1990/+2076
2010-01-08Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer4-100/+106
2010-01-08Rename most non static h263 tables so their name contains h263.Michael Niedermayer6-96/+96
2010-01-08Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer2-3/+3
2010-01-07Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer14-3884/+4113
2010-01-07Add some const qualifiers.Michael Niedermayer1-2/+2
2010-01-07Document decide_ac_pred() and restore_ac_coeffs().Michael Niedermayer1-0/+14
2010-01-07Move restore_ac_coeffs() call into decode_ac_pred().Michael Niedermayer1-3/+6
2010-01-07Move restore_ac_coeffs() up so its declared before its use.Michael Niedermayer1-23/+23
2010-01-07More doxyMichael Niedermayer1-0/+7
2010-01-07Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer2-3/+2
2010-01-07Split out intel H263 decoder.Michael Niedermayer5-114/+137
2010-01-07Split flv decoding out.Michael Niedermayer6-112/+139
2010-01-07Split out flv encoding.Michael Niedermayer6-63/+116
2010-01-07Document aspect_to_info().Michael Niedermayer1-0/+5
2010-01-07Cleanup aspect_to_info().Michael Niedermayer1-6/+5
2010-01-07Document several more things.Michael Niedermayer1-0/+17
2010-01-07Document *VLC_BITS.Michael Niedermayer1-0/+4
2010-01-07Simplify h263_get_picture_format().Michael Niedermayer1-9/+6
2010-01-05Add a few explanatory comments to cornercase workarounds.Diego Biurrun1-2/+5
2010-01-01Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini3-3/+3
2009-12-30cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.Diego Biurrun1-493/+478
2009-12-3010l: Move ff_mpeg4_pred_dc() to an appropriate place.Diego Biurrun1-79/+79
2009-12-30cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.Diego Biurrun1-579/+572
2009-12-30cosmetics: Move H.263-related functions around to avoid forward declarations.Diego Biurrun1-408/+398
2009-12-28cosmetics: Remove pointless '#if 1' preprocessor directives.Diego Biurrun1-6/+0
2009-12-27Remove commented-out debug console output.Diego Biurrun1-45/+0
2009-12-27cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.Diego Biurrun1-13/+14
2009-12-09Improve time_increment_bits guessing code.Michael Niedermayer1-1/+5
2009-12-03Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer3-14/+15
[next]