| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | indeo5: check tile size in decode_mb_info(). | Michael Niedermayer | 2012-09-29 | 1 | -0/+6 |
* | indeo5dec: Make sure we have had a valid gop header. | Michael Niedermayer | 2012-09-29 | 1 | -2/+6 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | factor out common decoding code for Indeo 4 and Indeo 5 | Kostya Shishkov | 2012-05-20 | 1 | -220/+21 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | indeo5: prevent null pointer dereference on broken files | Janne Grunau | 2012-01-25 | 1 | -0/+4 |
* | Place some START_TIMER invocations in separate blocks. | Diego Biurrun | 2012-01-04 | 1 | -2/+2 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Fix Doxygen @param command attribute syntax. | Diego Biurrun | 2010-07-17 | 1 | -16/+16 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -9/+9 |
* | Move indeo5-specific quant table selection to decode_gop_hdr. | Maxim Poliakovski | 2010-06-11 | 1 | -16/+20 |
* | Remove unused parameter. | Maxim Poliakovski | 2010-06-10 | 1 | -3/+2 |
* | Add the forgotten ff_ prefix to the shareable scan patterns. | Maxim Poliakovski | 2010-05-26 | 1 | -4/+4 |
* | move indeo5 scan patterns into ivi_common.c | Maxim Poliakovski | 2010-05-26 | 1 | -4/+4 |
* | 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 | -1/+1 |
* | Correct reference buffer switching in Indeo 5 decoder. | Maxim Poliakovski | 2010-03-17 | 1 | -39/+27 |
* | document two variables in Indeo5 decoding context | Kostya Shishkov | 2010-03-17 | 1 | -2/+2 |
* | Make Indeo 5 decoder more robust on bitstream errors. | Maxim Poliakovski | 2010-03-08 | 1 | -4/+8 |
* | Band quant tables should not be assigned inside band tile loop, | Maxim Poliakovski | 2010-03-07 | 1 | -12/+12 |
* | Encapsulate VLC information needed for decoding blocks and macroblocks in | Kostya Shishkov | 2010-02-27 | 1 | -59/+12 |
* | 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and | Kostya Shishkov | 2010-02-23 | 1 | -0/+3 |
* | Macroblock and block Huffman code sets are to be used by both Indeo 4 and | Kostya Shishkov | 2010-02-22 | 1 | -14/+6 |
* | remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct | Stefan Gehrer | 2010-02-19 | 1 | -4/+5 |
* | Move 'chksum' declaration to the only block where that variable is used | Kostya Shishkov | 2010-02-11 | 1 | -2/+1 |
* | Move band checksum verifying into preprocessor condition, so compiler won't | Kostya Shishkov | 2010-02-11 | 1 | -1/+3 |
* | Indeo 5 decoder | Kostya Shishkov | 2010-02-09 | 1 | -0/+885 |