summaryrefslogtreecommitdiff
path: root/libavcodec/h261.h
Commit message (Expand)AuthorAge
* avcodec/h261enc: Make encoder init-threadsafeAndreas Rheinhardt2021-01-25
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/h261enc: avoid use of current/previous_mbaMichael Niedermayer2013-11-20
* | Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'Michael Niedermayer2013-04-11
|\|
| * h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-10
* | Merge commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a'Michael Niedermayer2013-04-11
|\|
| * h261: Move shared data tables from a header to a proper C fileDiego Biurrun2013-04-10
* | Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30'Michael Niedermayer2013-04-05
|\|
| * h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-05
* | Merge commit '66ac3dbf1e60c27d0f1d779a424c0b33b7ca3780'Michael Niedermayer2013-04-05
|\|
| * h261: Move function declarations to h261.hDiego Biurrun2013-04-05
* | Merge commit 'ae35d91d44c5e676af3d146bf8d05b241c467675'Michael Niedermayer2013-04-05
|\|
| * h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun2013-04-05
| * 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
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-02
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* 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