| Commit message (Expand) | Author | Age | Files | Lines |
* | indeo5: check against scaleable frames in non scaleable streams. | Michael Niedermayer | 2012-04-22 | 1 | -0/+6 |
* | indeo5: dont run the wavelet transform over partially decoded bands. | Michael Niedermayer | 2012-04-17 | 1 | -0/+5 |
* | indeo5: check for unsupported luma block type | Michael Niedermayer | 2012-04-15 | 1 | -0/+5 |
* | indeo5: check tile size in decode_mb_info(). | Michael Niedermayer | 2012-04-15 | 1 | -0/+6 |
* | indeo5: set transform_size like indeo4 does to prevent useage of too large tr... | Michael Niedermayer | 2012-04-15 | 1 | -0/+6 |
* | indeo5: change AVCodecContext w/h when internal ones change. | Michael Niedermayer | 2012-03-31 | 1 | -0/+4 |
* | indeo5: check motion vectors. | Michael Niedermayer | 2012-03-26 | 1 | -1/+10 |
* | indeo5dec: Make sure we have had a valid gop header. | Michael Niedermayer | 2012-03-24 | 1 | -1/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\ |
|
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-26 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | indeo5: prevent null pointer dereference on broken files | Janne Grunau | 2012-01-25 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Place some START_TIMER invocations in separate blocks. | Diego Biurrun | 2012-01-04 | 1 | -2/+2 |
* | | indeo5: Fix null pointer dereferences of ref_mb | Michael Niedermayer | 2011-12-29 | 1 | -3/+3 |
* | | indeo5: Fix crash due to partially initialized gop vars. | Michael Niedermayer | 2011-12-28 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 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 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |