| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'a1c5cc429d99216406170eac7e8352860076d3e8' | Michael Niedermayer | 2013-10-28 | 3 | -5/+4 |
|\ |
|
| * | lavc: don't set AVFrame.pts to random numbers in decoders. | Anton Khirnov | 2013-10-28 | 3 | -10/+0 |
* | | Merge commit 'f2521563d1a0c3e2a21892f59f3327b82b3db7fc' | Michael Niedermayer | 2013-10-28 | 1 | -1/+1 |
|\| |
|
| * | g722dec: Change bits_per_codeword to the right option type | Martin Storsjö | 2013-10-28 | 1 | -1/+1 |
* | | Merge commit '97de206b44a48da726807cc3e7b9448a8112760b' | Michael Niedermayer | 2013-10-28 | 1 | -1/+1 |
|\| |
|
| * | lavc: disable CRC checking by default | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00' | Michael Niedermayer | 2013-10-28 | 6 | -7/+23 |
|\| |
|
| * | 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 |
* | | Merge commit 'aaaf2dc023d31f30eeec874f24b50f44b9295185' | Michael Niedermayer | 2013-10-28 | 1 | -2/+3 |
|\| |
|
| * | h263: Check init_get_bits return value | Michael Niedermayer | 2013-10-28 | 1 | -6/+11 |
* | | Merge commit '0749314886390f6ec81d45e0ba424fcb36c945cf' | Michael Niedermayer | 2013-10-28 | 1 | -9/+17 |
|\| |
|
| * | h263: Return meaningful errors | Luca Barbato | 2013-10-28 | 1 | -21/+30 |
* | | Merge commit '94603feb1b3ad01a821a1a1cef1570b13f471821' | Michael Niedermayer | 2013-10-28 | 1 | -2/+4 |
|\| |
|
| * | h264_ps: when parsing a VUI fails, only abort when explode is set | Anton Khirnov | 2013-10-27 | 1 | -2/+4 |
* | | hevc: add profile idc warning | Mickaël Raulet | 2013-10-28 | 1 | -4/+12 |
* | | hevc: refactor pic_arrays and set_sps | Anton Khirnov | 2013-10-28 | 1 | -52/+59 |
* | | hevc: add irap checks | Anton Khirnov | 2013-10-28 | 2 | -5/+15 |
* | | Merge commit 'fc06ee6ee377cc3b512dff8f02057e26311bc4da' | Michael Niedermayer | 2013-10-28 | 1 | -1/+2 |
|\| |
|
| * | mmvideo: fix uninitialized variable use in mm_decode_intra | Vittorio Giovara | 2013-10-27 | 1 | -1/+2 |
* | | hevc: add decode hrd | Mickaël Raulet | 2013-10-27 | 1 | -8/+79 |
* | | hevc: better mt implementation | Anton Khirnov | 2013-10-27 | 3 | -8/+10 |
* | | hevc: clean up mvs(cherry picked from commit 955317c09b877a513d3fcfcd1615909b... | Mickaël Raulet | 2013-10-27 | 1 | -358/+164 |
* | | hevc: cosmetic change(cherry picked from commit 3b57513b3f39c04337801fb9d159c... | Mickaël Raulet | 2013-10-27 | 2 | -85/+107 |
* | | hevc: more cosmetic(cherry picked from commit 9697abe41daa234602915f85bf6b1c0... | Mickaël Raulet | 2013-10-27 | 2 | -136/+131 |
* | | hevc : cosmetic changes(cherry picked from commit 7308c0ccf13f18cebe4851e6dcd... | Mickaël Raulet | 2013-10-27 | 8 | -190/+203 |
* | | lavc: add support for CODEC_CAP_DELAY in subtitles | Marton Balint | 2013-10-27 | 3 | -4/+12 |
* | | avcodec/hevc: calculate checksum only if AV_EF_EXPLODE is set | Michael Niedermayer | 2013-10-27 | 1 | -1/+2 |
* | | Revert "avcodec/options_table: disable CRC checking by default" | Michael Niedermayer | 2013-10-27 | 1 | -1/+1 |
* | | Revert "avcodec/options_table: set err_detect to careful by default" | Michael Niedermayer | 2013-10-27 | 1 | -1/+1 |
* | | avcodec/options_table: set err_detect to careful by default | Michael Niedermayer | 2013-10-27 | 1 | -1/+1 |
* | | avcodec/options_table: disable CRC checking by default | Anton Khirnov | 2013-10-27 | 1 | -1/+1 |
* | | avcodec/takdec: also do crc check when er compliant is set | Michael Niedermayer | 2013-10-27 | 1 | -2/+2 |
* | | avcodec/avcodec.h: Add documentation for the AV_EF_* defifines | Michael Niedermayer | 2013-10-27 | 1 | -8/+8 |
* | | correct the AVOption documentation for AV_EF_CAREFUL | Michael Niedermayer | 2013-10-27 | 1 | -1/+1 |
* | | vp9: skip itxfm_add if the whole block has no coefficients. | Ronald S. Bultje | 2013-10-27 | 1 | -2/+2 |
* | | avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD. | Ronald S. Bultje | 2013-10-27 | 1 | -17/+17 |
* | | avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead... | Ronald S. Bultje | 2013-10-27 | 1 | -1/+1 |
* | | vcodec/vc1dec: remove dead code | Michael Niedermayer | 2013-10-27 | 1 | -2/+1 |
* | | avcodec/vc1_parser: check ff_vc1_parse_frame_header*() return value | Michael Niedermayer | 2013-10-27 | 1 | -2/+6 |
* | | avcodec/tiff: factorize offset init code | Michael Niedermayer | 2013-10-27 | 1 | -3/+1 |
* | | avcodec/tiff: remove TIFF_LONG special case | Michael Niedermayer | 2013-10-27 | 1 | -4/+1 |
* | | avcodec/tiff: Fix use of uninitialized off variable | Michael Niedermayer | 2013-10-27 | 1 | -3/+1 |
* | | avcodec/hevcpred_template: Fix integer overflows | Michael Niedermayer | 2013-10-27 | 1 | -2/+2 |
* | | Merge commit 'afa93d198aaf2cc661c4df6d4095cd030265d30a' | Michael Niedermayer | 2013-10-27 | 3 | -17/+242 |
|\ \ |
|
| * | | hevc_parser: Set pict_type, key_frame and output_picture_number. | Yusuke Nakamura | 2013-10-27 | 3 | -9/+233 |
| * | | hevc: Search start code in decode_nal_units(). | Yusuke Nakamura | 2013-10-27 | 1 | -8/+9 |
* | | | avcodec/flacdec: also do crc check when er compliant is set | Michael Niedermayer | 2013-10-27 | 1 | -1/+1 |
* | | | avcodec/error_resilience check error_concealment, not err_recognition. | Anton Khirnov | 2013-10-27 | 1 | -3/+3 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-26 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|