| Commit message (Expand) | Author | Age | Files | Lines |
* | MPEG-2 4:2:2 encoding support | Baptiste Coudurier | 2006-05-16 | 1 | -26/+43 |
* | add MPEG-2 intra vlc support | Baptiste Coudurier | 2006-05-13 | 1 | -16/+21 |
* | remove unused variable | Baptiste Coudurier | 2006-05-13 | 1 | -4/+2 |
* | d10 decoding fix | Michael Niedermayer | 2006-05-02 | 1 | -2/+5 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -2/+2 |
* | fix decoding of mpeg2-trunc.vob | Michael Niedermayer | 2006-03-01 | 1 | -1/+1 |
* | faster find_startcode() | Michael Niedermayer | 2006-02-04 | 1 | -34/+7 |
* | Off by one fix to prevent possible segfault. Patch by jwestfall at surrealist... | jwestfall@surrealistic.net | 2006-01-14 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -62/+62 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -228/+228 |
* | Mark all 12 block unused when there are no coded blocks | Ivan Kalvachev | 2005-11-20 | 1 | -1/+1 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+0 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -1/+5 |
* | fix decoding of (broken) files with f_code=0 | Michael Niedermayer | 2005-07-11 | 1 | -3/+7 |
* | fix mpeg2 chroma_420_type | Michael Niedermayer | 2005-05-18 | 1 | -1/+1 |
* | preserve parse context | Michael Niedermayer | 2005-05-14 | 1 | -0/+3 |
* | sanity check | Michael Niedermayer | 2005-05-12 | 1 | -0/+1 |
* | #defines for strict_std_compliance and split between inofficial extensions an... | Michael Niedermayer | 2005-05-08 | 1 | -2/+2 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -8/+8 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -6/+6 |
* | avoid clearing block[] if its not used at all | Michael Niedermayer | 2005-04-21 | 1 | -5/+12 |
* | mpeg2_fast_decode_block_intra() | Michael Niedermayer | 2005-04-20 | 1 | -3/+80 |
* | optimizing non_intra ac coeff decode | Michael Niedermayer | 2005-04-19 | 1 | -43/+52 |
* | avoid UPDATE_CACHE() in GET_RL_VLC() if not needed | Michael Niedermayer | 2005-04-18 | 1 | -6/+6 |
* | Typo errors patch by (QuickTime | ffmpeg gmail com> | avcoder | 2005-04-04 | 1 | -3/+3 |
* | reinitialize on aspect change, | Ivan Kalvachev | 2005-04-03 | 1 | -1/+1 |
* | more checks, fixes assertion failure | Michael Niedermayer | 2005-03-26 | 1 | -3/+14 |
* | (10l) supported pix_fmts forgotten | Michael Niedermayer | 2005-03-08 | 1 | -0/+2 |
* | typo | Michael Niedermayer | 2005-03-05 | 1 | -1/+1 |
* | removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) | Josh Varner | 2005-02-21 | 1 | -3/+0 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+4 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -16/+19 |
* | fix constrained parameters flag | Michael Niedermayer | 2004-10-18 | 1 | -0/+1 |
* | lowres width/height cleanup 3rd try | Michael Niedermayer | 2004-09-27 | 1 | -6/+5 |
* | set AVCodecContext.width/height to the picture width/height instead of the on... | Michael Niedermayer | 2004-09-27 | 1 | -4/+4 |
* | lowres slice fix | Michael Niedermayer | 2004-09-26 | 1 | -1/+2 |
* | 1/2 resolution decoding | Michael Niedermayer | 2004-09-25 | 1 | -3/+4 |
* | mess cleanup | Michael Niedermayer | 2004-09-10 | 1 | -15/+14 |
* | typo | Michael Niedermayer | 2004-09-02 | 1 | -1/+1 |
* | optional non spec compliant optimizations for mpeg1 | Michael Niedermayer | 2004-09-02 | 1 | -7/+89 |
* | optional non spec compliant optimizations | Michael Niedermayer | 2004-09-02 | 1 | -11/+82 |
* | user overrideable level & profile | Michael Niedermayer | 2004-08-13 | 1 | -6/+16 |
* | Avoid segfault on ffmpeg "buffer flush" in mpeg12.c patch by (Wolfram Gloger ... | Wolfram Gloger | 2004-07-16 | 1 | -5/+7 |
* | 10l (fixes delayed frames during encoding) | Michael Niedermayer | 2004-06-30 | 1 | -0/+2 |
* | support skiping of mb rows during decoding | Michael Niedermayer | 2004-06-26 | 1 | -0/+5 |
* | optimization | Michael Niedermayer | 2004-06-25 | 1 | -10/+5 |
* | better cbp handling and small speedup in mpeg12 | Ivan Kalvachev | 2004-06-12 | 1 | -30/+13 |
* | mpeg2 chroma422/444 support, may be slower, may be faster for other codecs | Ivan Kalvachev | 2004-06-11 | 1 | -3/+5 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |