| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -22/+19 |
|\ |
|
| * | Remove statements immediately following unconditional jumps | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
| * | mjpeg: remove pointless braces around block of code | Mans Rullgard | 2011-07-03 | 1 | -21/+19 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
| * | mjpeg: Detect overreads in mjpeg_decode_scan() and error out. | Michael Niedermayer | 2011-04-26 | 1 | -0/+4 |
| * | Add support for picture_ptr field in MJpegDecodeContext | anatoly | 2011-03-30 | 1 | -17/+19 |
| * | Move MJPEG's input buffer preprocessing in separate public function | anatoly | 2011-03-30 | 1 | -32/+52 |
| * | Support reference picture defined by bitmask in MJPEG's SOS decoder | anatoly | 2011-03-30 | 1 | -14/+70 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Set maximum lowres value for the MJPEG decoder to 3. | Carl Eugen Hoyos | 2011-02-16 | 1 | -1/+1 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
| * | Sanitise get_bits macros, part 1 | Mans Rullgard | 2011-01-23 | 1 | -12/+12 |
* | | jpegdec: include mjpb_skiptosod in debug output | Michael Niedermayer | 2011-06-19 | 1 | -2/+2 |
* | | jpegdec: fix CJPG decoding. | Michael Niedermayer | 2011-06-19 | 1 | -2/+5 |
* | | jpegdec: actually search for and parse RSTn | Michael Niedermayer | 2011-06-09 | 1 | -2/+5 |
* | | Check syntax even if DEBUG is not defined. | Reimar Döffinger | 2011-05-11 | 1 | -4/+0 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Add support for picture_ptr field in MJpegDecodeContext | anatoly | 2011-04-26 | 1 | -13/+18 |
* | | Move MJPEG's input buffer preprocessing in separate public function | anatoly | 2011-04-26 | 1 | -32/+52 |
* | | Support reference picture defined by bitmask in MJPEG's SOS decoder | anatoly | 2011-04-26 | 1 | -9/+44 |
* | | mjpeg: Detect overreads in mjpeg_decode_scan() and error out. | Michael Niedermayer | 2011-04-21 | 1 | -0/+4 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Set maximum lowres value for the MJPEG decoder to 3. | Carl Eugen Hoyos | 2011-02-12 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
* | | Sanitise get_bits macros, part 1 | Mans Rullgard | 2011-01-23 | 1 | -12/+12 |
|/ |
|
* | Values >4 for lowres corrupt output. | Carl Eugen Hoyos | 2011-01-16 | 1 | -1/+1 |
* | Fix memleak in mjpeg decoder. | Michael Niedermayer | 2010-10-22 | 1 | -2/+6 |
* | Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol. | Michael Niedermayer | 2010-10-21 | 1 | -3/+2 |
* | Simplify last coeff check in mjpeg decode_block() | Michael Niedermayer | 2010-10-21 | 1 | -6/+1 |
* | Check index in mjpeg AC decode against overflowing. | Michael Niedermayer | 2010-10-21 | 1 | -2/+6 |
* | Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ... | Michael Niedermayer | 2010-10-21 | 1 | -6/+11 |
* | Factor code&0xf out of if() in decode_block_progressive(). | Michael Niedermayer | 2010-10-21 | 1 | -2/+2 |
* | Cleanup decode_block_progressive() | Michael Niedermayer | 2010-10-21 | 1 | -7/+7 |
* | Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg. | Michael Niedermayer | 2010-10-21 | 1 | -2/+2 |
* | Move if() in mjpeg decode_block() to simplify condition. | Michael Niedermayer | 2010-10-21 | 1 | -1/+1 |
* | Simplify build_vlc() by using init_vlc_sparse() in mjpeg. | Michael Niedermayer | 2010-10-21 | 1 | -10/+7 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Fix undefined expressions that use multiple calls to get_bits(). | Alex Converse | 2010-08-24 | 1 | -2/+2 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Fix misc typos, patch by | Stefano Sabatini | 2010-01-27 | 1 | -1/+1 |
* | Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611. | Carl Eugen Hoyos | 2010-01-26 | 1 | -0/+4 |