summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-11Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'Michael Niedermayer4-7/+14
2013-04-10h261: Move encoder/decoder shared table init to common codeDiego Biurrun4-7/+14
2013-04-05Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30'Michael Niedermayer7-450/+474
2013-04-05Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1'Michael Niedermayer3-37/+34
2013-04-05h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun6-454/+476
2013-04-05h261: Remove H.261 loop filter from dsputilDiego Biurrun3-37/+34
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2007-06-16move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård5-4/+3
2007-05-21Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris5-941/+1034
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun55-58/+3
2007-05-04Move H.261 parser to its own file.Diego Biurrun3-66/+92
2007-03-14kill av_mallocz_static() calls in init_rl()Michael Niedermayer6-25/+38
2006-11-16throw error if unsupported resolution is used with h261Baptiste Coudurier3-1/+6
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-20set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer4-0/+5
2006-09-02remove redundant declarationsMåns Rullgård9-17/+0
2006-08-14fix codec timebase and timestampsMichael Niedermayer1-5/+8
2006-08-14fix h261 parsing bugMichael Niedermayer1-1/+0
2006-07-09--enable/disable parsers. Warning: some combinations are broken.Måns Rullgård8-17/+93
2006-05-29cbp must be >0 here or we are in troubbleMichael Niedermayer1-0/+1
2006-03-08(f)printf --> av_log conversionSteve L'Homme11-51/+51
2006-01-28make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter4-5/+5
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-07-14skip_idctMichael Niedermayer10-15/+82
2005-04-30switch to native time basesMichael Niedermayer48-384/+314
2005-04-25avoid unneeded clear_blocks()Michael Niedermayer6-6/+21
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson26-110/+110
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer35-148/+24
2005-01-03Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)Gianluigi Tiesi2-0/+4
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum21-138/+193
2004-11-19fix parserMichael Niedermayer1-40/+19
2004-11-12H261 fixing and cleaning:Maarten Daniels5-91/+18
2004-10-28cleanupMichael Niedermayer1-9/+3
2004-10-28simplify ff_h261_reorder_mb_indexMichael Niedermayer1-27/+10
2004-10-28simplifyMichael Niedermayer1-11/+7
2004-10-28fix and cleanup h261 mb_type selectionMichael Niedermayer3-20/+14
2004-10-28cleanupMichael Niedermayer1-10/+4
2004-10-28H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer9-3/+395
2004-10-08h.261 loop filter fixMichael Niedermayer3-7/+14
2004-10-08nonsense removialMichael Niedermayer1-23/+3
2004-09-27lowres width/height cleanup 3rd tryMichael Niedermayer8-43/+54
2004-09-27set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer6-25/+32
[next]