25284 Commits (3eeca8b0e4e018ba7eecaea4aa1a3e40665ed42a)

Author SHA1 Message Date
Martin Storsjö a711a2cb47 mpegvideo: Avoid 32-bit wrapping of linesize multiplications 12 years ago
Carl Eugen Hoyos 6fcfafff84 Show subtitle resolution in avcodec_string(). 12 years ago
Michael Niedermayer 560612344e avcodec/pictordec: remove y checks, which have become redundant 12 years ago
Michael Niedermayer 8088d6f5f1 avcodec/pictordec: run av_image_check_size() unconditionally 12 years ago
Michael Niedermayer af11fa5409 mjpegb: Detect changing number of planes in interlaced video 12 years ago
Martin Storsjö 35cbc98b72 alac: Check that the channels fit at the given offset 12 years ago
Martin Storsjö f7c5883126 alac: Limit max_samples_per_frame 12 years ago
Dirk Farin 902a5fa722 avformat: H265 demuxer 12 years ago
Paul B Mahol 6053812814 x86/simple_idct: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 12 years ago
Michael Niedermayer f4e9c768d1 avcodec/vcr1: simplify code drop buf variable 12 years ago
Michael Niedermayer 84b6451d29 avcodec/vcr1: simplify code, drop buf_size 12 years ago
Michael Niedermayer a4e7091831 avcodec/vcr1: return the actual number of consumed bytes 12 years ago
Michael Niedermayer 164b67ca28 avcodec/vcr1: replace redundant checks from libav (8aba7968dd) by asserts 12 years ago
Vignesh Venkatasubramanian fdd1aaf87a avpacket: Fixing side data copy when src == dst 12 years ago
Diego Biurrun 7df9e693a3 cosmetics: Fix ATRAC codec name spelling 12 years ago
Anton Khirnov fe9bb61f9a pictordec: pass correct context to avpriv_request_sample 12 years ago
Anton Khirnov 5f7aecde02 pictordec: break out of both decoding loops when y drops below 0 12 years ago
Anton Khirnov 8aba7968dd vcr1: add sanity checks 12 years ago
Michael Niedermayer 4fb3e1a652 avcodec/pnmdec: fix unaligned read 12 years ago
Michael Niedermayer 62d07bb321 avcodec/pnmdec: use a more specific pointer type than void in samplecpy() 12 years ago
Carl Eugen Hoyos ec8a4841f7 Avoid a deadlock when decoding wma. 12 years ago
Marton Balint b339dccbba lavc: add teletext decoder using libzvbi 12 years ago
Michael Niedermayer 21dc3a3cc2 avcodec/ffv1dec: reorganize thread init/update 12 years ago
Michael Niedermayer c72cca5a44 avcodec/ffv1dec: move initial_states init to init_thread_copy() 12 years ago
Paul B Mahol 5be7aecc80 pcm-dvd: use av_freep() 12 years ago
Paul B Mahol fc435d977a pcm-dvd: remove redundant log message 12 years ago
Michael Niedermayer 7c1805869d avcodec/pcm-dvd: discard buffer if block size changed 12 years ago
Martin Storsjö 789cd1de99 pcm-dvd: Fix build on big endian 12 years ago
Michael Niedermayer 93cf7b0195 avcodec/h264: set er.ref_count earlier 12 years ago
Michael Niedermayer 990bbc15b8 avcodec/error_resilience: change out commented printf() to av_log() 12 years ago
Martin Storsjö 21ffd41011 pcm-dvd: Fix build on big endian 12 years ago
Michael Niedermayer 8da23be458 avcodec/utils: avcodec_string: print colorspace type 12 years ago
Michael Niedermayer ea07dbdeaa avcodec/utils: avcodec_string: Print color_range 12 years ago
Michael Niedermayer 336982a0ce avcodec/utils: avcodec_string: make the colorspace printing code more extendible. 12 years ago
Carl Eugen Hoyos b970f85564 Fix make checkheaders for wavpackenc.h 12 years ago
Carl Eugen Hoyos e7da19e9fa Fix make checkheaders for vdpau_internal.h 12 years ago
Christian Schmidt a42e3a6700 pcm_dvd: consolidate pieces from pcm.c and mpeg.c 12 years ago
Christian Schmidt 21fd2f84ce pcm_bluray: cosmetics 12 years ago
Christian Schmidt 0d6549d8b5 pcm_bluray: rename pcm-mpeg.c to pcm-bluray.c 12 years ago
Michael Niedermayer 454a11a1c9 avcodec/dsputil: fix signedness in sizeof() comparissions 12 years ago
Michael Niedermayer 86736f59d6 avcodec/pngdsp: fix (un)signed type in end comparission 12 years ago
Michael Niedermayer 6e1b1a27a4 avcodec/avpacket: Use av_free_packet() in error cleanups 12 years ago
Paul B Mahol c042684476 kgv1dec: remove unused avctx from codec private context 12 years ago
Paul B Mahol 057dce5f21 kgv1dec: make decoder independent of sizeof(AVFrame) 12 years ago
Paul B Mahol ea3ce00859 wnv1: remove unused avctx from codec private context 12 years ago
Michael Niedermayer 60fed98e63 avcodec/pngdec: fix last_row_size type 12 years ago
Michael Niedermayer 7b47d7f75e avcodec/pngdec: Fix padded alloc code with threads 12 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 12 years ago
Carl Eugen Hoyos 8fe1fb41ac Fix compilation with --disable-mmx. 12 years ago
Michael Niedermayer 4f5454d201 avcodec/mpegvideo: reduce log level for messages about allocating frames. 12 years ago