25347 Commits (60caa3d8bc11677b90b791398ac7cca68a7389be)

Author SHA1 Message Date
Michael Niedermayer 61c68000ed avcodec/mjpegdec: Add some sanity checks to ljpeg_decode_rgb_scan() 11 years ago
Clément Bœsch 3e1f507f3e avcodec: make avcodec_close() more tolerant. 11 years ago
Michael Niedermayer 9cbb3fce59 avcodec/avpacket: zero memory in av_packet_new_side_data() 11 years ago
Nicolas George 04dcdc4640 lavc/avfft: init context to 0. 11 years ago
Nicolas George d7ccfe58e3 lavc/libvorbisdec: do not return empty frames. 11 years ago
Clément Bœsch 2c1eb38e5e avcodec: fix AVpacket → AVPacket typo. 11 years ago
Michael Niedermayer 2ffead98dd avcodec: add emuedge_linesize_type 11 years ago
Martin Storsjö a711a2cb47 mpegvideo: Avoid 32-bit wrapping of linesize multiplications 11 years ago
Carl Eugen Hoyos 6fcfafff84 Show subtitle resolution in avcodec_string(). 11 years ago
Michael Niedermayer 560612344e avcodec/pictordec: remove y checks, which have become redundant 11 years ago
Michael Niedermayer 8088d6f5f1 avcodec/pictordec: run av_image_check_size() unconditionally 11 years ago
Michael Niedermayer af11fa5409 mjpegb: Detect changing number of planes in interlaced video 11 years ago
Martin Storsjö 35cbc98b72 alac: Check that the channels fit at the given offset 11 years ago
Martin Storsjö f7c5883126 alac: Limit max_samples_per_frame 11 years ago
Dirk Farin 902a5fa722 avformat: H265 demuxer 11 years ago
Paul B Mahol 6053812814 x86/simple_idct: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 11 years ago
Michael Niedermayer f4e9c768d1 avcodec/vcr1: simplify code drop buf variable 11 years ago
Michael Niedermayer 84b6451d29 avcodec/vcr1: simplify code, drop buf_size 11 years ago
Michael Niedermayer a4e7091831 avcodec/vcr1: return the actual number of consumed bytes 11 years ago
Michael Niedermayer 164b67ca28 avcodec/vcr1: replace redundant checks from libav (8aba7968dd) by asserts 11 years ago
Vignesh Venkatasubramanian fdd1aaf87a avpacket: Fixing side data copy when src == dst 11 years ago
Diego Biurrun 7df9e693a3 cosmetics: Fix ATRAC codec name spelling 11 years ago
Anton Khirnov fe9bb61f9a pictordec: pass correct context to avpriv_request_sample 11 years ago
Anton Khirnov 5f7aecde02 pictordec: break out of both decoding loops when y drops below 0 11 years ago
Anton Khirnov 8aba7968dd vcr1: add sanity checks 11 years ago
Michael Niedermayer 4fb3e1a652 avcodec/pnmdec: fix unaligned read 11 years ago
Michael Niedermayer 62d07bb321 avcodec/pnmdec: use a more specific pointer type than void in samplecpy() 11 years ago
Carl Eugen Hoyos ec8a4841f7 Avoid a deadlock when decoding wma. 11 years ago
Marton Balint b339dccbba lavc: add teletext decoder using libzvbi 11 years ago
Michael Niedermayer 21dc3a3cc2 avcodec/ffv1dec: reorganize thread init/update 11 years ago
Michael Niedermayer c72cca5a44 avcodec/ffv1dec: move initial_states init to init_thread_copy() 11 years ago
Paul B Mahol 5be7aecc80 pcm-dvd: use av_freep() 11 years ago
Paul B Mahol fc435d977a pcm-dvd: remove redundant log message 11 years ago
Michael Niedermayer 7c1805869d avcodec/pcm-dvd: discard buffer if block size changed 11 years ago
Martin Storsjö 789cd1de99 pcm-dvd: Fix build on big endian 11 years ago
Michael Niedermayer 93cf7b0195 avcodec/h264: set er.ref_count earlier 11 years ago
Michael Niedermayer 990bbc15b8 avcodec/error_resilience: change out commented printf() to av_log() 11 years ago
Martin Storsjö 21ffd41011 pcm-dvd: Fix build on big endian 11 years ago
Michael Niedermayer 8da23be458 avcodec/utils: avcodec_string: print colorspace type 11 years ago
Michael Niedermayer ea07dbdeaa avcodec/utils: avcodec_string: Print color_range 11 years ago
Michael Niedermayer 336982a0ce avcodec/utils: avcodec_string: make the colorspace printing code more extendible. 11 years ago
Carl Eugen Hoyos b970f85564 Fix make checkheaders for wavpackenc.h 11 years ago
Carl Eugen Hoyos e7da19e9fa Fix make checkheaders for vdpau_internal.h 11 years ago
Christian Schmidt a42e3a6700 pcm_dvd: consolidate pieces from pcm.c and mpeg.c 11 years ago
Christian Schmidt 21fd2f84ce pcm_bluray: cosmetics 11 years ago
Christian Schmidt 0d6549d8b5 pcm_bluray: rename pcm-mpeg.c to pcm-bluray.c 11 years ago
Michael Niedermayer 454a11a1c9 avcodec/dsputil: fix signedness in sizeof() comparissions 11 years ago
Michael Niedermayer 86736f59d6 avcodec/pngdsp: fix (un)signed type in end comparission 11 years ago
Michael Niedermayer 6e1b1a27a4 avcodec/avpacket: Use av_free_packet() in error cleanups 11 years ago
Paul B Mahol c042684476 kgv1dec: remove unused avctx from codec private context 11 years ago