summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-12-29motion_est_template: fix warning: "ASSERT_LEVEL" is not definedMichael Niedermayer1-1/+1
2012-12-29hpel_motion_search: move code used for asserts under correct #ifMichael Niedermayer1-1/+1
2012-12-05motion_est: use av_log() in debug codeMichael Niedermayer1-4/+4
2012-11-04sab_diamond_search: add assert to double check the minima_countMichael Niedermayer1-0/+2
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer62-297/+176
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun21-94/+6
2012-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-18/+33
2012-09-20motion_est: fix use of inline on extern functionsMans Rullgard2-8/+16
2012-08-03motion_est_template: switch to av_assertMichael Niedermayer1-22/+16
2012-06-15new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl2-2/+10
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-233/+877
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard3-20/+20
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17motion_est: remove disabled codeDiego Biurrun2-193/+0
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun4-4/+4
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun38-259/+259
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-04-29Merge remote branch 'qatar/master'Michael Niedermayer23-467/+142
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun18-197/+0
2011-04-27Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer3-5/+16
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer64-421/+804
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun11-36/+10
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-08Restore array sizes in doxygen parameter names.Diego Biurrun3-4/+4
2010-07-02Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun6-11/+10
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-04-02slice dice, inline and outline cmp()Michael Niedermayer2-17/+79
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun7-9/+9
2008-07-09New full search MEMichael Niedermayer1-0/+37
2008-03-09add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs33-425/+415
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos11-39/+39
2007-03-31doxy comment tweaksLoren Merritt2-3/+3
2007-03-31Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier3-3/+21
2006-12-22test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer4-17/+19
2006-12-20fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer3-49/+51
2006-12-20dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ...Michael Niedermayer1-0/+2
2006-12-12mv overflow in map fix (untested except regression tests)Michael Niedermayer1-3/+10
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård30-86/+89
2006-12-0510l umh search needs hex size 2 now after the last changeMichael Niedermayer1-1/+1
2006-12-05make hex and large 2 small diamond search half their size instead or -1 if th...Michael Niedermayer1-16/+15
2006-12-02spelling cosmetics: cliped --> clippedDiego Biurrun3-33/+33
2006-12-02fix indentionMichael Niedermayer1-17/+17
2006-12-02dia_size=-1 -> funny_diamond_search()Michael Niedermayer1-4/+7
2006-12-02hexagon searchMichael Niedermayer1-19/+78
[next]