25994 Commits (641358addcffe0cca55c547316781b11e9315dbc)

Author SHA1 Message Date
Paul B Mahol 1de8dfcbc4 avcodec/binkaudio: use init_get_bits8() 11 years ago
Paul B Mahol 2820562935 avcodec/4xm: use av_fast_padded_malloc() 11 years ago
Paul B Mahol c783bec6dc avcodec/mdec: use av_fast_padded_malloc() 11 years ago
Paul B Mahol 62ef736f5a avcodec/motionpixels: use av_fast_padded_malloc() 11 years ago
Anton Khirnov b9589f5a77 lavc: add error checking to apply_param_change. 11 years ago
Anton Khirnov 5c0a09839c libopenjpegdec: return meaningful error codes 11 years ago
Michael Niedermayer e1848aa469 avcodec/mpeg12dec: forward errors when EXPLODE is set 11 years ago
Stefano Sabatini d4ac3e5934 lavc/mpegvideo_enc: fix typo 11 years ago
Stefano Sabatini 9fa0dccca6 lavc: extend documentation for the "bf" option 11 years ago
Michael Niedermayer ce55e667fa avcodec/mpegvideo_enc: check that max_b_frames is not negative 11 years ago
Derek Buitenhuis 58d13cea30 h264: Check all allocations 11 years ago
Derek Buitenhuis a483aae7d8 h264: Check all allocations 11 years ago
Michael Niedermayer e36231969a avcodec/audioconvert: deprecate API 11 years ago
Paul B Mahol 66518f6feb avcodec/cook: use av_freep() 11 years ago
Michael Niedermayer e510171f31 avcodec: fix old codec ids 11 years ago
Michael Niedermayer f0b26bf0f5 avcodec/dvdec: dont try to decode ac when theres no input 11 years ago
Michael Niedermayer c00686518c avcodec/h263dec: fix handling of AV_EF_EXPLODE 11 years ago
Anton Khirnov c9a13a289d lavc: remove old unused audio conversion functions. 11 years ago
Michael Niedermayer 6c82c87dbb ac3dec: fix outptr increment. 11 years ago
Mickaël Raulet a21839149c hevc: add profile idc warning 11 years ago
Anton Khirnov cb148e56dc hevc: refactor pic_arrays and set_sps 11 years ago
Anton Khirnov 4db81f0817 hevc: add irap checks 11 years ago
Anton Khirnov a1c5cc429d lavc: don't set AVFrame.pts to random numbers in decoders. 11 years ago
Martin Storsjö f2521563d1 g722dec: Change bits_per_codeword to the right option type 11 years ago
Anton Khirnov 97de206b44 lavc: disable CRC checking by default 11 years ago
Anton Khirnov 23a211cbba lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. 11 years ago
Anton Khirnov f354f30836 error resilience: check error_concealment, not err_recognition. 11 years ago
Michael Niedermayer aaaf2dc023 h263: Check init_get_bits return value 11 years ago
Luca Barbato 0749314886 h263: Return meaningful errors 11 years ago
Mickaël Raulet 0ddd3c5ba6 hevc: add decode hrd 11 years ago
Anton Khirnov 2f77894ccc hevc: better mt implementation 11 years ago
Mickaël Raulet c1882e801d hevc: clean up mvs(cherry picked from commit 955317c09b877a513d3fcfcd1615909b2f4f651c) 11 years ago
Mickaël Raulet 2707cca78f hevc: cosmetic change(cherry picked from commit 3b57513b3f39c04337801fb9d159c7ca8dfa9deb) 11 years ago
Mickaël Raulet 3106cbd321 hevc: more cosmetic(cherry picked from commit 9697abe41daa234602915f85bf6b1c0ca0252cff) 11 years ago
Mickaël Raulet 3c3ece24ea hevc : cosmetic changes(cherry picked from commit 7308c0ccf13f18cebe4851e6dcd6b5c0b09be1dd) 11 years ago
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