summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
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-04-08h264pred: Add a few missing const declarations for ff_cropTbl derived pointersMartin Storsjö1-3/+3
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö15-44/+44
2013-04-03h264pred: fix "warning: initialization discards const qualifier from pointer ...Michael Niedermayer1-6/+6
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-1792/+2255
2013-02-15h264: deMpegEncContextizeAnton Khirnov34-1718/+2162
2013-02-11h264 intra pred: add missing includes.Ronald S. Bultje1-0/+2
2012-12-28h264: avoid a grayscale related if() in hl_decode_mb()Michael Niedermayer2-3/+4
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-357/+1034
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje5-117/+264
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-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-10h264pred: 12 and 14 bit supportMichael Niedermayer1-0/+14
2012-07-03h264pred: assert that depth is supportedMichael Niedermayer1-0/+2
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer47-998/+1119
2011-10-21Support for lossless and inter H264 4:2:2.Ronald S. Bultje4-17/+103
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier24-133/+673
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-85/+69
2011-10-09h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2-21/+21
2011-10-09h264pred: remove unused variablesMans Rullgard1-2/+0
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-10Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson2-892/+917
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 h264pred.c into a new file h264pred_internal.h.Oskar Arvidsson2-1209/+1236
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-12-29Whitespace cosmetics.Ronald S. Bultje1-3/+3
2010-12-28Support CODEC_FLAG_EMU_EDGE in VP8 decoder.Ronald S. Bultje3-26/+235
2010-06-30Add more int packing macros, name them consistentlyMåns Rullgård2-6/+30
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-06-27Fix linking if MMX is disabled.Stefano Sabatini2-2/+2
2010-06-2516x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser7-2/+566
2010-06-22Reindent after r23721.Ronald S. Bultje1-3/+3
2010-06-22Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje2-3/+3
2010-06-22Reindent after r23716.Ronald S. Bultje2-5/+5
2010-06-22Add intra prediction functions for VP8.David Conrad3-3/+131
2010-06-22Make "topright" argument to pred4x4() const.David Conrad2-21/+21
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-12-02ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård5-0/+444
2009-04-17Remove useless assignments, at least one found by CSA.Michael Niedermayer1-4/+4
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-12-181.6x faster pred*_vertical_add_cLoren Merritt1-28/+34
2008-12-16Horizontal and vertical prediction functions needed for new lossless modeMichael Niedermayer2-0/+96
[next]