summaryrefslogtreecommitdiff
path: root/libavcodec/h261.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-28
* h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-10
* h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-05
* h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-05
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-16
* Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris2007-05-21
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Move H.261 parser to its own file.Diego Biurrun2007-05-04
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-14
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-20
* remove redundant declarationsMåns Rullgård2006-09-02
* fix codec timebase and timestampsMichael Niedermayer2006-08-14
* fix h261 parsing bugMichael Niedermayer2006-08-14
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
* cbp must be >0 here or we are in troubbleMichael Niedermayer2006-05-29
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-28
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* skip_idctMichael Niedermayer2005-07-14
* switch to native time basesMichael Niedermayer2005-04-30
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)Gianluigi Tiesi2005-01-03
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* fix parserMichael Niedermayer2004-11-19
* H261 fixing and cleaning:Maarten Daniels2004-11-12
* cleanupMichael Niedermayer2004-10-28
* simplify ff_h261_reorder_mb_indexMichael Niedermayer2004-10-28
* simplifyMichael Niedermayer2004-10-28
* fix and cleanup h261 mb_type selectionMichael Niedermayer2004-10-28
* cleanupMichael Niedermayer2004-10-28
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
* h.261 loop filter fixMichael Niedermayer2004-10-08
* nonsense removialMichael Niedermayer2004-10-08
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-27
* H.261 decoder improvementsMaarten Daniels2004-09-13
* arghMichael Niedermayer2004-07-26
* - Support empty GOB's (no mb's) and skip all mb'sChris Flerackers2004-07-22
* 10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)Michael Niedermayer2004-05-31