aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h261.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'Michael Niedermayer2013-04-111-0/+11
|\
| * h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-101-0/+11
* | Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30'Michael Niedermayer2013-04-051-27/+28
|\|
| * h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-051-27/+28
* | Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1'Michael Niedermayer2013-04-051-6/+34
|\|
| * h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-051-6/+34
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-161-1/+0
* Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris2007-05-211-939/+3
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Move H.261 parser to its own file.Diego Biurrun2007-05-041-65/+0
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-141-2/+4
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-161-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-201-0/+1
* remove redundant declarationsMåns Rullgård2006-09-021-2/+0
* fix codec timebase and timestampsMichael Niedermayer2006-08-141-5/+8
* fix h261 parsing bugMichael Niedermayer2006-08-141-1/+0
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-0/+4
* cbp must be >0 here or we are in troubbleMichael Niedermayer2006-05-291-0/+1
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-2/+2
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-281-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-35/+35
* skip_idctMichael Niedermayer2005-07-141-0/+4
* switch to native time basesMichael Niedermayer2005-04-301-2/+2
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-251-2/+4
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-1/+1
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
* Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)Gianluigi Tiesi2005-01-031-0/+2
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-8/+8
* fix parserMichael Niedermayer2004-11-191-40/+19
* H261 fixing and cleaning:Maarten Daniels2004-11-121-17/+3
* cleanupMichael Niedermayer2004-10-281-9/+3
* simplify ff_h261_reorder_mb_indexMichael Niedermayer2004-10-281-27/+10
* simplifyMichael Niedermayer2004-10-281-11/+7
* fix and cleanup h261 mb_type selectionMichael Niedermayer2004-10-281-16/+10
* cleanupMichael Niedermayer2004-10-281-10/+4
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-281-0/+330
* h.261 loop filter fixMichael Niedermayer2004-10-081-7/+7
* nonsense removialMichael Niedermayer2004-10-081-23/+3
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-271-5/+4
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-271-5/+5
* H.261 decoder improvementsMaarten Daniels2004-09-131-88/+82