summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-08Merge commit '218d6844b37d339ffbf2044ad07d8be7767e2734'Michael Niedermayer3-24/+41
2013-08-08h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison3-24/+41
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-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer21-41/+79
2013-04-30ppc: More consistent arch initializationDiego Biurrun21-41/+79
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje13-77/+209
2013-02-19h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje8-53/+120
2013-02-19h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje13-77/+209
2013-02-12Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.Ronald S. Bultje8-54/+122
2013-02-09Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44'Michael Niedermayer4-20/+47
2013-02-07dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun4-18/+45
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer38-463/+1635
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau22-40/+41
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-07-10h264dsp: 12 and 14 bit supportMichael Niedermayer1-0/+14
2012-07-03h264dsp: assert that depth is supportedMichael Niedermayer1-0/+2
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer47-998/+1119
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje10-592/+337
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier24-133/+673
2011-08-14h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier23-135/+623
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-10Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2-258/+286
2011-05-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson5-25/+29
2011-05-10h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje3-140/+64
2011-04-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson34-359/+745
2011-04-10Move the functions in h264dsp.c into a new file h264dsp_internal.hOskar Arvidsson2-242/+272
2011-04-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson5-25/+29
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje10-42/+99
2011-01-20Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje10-42/+99
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser10-99/+42
2011-01-14H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser12-65/+227
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-17Fix compilation on PPC 470.Carl Eugen Hoyos1-1/+1
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård13-527/+669
2007-07-28Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2-1/+1
2006-12-11Adding H.264 DCT.Panagiotis Issaris3-1/+90