| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h261: Separate decode and encode contexts | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+1 |
* | avcodec/h261enc: Make encoder init-threadsafe | Andreas Rheinhardt | 2021-01-25 | 1 | -13/+0 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21' | Michael Niedermayer | 2015-05-28 | 1 | -1/+1 |
|\| |
|
| * | rl: Rename ff_*_rl() to ff_rl_*() | Anton Khirnov | 2015-05-28 | 1 | -1/+1 |
* | | Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614' | Michael Niedermayer | 2013-04-11 | 1 | -0/+11 |
|\| |
|
| * | h261: Move encoder/decoder shared table init to common code | Diego Biurrun | 2013-04-10 | 1 | -0/+11 |
* | | Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30' | Michael Niedermayer | 2013-04-05 | 1 | -27/+28 |
|\| |
|
| * | h261: K&R formatting and prettyprinting cosmetics | Diego Biurrun | 2013-04-05 | 1 | -27/+28 |
* | | Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1' | Michael Niedermayer | 2013-04-05 | 1 | -6/+34 |
|\| |
|
| * | h261: Remove H.261 loop filter from dsputil | Diego Biurrun | 2013-04-05 | 1 | -6/+34 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't | Måns Rullgård | 2007-06-16 | 1 | -1/+0 |
* | Split the h261.c file into separate files for the encoder, decoder and common... | Panagiotis Issaris | 2007-05-21 | 1 | -939/+3 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Move H.261 parser to its own file. | Diego Biurrun | 2007-05-04 | 1 | -65/+0 |
* | kill av_mallocz_static() calls in init_rl() | Michael Niedermayer | 2007-03-14 | 1 | -2/+4 |
* | throw error if unsupported resolution is used with h261 | Baptiste Coudurier | 2006-11-16 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | set supported pixel formats for a few encoders (fixes crashes with grayscale) | Michael Niedermayer | 2006-09-20 | 1 | -0/+1 |
* | remove redundant declarations | Måns Rullgård | 2006-09-02 | 1 | -2/+0 |
* | fix codec timebase and timestamps | Michael Niedermayer | 2006-08-14 | 1 | -5/+8 |
* | fix h261 parsing bug | Michael Niedermayer | 2006-08-14 | 1 | -1/+0 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 1 | -0/+4 |
* | cbp must be >0 here or we are in troubble | Michael Niedermayer | 2006-05-29 | 1 | -0/+1 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -2/+2 |
* | make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) | Dieter | 2006-01-28 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -35/+35 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -0/+4 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -2/+2 |
* | avoid unneeded clear_blocks() | Michael Niedermayer | 2005-04-25 | 1 | -2/+4 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -1/+1 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -5/+0 |
* | Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>) | Gianluigi Tiesi | 2005-01-03 | 1 | -0/+2 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -8/+8 |
* | fix parser | Michael Niedermayer | 2004-11-19 | 1 | -40/+19 |
* | H261 fixing and cleaning: | Maarten Daniels | 2004-11-12 | 1 | -17/+3 |
* | cleanup | Michael Niedermayer | 2004-10-28 | 1 | -9/+3 |
* | simplify ff_h261_reorder_mb_index | Michael Niedermayer | 2004-10-28 | 1 | -27/+10 |
* | simplify | Michael Niedermayer | 2004-10-28 | 1 | -11/+7 |
* | fix and cleanup h261 mb_type selection | Michael Niedermayer | 2004-10-28 | 1 | -16/+10 |