26076 Commits (023953e96425a5fdff6b3904332ec621bb676b34)

Author SHA1 Message Date
Marton Balint dbe6f9f2c2 lavc: add support for CODEC_CAP_DELAY in subtitles 11 years ago
Michael Niedermayer 758b6d39f6 avcodec/hevc: calculate checksum only if AV_EF_EXPLODE is set 11 years ago
Michael Niedermayer 69d39cb90c Revert "avcodec/options_table: disable CRC checking by default" 11 years ago
Michael Niedermayer e797bd9dc7 Revert "avcodec/options_table: set err_detect to careful by default" 11 years ago
Anton Khirnov 94603feb1b h264_ps: when parsing a VUI fails, only abort when explode is set 11 years ago
Vittorio Giovara fc06ee6ee3 mmvideo: fix uninitialized variable use in mm_decode_intra 11 years ago
Michael Niedermayer b1348eb68b avcodec/options_table: set err_detect to careful by default 11 years ago
Anton Khirnov c7027ce9ea avcodec/options_table: disable CRC checking by default 11 years ago
Michael Niedermayer 2886d6cbb7 avcodec/takdec: also do crc check when er compliant is set 11 years ago
Michael Niedermayer fc7be7ddf3 avcodec/avcodec.h: Add documentation for the AV_EF_* defifines 11 years ago
Michael Niedermayer 2ef1e62c8d correct the AVOption documentation for AV_EF_CAREFUL 11 years ago
Ronald S. Bultje efc5a54cab vp9: skip itxfm_add if the whole block has no coefficients. 11 years ago
Ronald S. Bultje 960490c0b2 avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD. 11 years ago
Ronald S. Bultje cd86eb265f avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead of '&&'. 11 years ago
Michael Niedermayer 2c7c2a53b9 vcodec/vc1dec: remove dead code 11 years ago
Michael Niedermayer 7eda2e524b avcodec/vc1_parser: check ff_vc1_parse_frame_header*() return value 11 years ago
Michael Niedermayer 46143d2555 avcodec/tiff: factorize offset init code 11 years ago
Michael Niedermayer d5ad4e4a2f avcodec/tiff: remove TIFF_LONG special case 11 years ago
Michael Niedermayer 0aba920d61 avcodec/tiff: Fix use of uninitialized off variable 11 years ago
Michael Niedermayer 09ef98f1ae avcodec/hevcpred_template: Fix integer overflows 11 years ago
Yusuke Nakamura afa93d198a hevc_parser: Set pict_type, key_frame and output_picture_number. 11 years ago
Yusuke Nakamura f7f8801839 hevc: Search start code in decode_nal_units(). 11 years ago
Michael Niedermayer 3b56f665b1 avcodec/flacdec: also do crc check when er compliant is set 11 years ago
Anton Khirnov 346e09638c avcodec/error_resilience check error_concealment, not err_recognition. 11 years ago
Michael Niedermayer e0b2bdd37a avcodec/h264_parser: heuristically detect non marked keyframes 11 years ago
Michael Niedermayer 41efb8d9a7 avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMPILER 11 years ago
Anton Khirnov 834259528b fft-test: add a missing #include 11 years ago
Michael Niedermayer 780669ef7c avcodec/jpeg2000dec: non zero image offsets are not supported 11 years ago
Michael Niedermayer 3c9dd93faa h264: make flush_change() set mmco_reset 11 years ago
Alex Converse adea4512c6 aacdec: Fix calls to avpriv_report_missing_feature(). 11 years ago
Michael Niedermayer 08a8976196 avcodec/h264: reduce noisiness of "mmco: unref short failure" 11 years ago
Michael Niedermayer 2e7a1fdd6d avcodec/twinvq: return the actual number of consumed bytes 11 years ago
Michael Niedermayer cbb7f56dfe metasound & twinvqdec: return the number of read bytes from read_bitstream 11 years ago
Derek Buitenhuis 7177df90a0 fft-test: Remove possibility of returning restricted exit code 11 years ago
Derek Buitenhuis 5331d2b93f dct-test: Remove possibility of returning a restricted exit code 11 years ago
Michael Niedermayer 4fb14f8492 avcodec/wmalosslessdec: fix data flushing at the end 11 years ago
Michael Niedermayer 29ffeef5e7 avcodec/h264: do not trust last_pic_droppable when marking pictures as done 11 years ago
Paul B Mahol ea9632b747 avcodec/flicvideo: use avpriv_request_sample() 11 years ago
Ronald S. Bultje 1b3a7e1f42 avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86 simd as such. 11 years ago
Derek Buitenhuis b2fdf3fc35 fft-test: Remove possibility of returning restricted exit code 11 years ago
Derek Buitenhuis f80ca1cb00 dct-test: Remove possibility of returning a restricted exit code 11 years ago
Timothy Gu 07e7bc9cbd lavc/libmp3lame: add comments about CBR/VBR modes 11 years ago
Timothy Gu 683d9cb1f2 lavc/libmp3lame: fix alignment and capitalization in AVOptions 11 years ago
Vittorio Giovara fb13fe8342 golomb: reduce scope of a few variables 11 years ago
Michael Niedermayer 2f31b73a11 avcodec/mpegaudio_tablegen: fix build with hardcoded tables 11 years ago
Michael Niedermayer fbdc98c758 avcodec/metasound_data: Fix inconsistency in tables 11 years ago
Michael Niedermayer 92f649b411 avcodec/hevc: remove CODEC_CAP_EXPERIMENTAL 11 years ago
Michael Niedermayer 094c40ca37 avcodec/utils: use a default lock manager that uses a pthread mutex 11 years ago
Michael Niedermayer 1e2ab98460 avcodec/vc1dec: use logical operation instead of bitwise for twomv 11 years ago
Michael Niedermayer 867e7bb4f1 fix order of operations in comments 11 years ago