summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-20Merge commit '2957d29f0531ccd8a6f4378293424dfd92db3044'Michael Niedermayer6-29/+21
2013-04-19alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje10-290/+381
2013-03-13Move alpha half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje8-282/+377
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-02-25Merge commit '11dcecfcca0eca1a571792c4fa3c21fb2cfddddc'Michael Niedermayer2-4/+6
2013-02-24dsputil_alpha.h: Add missing stddef.h header to fix standalone compilationDiego Biurrun1-0/+1
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-23Merge commit 'baf35bb4bc4fe7a2a4113c50989d11dd9ef81e76'Michael Niedermayer8-30/+30
2013-01-23Merge commit '32ff6432284f713e9f837ee5b36fc8e9f1902836'Michael Niedermayer9-491/+13
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje8-30/+30
2013-01-23dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje9-491/+13
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
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-04-22lowres2 support.Michael Niedermayer23-45/+387
2012-04-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer52-841/+219
2012-04-21Remove lowres video decodingMans Rullgard34-755/+56
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
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
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer32-1322/+435
2011-07-20simple_idct: add 10-bit versionMans Rullgard17-361/+461
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer56-459/+3934
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson34-365/+753
2011-05-02Merge remote branch 'qatar/master'Michael Niedermayer7-140/+100
2011-05-01ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun1-3/+3
2011-04-28Merge remote branch 'qatar/master'Michael Niedermayer12-78/+96
2011-04-27simple_idct_alpha: Drop some useless casts.Diego Biurrun1-7/+7
2011-04-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson34-359/+745
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau38-161/+30
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau38-0/+176
2010-06-26Remove --enable-gprof flagMåns Rullgård3-28/+0
2010-03-16Simplify arch-specific object file listsMåns Rullgård6-11/+8
2010-03-16Move arch-specific makefile parts into $arch/MakefileMåns Rullgård10-130/+124
2010-03-08Alpha: move dsputil prototypes to a header fileMåns Rullgård4-27/+55
2009-08-21Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil.Diego Biurrun1-9/+4
2009-02-21Alpha: fix inline asm with DEC/Compaq/HP compilerMåns Rullgård1-24/+24
[next]