summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje20-674/+657
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje17-31/+32
2013-03-28wmv2: drop non emu edge modeMichael Niedermayer2-1/+2
2013-03-28wmv2: Use emu edge mode when the edge is too smallMichael Niedermayer1-2/+1
2013-01-24Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c'Michael Niedermayer2-1/+2
2013-01-23wmv2: Propagate the wmv2 idct permutation type to the dsputils contextMartin Storsjö1-0/+1
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2013-01-21Merge commit 'e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0'Michael Niedermayer11-121/+224
2013-01-21wmv2: move IDCT to its own DSP context.Ronald S. Bultje11-120/+223
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer41-943/+1277
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje37-927/+1189
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö8-98/+98
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
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-12-10clear_block mmxLoren Merritt10-25/+56
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2007-12-08add ff_ prefix to all simple_idct symbolsAurelien Jacobs7-27/+27
2007-11-25split wmv2 encoder and decoder in their own filesAurelien Jacobs5-716/+789
2007-11-09intrax8 decoder patch by "someone"Michael Niedermayer12-13/+2345
2007-11-07split wmv2 in its own fileAurelien Jacobs4-17/+30
2007-11-07rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2-43/+43
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi16-103/+103
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-06-27Identify the loop_filter flag as such and remove the unused variables in the ...Ivan Kalvachev1-6/+4
2007-06-21static (inline) X => ff_XDenis Fortin2-7/+7
2007-06-12misc spelling fixesDiego Biurrun66-159/+165
2007-06-05Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2-9/+9
2007-05-09Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.Diego Biurrun1-3/+3
2007-05-09Allow conditional compilation of H.263-related decoders.Diego Biurrun3-2/+19
2007-02-25Add av_ prefix to clip functionsReimar Döffinger34-178/+178
2007-01-03maybe fixing a segfaultMichael Niedermayer1-0/+6
2006-10-11Rename ABS macro to FFABS.Diego Biurrun32-231/+231
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-211000l copy and paste typoMichael Niedermayer1-1/+1
2006-09-20set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer4-0/+5
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer6-115/+0
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme19-73/+82
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-08-04segfault fixMichael Niedermayer1-2/+5
2005-07-27Reduce verbosity.Diego Biurrun1-1/+1
2005-05-08fix block corruption caused by clear_blocks() optimizationMichael Niedermayer1-3/+3
2005-04-30switch to native time basesMichael Niedermayer48-384/+314
2005-04-25avoid unneeded clear_blocks()Michael Niedermayer6-6/+21
[next]