| Commit message (Expand) | Author | Age | Files | Lines |
* | h263: Check init_get_bits return value | Michael Niedermayer | 2013-10-28 | 1 | -6/+11 |
* | h263: Return meaningful errors | Luca Barbato | 2013-10-28 | 1 | -21/+30 |
* | h264_ps: when parsing a VUI fails, only abort when explode is set | Anton Khirnov | 2013-10-27 | 1 | -2/+4 |
* | mmvideo: fix uninitialized variable use in mm_decode_intra | Vittorio Giovara | 2013-10-27 | 1 | -1/+2 |
* | fft-test: add a missing #include | Anton Khirnov | 2013-10-26 | 1 | -0/+1 |
* | aacdec: Fix calls to avpriv_report_missing_feature(). | Alex Converse | 2013-10-25 | 1 | -6/+6 |
* | fft-test: Remove possibility of returning restricted exit code | Derek Buitenhuis | 2013-10-25 | 1 | -1/+4 |
* | dct-test: Remove possibility of returning a restricted exit code | Derek Buitenhuis | 2013-10-25 | 1 | -1/+4 |
* | golomb: reduce scope of a few variables | Vittorio Giovara | 2013-10-24 | 1 | -12/+6 |
* | golomb: K&R formatting cosmetics | Vittorio Giovara | 2013-10-23 | 1 | -136/+178 |
* | h263: K&R formatting cosmetics | Luca Barbato | 2013-10-23 | 1 | -322/+361 |
* | mpegvideo: Drop a faulty assert | Luca Barbato | 2013-10-23 | 1 | -2/+6 |
* | aac: Add support for Enhanced AAC Low Delay (ER AAC ELD). | Alex Converse | 2013-10-23 | 5 | -35/+660 |
* | aacdec: Use avpriv_report_missing_feature() instead of custom logging. | Alex Converse | 2013-10-23 | 1 | -10/+9 |
* | h264_parser: Use ff_h264_reset_sei() | Yusuke Nakamura | 2013-10-22 | 1 | -5/+2 |
* | h264_parser: Fix order of operations | Michael Niedermayer | 2013-10-22 | 1 | -1/+1 |
* | pthread: Avoid spurious wakeups | Ben Jackson | 2013-10-21 | 1 | -2/+7 |
* | mpegvideo: Move 8x8 in a separate function | Luca Barbato | 2013-10-15 | 1 | -65/+79 |
* | mpegvideo: Move obmc in a separate function | Luca Barbato | 2013-10-15 | 1 | -76/+88 |
* | ffv1: Assume bitdepth 0 means 8bit | Luca Barbato | 2013-10-15 | 1 | -0/+1 |
* | mpegvideo: K&R formatting cosmetics | Luca Barbato | 2013-10-15 | 1 | -449/+516 |
* | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 10 | -21/+25 |
* | h264_parser: Fix POC parsing for the case where MMCO_RESET is present. | Yusuke Nakamura | 2013-10-15 | 3 | -47/+154 |
* | h264_parser: Fix POC parsing for the case where MMCO_RESET is absent. | Yusuke Nakamura | 2013-10-15 | 1 | -2/+12 |
* | bitstream: Check the result of av_malloc() | Diego Biurrun | 2013-10-15 | 1 | -0/+2 |
* | cavs: more K&R formatting cosmetics | Diego Biurrun | 2013-10-15 | 1 | -45/+44 |
* | mpegaudio_tablegen: Don't use llrint | Derek Buitenhuis | 2013-10-15 | 1 | -1/+2 |
* | cos_tablegen: Don't use lrint | Derek Buitenhuis | 2013-10-15 | 1 | -4/+9 |
* | tablegen: Don't use cbrtf in host tools | Derek Buitenhuis | 2013-10-15 | 2 | -3/+6 |
* | tableprint: Fix use of a size_t print with MSVC | Derek Buitenhuis | 2013-10-15 | 1 | -2/+12 |
* | cavs: Check for negative cbp | Luca Barbato | 2013-10-13 | 1 | -3/+3 |
* | cavs: Return meaningful error values | Luca Barbato | 2013-10-13 | 1 | -10/+10 |
* | cavs: K&R formatting cosmetics | Luca Barbato | 2013-10-13 | 1 | -191/+225 |
* | pthread: Fix deadlock during thread initialization | Derek Buitenhuis | 2013-10-13 | 1 | -1/+2 |
* | indeo4: Check the inherited quant_mat | Luca Barbato | 2013-10-13 | 1 | -6/+12 |
* | indeo4: Check the block size if reusing the band configuration | Luca Barbato | 2013-10-13 | 1 | -0/+8 |
* | lavc doxy: extend/clarify avcodec_decode_audio4() doxy | Anton Khirnov | 2013-10-12 | 1 | -6/+18 |
* | lavc doxy: remove false statements about alignment requirements. | Anton Khirnov | 2013-10-12 | 1 | -10/+0 |
* | prores: Reject negative run and level values | Luca Barbato | 2013-10-10 | 1 | -0/+4 |
* | shorten: Fix out-of-array read | Tim Walker | 2013-10-10 | 1 | -1/+1 |
* | atrac3: Better name for IMDCT window initialization | Maxim Poliakovski | 2013-10-10 | 1 | -2/+2 |
* | atrac3: Remove unused gain compensation tables | Maxim Poliakovski | 2013-10-10 | 1 | -10/+0 |
* | prores: Error out only on surely incomplete ac_coeffs | Luca Barbato | 2013-10-10 | 1 | -1/+1 |
* | prores: Add a codepath for decoding errors | Luca Barbato | 2013-10-10 | 1 | -29/+42 |
* | vp6: Support cropping to AVCodecContext.width/height | Martin Storsjö | 2013-10-10 | 1 | -4/+14 |
* | jpeg2000: Check block length | Luca Barbato | 2013-10-09 | 1 | -0/+7 |
* | vmnc: Use meaningful return values | Luca Barbato | 2013-10-09 | 1 | -9/+9 |
* | vmnc: Check the cursor dimensions | Luca Barbato | 2013-10-09 | 1 | -3/+20 |
* | vmnc: Port to bytestream2 | Luca Barbato | 2013-10-09 | 1 | -75/+57 |
* | vmnc: K&R formatting cosmetics | Luca Barbato | 2013-10-09 | 1 | -157/+195 |