summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-08avcodec/ratecontrol: give some trivial tips in case of buffer underflowsMichael Niedermayer1-0/+3
2013-05-20avcodec/ratecontrol: silence "warning: expected_bits may be used uninitialize...Michael Niedermayer1-1/+1
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer57-87/+162
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun57-87/+161
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-26Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622'Michael Niedermayer5-5/+4
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-02-25Fix a number of incorrect intmath.h #includes.Diego Biurrun5-5/+4
2013-01-12Merge commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6'Michael Niedermayer2-491/+598
2013-01-12ratecontrol: K&R cosmetic formattingLuca Barbato1-486/+591
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer35-40/+41
2012-12-20miscellaneous typo fixesDiego Biurrun51-60/+61
2012-11-24ratecontrol: Fix assertion failure on mismatching 2pass file.Michael Niedermayer1-1/+4
2012-11-20rc: fix 10l typo in rc_max_available_vbv_use calculationMichael Niedermayer1-1/+1
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer62-297/+176
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun23-69/+105
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun21-94/+6
2012-09-11ratecontrol: change a commented printf to av_logMichael Niedermayer1-1/+1
2012-09-11ratecontrol: fix get_fps() argumentMichael Niedermayer1-1/+1
2012-09-11ratecontrol: Dynamically choose a default for rc_max_available_vbv_useMichael Niedermayer2-1/+8
2012-09-11ratecontrol: correct predictor in case of stuffingMichael Niedermayer3-1/+4
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer54-389/+1635
2012-07-04mpegvideo: remove VLAsRonald S. Bultje4-3/+19
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-231/+952
2012-06-19flvdec: remove incomplete, disabled seeking codeDiego Biurrun1-12/+0
2012-04-12ratecontrol: Use ticks_per_frame to calculate fps.Michael Niedermayer1-5/+9
2012-01-22RC: Fix initial buffer occupancy.Michael Niedermayer1-0/+2
2011-12-13Fix all GNU %LdMichael Niedermayer3-3/+3
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-459/+601
2011-12-12doxygen: misc consistency, spelling and wording fixesDiego Biurrun51-179/+179
2011-10-22ratecontrol: replace VLAs with malloc/freeMans Rullgard1-2/+5
2011-09-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-66/+78
2011-09-23ratecontrol: update last_qscale_for soonerLuca Barbato1-0/+2
2011-09-09rc: finetune convergence failure fixMichael Niedermayer1-1/+1
2011-09-09rc: fix convergence failureMichael Niedermayer1-0/+6
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 av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini8-8/+8
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini8-8/+8
2011-04-29Merge remote branch 'qatar/master'Michael Niedermayer23-467/+142
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun18-197/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini11-60/+147
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini9-52/+53
2010-06-01Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini5-78/+156
[next]