summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-29Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer4-13/+38
2013-08-29Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer6-5/+30
2013-08-28ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun4-13/+38
2013-08-28avutil: Move internal CPU detection function declarations to private headerDiego Biurrun6-5/+30
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-239/+237
2013-07-17Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun34-237/+235
2013-07-12Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8'Michael Niedermayer2-0/+5
2013-07-11configure: Check for support for labels in the inline assemblyMartin Storsjö2-0/+9
2013-06-30Drop local lable from ppc asm timer.Carl Eugen Hoyos1-2/+1
2013-05-05Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer9-11/+20
2013-05-04avutil: Add av_cold attributes to init functions missing themDiego Biurrun9-11/+20
2013-05-01Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'Michael Niedermayer1-0/+4
2013-04-30ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun1-0/+4
2013-03-28Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer10-365/+362
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun10-362/+359
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer32-312/+233
2013-01-23Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'Michael Niedermayer18-110/+133
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje32-310/+231
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje18-108/+131
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-228/+263
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles22-225/+251
2012-09-24ppc/cpu: make linux 32bit specific altivec detection depend on __linux__Michael Niedermayer1-1/+1
2012-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer92-256/+697
2012-06-08float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles3-3/+30
2012-06-08Add a float DSP framework to libavutilJustin Ruggles39-188/+602
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles15-29/+29
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-962/+1187
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun8-19/+18
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer47-435/+496
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun16-40/+5
2011-04-11Merge remote branch 'qatar/master'Michael Niedermayer10-164/+315
2011-04-10os: fix OpenBSD/PowerPC compilationBrad1-0/+1
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-09-09Clean up av_get_cpu_flag()Måns Rullgård6-28/+17
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini34-81/+156
2010-01-18Mark all intreadwrite functions av_always_inlineMåns Rullgård4-32/+32
2009-07-29PPC: fix asm operand constraints in AV_RL64Måns Rullgård1-1/+1
2009-04-18PPC: check for x-form asm constraint supportMåns Rullgård2-0/+6
2009-04-18PPC asm for AV_RL*()Måns Rullgård3-1/+108
2009-04-01Split libavutil/timer.h per architectureMåns Rullgård4-44/+132