summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-20Merge commit '287c8db39e71af7047e551bbfd1264d771cccbc9'Michael Niedermayer1-2/+2
2013-04-20Merge commit 'bfb41b5039e36b7f873d6ea7d24b31bf3e1a8075'Michael Niedermayer5-8/+16
2013-04-19cosmetics: bfin: Fix indentation in the dsputil init functionMartin Storsjö1-2/+2
2013-04-19bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje9-465/+555
2013-04-15Merge commit '015821229f96bf7e677f2a711a58dbea3009f574'Michael Niedermayer2-3/+2
2013-04-15Merge commit '5941978e71d2c3a8e2a7e87951e081e0b2e77da9'Michael Niedermayer1-8/+12
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje12-117/+135
2013-04-15vp3: bfin: Transpose the IDCTsMartin Storsjö1-2/+8
2013-04-15bfin: Match DEFUN_END macros to the right functionsMartin Storsjö1-1/+2
2013-04-08Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer10-28/+29
2013-04-08Merge commit '610b18e2e3d8ef5eca3e78f33a0625689b8d2bb9'Michael Niedermayer1-4/+4
2013-04-08Merge commit 'aa8d89536d35af0a0c8d8bac2b452ffe7b82cae5'Michael Niedermayer1-2/+4
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö15-44/+44
2013-04-08bfin: Make vp3 functions staticMartin Storsjö2-6/+4
2013-04-08bfin: Don't use the vp3 idct functions if bitexact behaviour is expectedMartin Storsjö1-2/+4
2013-03-13Move bfin half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje8-466/+552
2013-03-12vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje13-122/+141
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer54-76/+146
2013-02-06Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer17-198/+185
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun53-71/+135
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun17-194/+181
2013-01-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-2/+31
2013-01-29bfin: unbreak compilationLuca Barbato2-0/+30
2013-01-29Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'Michael Niedermayer10-32/+27
2013-01-29Merge commit 'f550583c00e231b587d8ef98451cfbb6b6561eb6'Michael Niedermayer1-0/+6
2013-01-28bfin: Separate VP3 initialization codeDiego Biurrun6-13/+14
2013-01-28bfin: update VP3 idctLuca Barbato1-0/+6
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2013-01-21Merge commit '93af2734ee609133eaeca28329d7f13241dd411f'Michael Niedermayer7-14/+14
2013-01-21lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje7-14/+14
2012-11-21ensure comment blocks that contain doxygen commands start with double asterixPeter Ross12-20/+20
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer18-159/+239
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun5-8/+12
2012-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis10-27/+27
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-150/+235
2012-03-26build: prettyprinting cosmeticsDiego Biurrun9-79/+76
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö34-180/+180
2012-02-15dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö75-103/+103
2012-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-128/+145
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun27-36/+0
2011-11-02Replace some forgotten FFmpeg references by Libav.Diego Biurrun6-18/+13
2011-09-25mpegvideo: support encoding with chroma intra tables that differ from luma.Michael Niedermayer7-17/+46
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer46-774/+1294
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard15-15/+15
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard9-30/+39
[next]