| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: replace avcodec_set_dimensions with ff_set_dimensions | Anton Khirnov | 2013-10-31 | 4 | -4/+30 |
* | h264: wait for initial complete frame before outputing frames | John Stebbins | 2013-10-31 | 5 | -4/+64 |
* | HNM4/HNM4A demuxer & video decoder | David Kment | 2013-10-31 | 6 | -1/+470 |
* | lavc: add error checking to apply_param_change. | Anton Khirnov | 2013-10-30 | 1 | -14/+37 |
* | libopenjpegdec: return meaningful error codes | Anton Khirnov | 2013-10-30 | 1 | -6/+9 |
* | h264: Check all allocations | Derek Buitenhuis | 2013-10-29 | 1 | -7/+18 |
* | lavc: remove old unused audio conversion functions. | Anton Khirnov | 2013-10-28 | 3 | -187/+0 |
* | ac3dec: fix outptr increment. | Michael Niedermayer | 2013-10-28 | 1 | -1/+1 |
* | lavc: don't set AVFrame.pts to random numbers in decoders. | Anton Khirnov | 2013-10-28 | 3 | -10/+0 |
* | g722dec: Change bits_per_codeword to the right option type | Martin Storsjö | 2013-10-28 | 1 | -1/+1 |
* | lavc: disable CRC checking by default | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. | Anton Khirnov | 2013-10-28 | 6 | -7/+24 |
* | error resilience: check error_concealment, not err_recognition. | Anton Khirnov | 2013-10-28 | 1 | -3/+3 |
* | 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 |