summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-16Merge commit '3b4fa54866f58bf3d8a8dcc460c73ef6564c0ad8'Michael Niedermayer1-45/+44
2013-10-15cavs: more K&R formatting cosmeticsDiego Biurrun1-45/+44
2013-10-14Merge commit '14ddbb477faef359983151b763fd8b20e578651b'Michael Niedermayer1-191/+224
2013-10-13cavs: K&R formatting cosmeticsLuca Barbato1-191/+225
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje20-674/+657
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö15-44/+44
2013-04-02cavs: fix "warning: initialization discards const qualifier from pointer targ...Michael Niedermayer1-1/+1
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-23cavs: initialize various context tables to 0Anton Khirnov1-9/+9
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer42-684/+982
2013-02-06dsputil: Separate h264chromaDiego Biurrun40-680/+971
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-12-31Merge commit '7d8482640058d66867602a6f58446c9342d9d146'Michael Niedermayer3-167/+190
2012-12-31Merge commit '64bb3fa6b7f5b2db22b7577585d5861be24eebd8'Michael Niedermayer3-733/+764
2012-12-30cavs: deMpegEncContextizeAnton Khirnov3-156/+189
2012-12-30cavs: cosmetics, reformat top partAnton Khirnov1-132/+145
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer41-943/+1277
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje37-927/+1189
2012-12-19Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'Michael Niedermayer8-25/+98
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer16-736/+763
2012-08-26cavs: convert cavsdata.h to a .c fileMans Rullgard3-2/+63
2012-08-26cavs: Move inline functions only used in one file out of the headerDiego Biurrun3-48/+48
2012-08-26cavs: Move data tables used in only one place to that fileDiego Biurrun4-479/+467
2012-08-07cavs: fix memleakMichael Niedermayer1-0/+2
2012-03-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-33/+36
2012-03-31cavs: Remove unused code.Aneesh Dogra1-20/+19
2012-03-30cavsdec: initialize all tables to zeros.Michael Niedermayer1-9/+9
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-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-219/+693
2012-01-07cosmetics: drop some pointless parenthesesDiego Biurrun22-49/+48
2011-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer59-1530/+1563
2011-07-10Eliminate FF_COMMON_FRAME macro.Diego Biurrun39-1248/+1257
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje15-49/+65
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje15-49/+65
2010-08-03Move cavs dsp functions to their own structMåns Rullgård10-44/+78
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-30Replace @returns by @return.Benoit Fouet15-23/+23
2010-02-15avoid using DECLARE_ALIGNED on stack variable as suggested by ReimarStefan Gehrer1-4/+4
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård71-230/+230
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-02-10introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer3-15/+14
2009-02-10fix multiple slices per frameStefan Gehrer2-3/+11
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
[next]