| Commit message (Expand) | Author | Age | Files | Lines |
* | indeo4: more complete check for the scan vs block sizes. | Michael Niedermayer | 2012-11-12 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -8/+8 |
|\ |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -8/+8 |
* | | Merge commit 'd05f72c75445969cd7bdb1d860635c9880c67fb6' | Michael Niedermayer | 2012-09-30 | 1 | -12/+0 |
|\| |
|
| * | ivi_common: make ff_ivi_process_empty_tile() static. | Anton Khirnov | 2012-09-29 | 1 | -12/+0 |
| * | indeo5dec: Make sure we have had a valid gop header. | Michael Niedermayer | 2012-09-29 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-20 | 1 | -9/+64 |
|\| |
|
| * | indeo: Make ivi_calc_band_checksum() static, it is only used in one file. | Diego Biurrun | 2012-05-20 | 1 | -5/+0 |
| * | indeo: Drop unused debug function ivi_check_band(). | Diego Biurrun | 2012-05-20 | 1 | -5/+0 |
| * | indeo: check for invalid motion vectors | Kostya Shishkov | 2012-05-20 | 1 | -0/+1 |
| * | indeo: track tile macroblock size | Kostya Shishkov | 2012-05-20 | 1 | -0/+1 |
| * | factor out common decoding code for Indeo 4 and Indeo 5 | Kostya Shishkov | 2012-05-20 | 1 | -0/+60 |
* | | indeo4: check transform size. | Michael Niedermayer | 2012-04-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-31 | 1 | -4/+4 |
|\| |
|
| * | cosmetics: Drop unnecessary parentheses around return values. | Diego Biurrun | 2011-12-30 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-06 | 1 | -1/+1 |
|\| |
|
| * | doxygen: eliminate Qt-style doxygen syntax | Diego Biurrun | 2011-12-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -4/+0 |
|\| |
|
| * | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -2/+0 |
| * | Remove pointless #ifdefs around function declarations in a header. | Diego Biurrun | 2011-06-03 | 1 | -2/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
|/ |
|
* | Fix Doxygen @param command attribute syntax. | Diego Biurrun | 2010-07-17 | 1 | -29/+29 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -20/+20 |
* | Move transform declarations out of IVIBandDesc so indeo4 can use them as well. | Maxim Poliakovski | 2010-06-11 | 1 | -2/+9 |
* | Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in... | Maxim Poliakovski | 2010-06-08 | 1 | -2/+2 |
* | Remove unused variables. | Maxim Poliakovski | 2010-05-30 | 1 | -2/+0 |
* | Add the forgotten ff_ prefix to the shareable scan patterns. | Maxim Poliakovski | 2010-05-26 | 1 | -3/+3 |
* | move indeo5 scan patterns into ivi_common.c | Maxim Poliakovski | 2010-05-26 | 1 | -0/+8 |
* | Fix signedness of q_delta field of the IVIMbInfo. | Maxim Poliakovski | 2010-05-19 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Encapsulate VLC information needed for decoding blocks and macroblocks in | Kostya Shishkov | 2010-02-27 | 1 | -10/+29 |
* | Make it clear that ff_ivi_init_static_vlc() does not need arguments | Kostya Shishkov | 2010-02-27 | 1 | -1/+1 |
* | Macroblock and block Huffman code sets are to be used by both Indeo 4 and | Kostya Shishkov | 2010-02-22 | 1 | -2/+7 |
* | Remove outdated comment. | Maxim Poliakovski | 2010-02-15 | 1 | -1/+0 |
* | Indeo Video Interactive 4 and 5 common code and DSP functions. | Kostya Shishkov | 2010-01-30 | 1 | -0/+319 |