| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | remove duplicate tables | Stefan Gehrer | 2008-06-25 | 1 | -3/+1 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -4/+4 |
* | add proper prefix to new mjpeg extern func/var | Aurelien Jacobs | 2007-05-17 | 1 | -10/+11 |
* | split mjpeg.c into an encoder and a decoder file | Aurelien Jacobs | 2007-05-17 | 1 | -2275/+11 |
* | remove some unused mjpeg encoding variables | Aurelien Jacobs | 2007-05-14 | 1 | -4/+1 |
* | jpegls encoder does not call this function, so remove useless tests | Aurelien Jacobs | 2007-05-13 | 1 | -8/+1 |
* | split jpeg_ls into jpeglsdec, jpeglsenc and jpegls | Aurelien Jacobs | 2007-05-13 | 1 | -157/+4 |
* | allow to enable or disable every bitstream filters individually | Jason Millard | 2007-05-12 | 1 | -0/+2 |
* | move mjpeg parser in its own file | Aurelien Jacobs | 2007-05-10 | 1 | -72/+0 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -3/+3 |
* | compile mjpeg parser if requested | Alex Beregszaszi | 2007-04-21 | 1 | -0/+2 |
* | cosmetics: remove my email address | Alex Beregszaszi | 2007-04-20 | 1 | -1/+1 |
* | fix mjpeg.mov | Michael Niedermayer | 2007-04-15 | 1 | -2/+4 |
* | fix playback of angels_480-mjpegcompress.avi | Michael Niedermayer | 2007-04-14 | 1 | -1/+1 |
* | fix playback of odd_height.mov | Michael Niedermayer | 2007-04-14 | 1 | -0/+4 |
* | correct another possible buffer overflow where interlaced would | Michael Niedermayer | 2007-04-14 | 1 | -2/+1 |
* | remove MpegEncContext, patch by baptiste | Baptiste Coudurier | 2007-04-14 | 1 | -20/+5 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-04-01 | 1 | -10/+9 |
* | support for the THP game format by Marco Gerards, mgerards xs4all nl | Diego Biurrun | 2007-04-01 | 1 | -0/+16 |
* | support for mjpeg bottom field first in mov | Baptiste Coudurier | 2007-03-02 | 1 | -4/+12 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 1 | -1/+1 |
* | 100l: forgot to reset LS mode on new frame | Kostya Shishkov | 2007-02-21 | 1 | -0/+3 |
* | Change some dprintf to av_log | Michel Bardiaux | 2007-02-13 | 1 | -44/+44 |
* | Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. | Reimar Döffinger | 2007-02-07 | 1 | -1/+1 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -3/+3 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | mjpeg a dump header bitstream filter, modifies bitstream to be decoded by qui... | Baptiste Coudurier | 2006-12-01 | 1 | -0/+61 |
* | Decode non-interleaved scans | Kostya Shishkov | 2006-11-21 | 1 | -8/+2 |
* | Some progressive JPEG support | Kostya Shishkov | 2006-11-20 | 1 | -9/+113 |
* | JPEG-LS 16-bit gray support | Kostya Shishkov | 2006-10-24 | 1 | -5/+7 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | mjpeg 4:2:2 encoding support | Baptiste Coudurier | 2006-10-04 | 1 | -7/+20 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+1 |
* | Zero number of current scan after decoding one picture. | Kostya Shishkov | 2006-09-21 | 1 | -0/+1 |
* | remove useless code | Michael Niedermayer | 2006-03-31 | 1 | -2/+0 |
* | simplify loop a little | Michael Niedermayer | 2006-03-31 | 1 | -5/+3 |
* | do UPDATE_CACHE only when needed (which should be VERY rare) | Michael Niedermayer | 2006-03-31 | 1 | -2/+3 |
* | + (sign&1) -> -sign (1 instruction less) | Michael Niedermayer | 2006-03-31 | 1 | -1/+1 |
* | avoid hard to predict branch (idea by arpi) | Michael Niedermayer | 2006-03-31 | 1 | -5/+4 |
* | fix gcc 2.95 compilation | Michael Niedermayer | 2006-03-29 | 1 | -2/+2 |
* | avoid if(i>=63) check at the end of decode_block() | Michael Niedermayer | 2006-03-29 | 1 | -3/+6 |
* | avoid i++ in decode_block() | Michael Niedermayer | 2006-03-29 | 1 | -13/+22 |
* | minor optimization of decode_block() | Michael Niedermayer | 2006-03-29 | 1 | -6/+2 |
* | optimizations by arpi | Michael Niedermayer | 2006-03-29 | 1 | -6/+19 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -1/+1 |
* | JPEG-LS codec by (Kostya | kostya.forjunk gmail com) | Michael Niedermayer | 2006-02-02 | 1 | -5/+64 |
* | Mjpeg interlaced decoding fix, height was wrong while decoding (/2). | Baptiste Coudurier | 2006-01-23 | 1 | -2/+3 |