| Commit message (Expand) | Author | Age | Files | Lines |
* | faxcompr: K&R formatting cosmetics | Luca Barbato | 2013-06-07 | 1 | -69/+75 |
* | tiff: do not overread the source buffer | Luca Barbato | 2013-06-07 | 1 | -1/+4 |
* | tiff: cleanup the error paths | Luca Barbato | 2013-06-07 | 1 | -10/+15 |
* | tiff: refactor fax support in a separate function | Luca Barbato | 2013-06-07 | 1 | -32/+33 |
* | tiff: refactor deflate support in a separate function | Luca Barbato | 2013-06-07 | 1 | -25/+37 |
* | h264_parser: K&R formatting cosmetics | Luca Barbato | 2013-06-07 | 1 | -130/+151 |
* | vorbis: return meaningful errors | Luca Barbato | 2013-06-07 | 1 | -2/+2 |
* | Go2Webinar decoder | Kostya Shishkov | 2013-06-03 | 6 | -2/+837 |
* | vmd: decode videos with no LZ buffer size provided - they might not need it | Kostya Shishkov | 2013-06-02 | 1 | -3/+10 |
* | vmd: fix mode 3 decoding | Kostya Shishkov | 2013-06-02 | 1 | -12/+18 |
* | tiff: K&R formatting cosmetics | Diego Biurrun | 2013-06-02 | 3 | -233/+237 |
* | use my full first name instead of short one in copyrights | Kostya Shishkov | 2013-06-01 | 3 | -3/+3 |
* | indeo4: expand allowed quantiser range | Kostya Shishkov | 2013-06-01 | 1 | -1/+5 |
* | proresenc: alpha coding support | Kostya Shishkov | 2013-05-30 | 1 | -21/+220 |
* | arm: Include hpeldsp_neon.o if h264qpel is enabled | Martin Storsjö | 2013-05-30 | 1 | -1/+2 |
* | arm: Don't unconditionally build dsputil files | Martin Storsjö | 2013-05-30 | 1 | -14/+13 |
* | arm: Only build the FFT init files if FFT is enabled | Martin Storsjö | 2013-05-30 | 1 | -2/+2 |
* | build: cosmetics: Place unconditional before conditional OBJS lines | Diego Biurrun | 2013-05-30 | 2 | -22/+22 |
* | build: arm: cosmetics: Place all OBJS declarations in alphabetical order | Diego Biurrun | 2013-05-30 | 1 | -61/+36 |
* | vmd: drop incomplete chunks and spurious samples | Luca Barbato | 2013-05-29 | 1 | -2/+6 |
* | vmd: refactor the inner decode loop | Luca Barbato | 2013-05-29 | 1 | -78/+82 |
* | vmd: return meaningful errors | Luca Barbato | 2013-05-29 | 1 | -12/+26 |
* | vmd: use the PALETTE_COUNT constant uniformly | Luca Barbato | 2013-05-29 | 1 | -1/+1 |
* | mpeg12: skip frames consistently | Janne Grunau | 2013-05-28 | 1 | -5/+13 |
* | wavpack: check that all the channels were coded. | Anton Khirnov | 2013-05-28 | 1 | -0/+5 |
* | wavpack: check that there aren't too many blocks per packet | Anton Khirnov | 2013-05-28 | 1 | -0/+5 |
* | wavpack: extract channel information from the bitstream | Anton Khirnov | 2013-05-28 | 1 | -17/+18 |
* | wavpack: extract sample rate from the bitstream | Anton Khirnov | 2013-05-28 | 1 | -23/+43 |
* | indeo4: reuse context block VLC for band instead of defaulting | Kostya Shishkov | 2013-05-28 | 1 | -3/+6 |
* | indeo4: add missing Haar and slanted transforms | Kostya Shishkov | 2013-05-28 | 3 | -13/+294 |
* | dxtory v2 support | Kostya Shishkov | 2013-05-28 | 2 | -23/+157 |
* | vc1dec: Remove interlaced warning | Michael Niedermayer | 2013-05-28 | 3 | -6/+1 |
* | vc1dec: Fix mixed field/frame intensity compensation | Michael Niedermayer | 2013-05-28 | 1 | -26/+32 |
* | vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4 | Michael Niedermayer | 2013-05-28 | 1 | -2/+2 |
* | vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n... | Michael Niedermayer | 2013-05-28 | 1 | -21/+42 |
* | vc1dec: Fix doxy for vc1_mc_4mv_chroma4() | Michael Niedermayer | 2013-05-28 | 1 | -1/+1 |
* | vc1dec: Drop old use_ic code from vc1_b_mc | Michael Niedermayer | 2013-05-28 | 1 | -13/+0 |
* | vc1: Use shuffled use_ic instead of equally shuffled mv_mode | Michael Niedermayer | 2013-05-28 | 1 | -11/+24 |
* | vc1dec: Implement intensity compensation for vc1_interp_mc() | Michael Niedermayer | 2013-05-28 | 1 | -0/+25 |
* | vc1dec: Redesign the intensity compensation | Michael Niedermayer | 2013-05-28 | 3 | -37/+107 |
* | vc1dec: Shuffle field MVs after decoding, not before | Michael Niedermayer | 2013-05-28 | 2 | -18/+4 |
* | matroskadec: export full wavpack blocks. | Anton Khirnov | 2013-05-28 | 1 | -40/+12 |
* | wavpack demuxer: export full wavpack blocks. | Anton Khirnov | 2013-05-28 | 1 | -19/+14 |
* | wavpack: don't set sample format in init. | Anton Khirnov | 2013-05-28 | 1 | -4/+1 |
* | wavpack: remove a useless parameter from wavpack_decode_block(). | Anton Khirnov | 2013-05-28 | 1 | -5/+4 |
* | wavpack: return an error on 0-sized blocks | Anton Khirnov | 2013-05-28 | 1 | -6/+1 |
* | wavpack: remove a useless check. | Anton Khirnov | 2013-05-28 | 1 | -5/+0 |
* | wavpack: add an error message to a failure. | Anton Khirnov | 2013-05-28 | 1 | -1/+4 |
* | wavpack: return 0 instead of samples count from decoding functions | Anton Khirnov | 2013-05-28 | 1 | -15/+14 |
* | wavpack: switch to planar output | Anton Khirnov | 2013-05-28 | 1 | -76/+44 |