26996 Commits (12bc33d7cd04d863466d4a2d18a7fbcb59372429)

Author SHA1 Message Date
Tim Walker 30d70e79a6 dcadec: set AV_FRAME_DATA_MATRIXENCODING side data. 11 years ago
Tim Walker 6bfdb2de88 dcadec: set the output channel mode more accurately. 11 years ago
Tim Walker 5b4797a21d avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. 11 years ago
Alex Converse 7f29644108 aac: Fix low delay windowing. 11 years ago
Alex Converse b2212dec0f aac: Fix TNS decoding for the 512 sample window family. 11 years ago
Martin Storsjö 3348e3492d arm: Use the matching endfunc macro instead of the assembler directive directly 11 years ago
Martin Storsjö 2ad4ee345a arm: Add a missing endfunc macro call 11 years ago
Michael Niedermayer be524ffc16 avcodec/rv30: put the rpr check back in init with the max vs bits bug fixed 11 years ago
Michael Niedermayer d08c6e1101 avcodec/rv30: check rpr before use against maximum 11 years ago
Michael Niedermayer a881b9aa08 avcodec/rv30: cleanup rpr handling 11 years ago
Michael Niedermayer 958e311974 avcodec/rv10: cleanup rpr handling 11 years ago
Michael Niedermayer 950fb8acb4 avcodec/mpegvideo: fix ac/dc_val and coded_block table sizes 11 years ago
Anton Khirnov a3a55645f0 mpegvideo: remove disabled bfin asm 11 years ago
Anton Khirnov a4d0c6e050 mpegvideo: move dct_unquantize functions up to avoid forward declarations 11 years ago
Anton Khirnov aec25b1c46 mpegvideo: split the encoding-only parts of frame_start() into a separate function 11 years ago
Anton Khirnov 58312b2472 h264: reset data_partitioning if decoding the slice header for NAL_DPA fails 11 years ago
Anton Khirnov e89aa4bf56 lzw: switch to bytestream2 11 years ago
Anton Khirnov 24057c8320 eacmv: check the framerate before setting it. 11 years ago
Anton Khirnov 5569146d48 adx: check that the offset is not negative 11 years ago
Anton Khirnov a6a2282c25 rv30: fix extradata size check. 11 years ago
Anton Khirnov feded990e3 mpegvideo: set reference/pict_type on generated reference frames 11 years ago
Michael Niedermayer 0389f9abe9 avcodec/avcodec: document that some video decoders do not support linesizes changing between frames. 11 years ago
Dale Curtis 4feca2214a h264: Clear ERContext.cur_pic when unref'ing current picture. 11 years ago
Michael Niedermayer 2e59ffbb79 avcodec/mace: check buffer size 11 years ago
Michael Niedermayer c925e960e8 mp3on4: fail when the header check fails 11 years ago
Michael Niedermayer 6433b393ba avcodec/aacps: fix number of bands used with ipd/opd 11 years ago
Michael Niedermayer 4843227b2c avcodec/iff: ensure that runs with insufficient input dont leave uninitialized bytes in the output 11 years ago
Maxim Poliakovski 4663a550f5 atrac3plus: Add forgotten initialization of an internal struct 11 years ago
Michael Niedermayer e6364ea26d avcodec/vqavideo: use av_mallocz() for decode_buffer() 11 years ago
Michael Niedermayer 07728a1115 avcodec/binkaudio: clear padding area of packet_buffer 11 years ago
Hendrik Leppkes 3d8eeea620 dxva2_vc1: signal skipped p frames 11 years ago
Hendrik Leppkes c5562890c7 dxva2_vc1: fix signaling of intensity compensation values 11 years ago
Hendrik Leppkes 719f1ce5fb vc1: set chromaformat = 1 for simple/main profile 11 years ago
Hendrik Leppkes e1facd3f81 dxva2_vc1: set PQUANT as described by the 2010 spec update 11 years ago
Hendrik Leppkes 3021d1be9e dxva2_vc1: set bfraction in slice info according to spec 11 years ago
Hendrik Leppkes 8abdf46b38 dxva2_vc1: set refdist value according to spec 11 years ago
Michael Niedermayer 46b06bd894 avcodec/mpegvideo_enc: implement frame skip score normalization 11 years ago
Michael Niedermayer 21a2fb7e05 avcodec/hevc: clear HEVClc when its deallocated in hevc_decode_free() 11 years ago
Reimar Döffinger cbeaf67888 Avoid using empty macro arguments. 11 years ago
Anssi Hannula 4a4437c0fb avformat/mpegts: demux timed ID3 metadata 11 years ago
Michael Niedermayer 61d43a2651 avcodec/lagarith: check and propagate return value from init_get_bits8() 11 years ago
Michael Niedermayer afd1245433 avcodec/lagarith: use init_get_bits8() 11 years ago
Michael Niedermayer 6f1b296771 avcodec/lagarith: reenable buggy lag_decode_zero_run_line() 11 years ago
Nicolas George 2ebaadf35c lavc/mjpegenc: use proper error codes. 11 years ago
Nicolas George 19a2d101ac lavc/mjpegenc: check av_frame_alloc() failure. 11 years ago
Nicolas George 97af2faaba lavc/libopenjpegenc: check av_frame_alloc() failure. 11 years ago
Nicolas George a91394f4de lavc/diracdec: check av_frame_alloc() failure. 11 years ago
Nicolas George 38004051b5 lavc/utils: check av_frame_alloc() failure. 11 years ago
Nicolas George bcfcb8b852 lavc/ffwavesynth: fix dependency sizeof(AVFrame). 11 years ago
Michael Niedermayer e80aa47abf avcodec/lagarith: fix init_get_bits() size in lag_decode_arith_plane() 11 years ago