21769 Commits (cef28b56027c3c9ca2359a50741fc5312d627ef8)

Author SHA1 Message Date
Janne Grunau 3ab5f7dc13 h264: slice-mt: check master context for valid current_picture_ptr 12 years ago
Janne Grunau 24c62ea7a5 h264: slice-mt: get last_pic_dropable from master context 12 years ago
Michael Niedermayer 7885fa7685 ff_lock_avcodec: make the lock state be consistent in case of failure. 12 years ago
Michael Niedermayer 2dec950f49 avcodec_open: if obtaining a lock fails, dont attempt to unlock it. 12 years ago
Michael Niedermayer 0393cf15db Revert "Acquire lock when initializing parsers." 12 years ago
Michael Niedermayer eed865540a Revert "Add assert that the avcodec lock is held when initializing static VLC tables." 12 years ago
Michael Niedermayer d7169280a6 frame_thread_encoder: fix locking while locks are held 12 years ago
Michael Niedermayer bde6f6eadc vc1dec: prevent v_edge_pos from becoming negative. 12 years ago
Michael Niedermayer b6a7f66f93 resample: remove disabled debug code 12 years ago
Janne Grunau 5945c7b35d h264: slice-mt: check master context for valid current_picture_ptr 12 years ago
Janne Grunau a8cb1746c5 h264: slice-mt: get last_pic_dropable from master context 12 years ago
Justin Ruggles 5e1bbb8c7e alacenc: add support for multi-channel encoding 12 years ago
Paul B Mahol 9f66531d46 lavc/dxa: return meaningful error codes 12 years ago
Reimar Döffinger dd154198b1 Add assert that the avcodec lock is held when initializing static VLC tables. 12 years ago
Reimar Döffinger 7feef7dbca Acquire lock when initializing parsers. 12 years ago
Reimar Döffinger 25fec8595d avcodec: add ff_lock/unlock_avcodec functions. 12 years ago
Piotr Bandurski 5381960501 wmaenc: add new line to some error messages 12 years ago
Wolfram Gloger 928346091a mpegvideo_parser: fix buffer access beyond end 12 years ago
Michael Niedermayer 6d7effa9bd mpegvideo_enc: use av_log() in debug code 12 years ago
Michael Niedermayer 911c00e60f motion_est: use av_log() in debug code 12 years ago
Michael Niedermayer 7c2481f2d7 j2kenc: remove duplicate debug functions 12 years ago
Michael Niedermayer 9bb188da96 j2k: avoid printf() useage in debug code 12 years ago
Michael Niedermayer b023392f34 mpegvideo: remove #if/define PARANOID code 12 years ago
Paul B Mahol 4012cd6c4f lavc: fix decode_frame() third parameter semantics for rest of video decoders 12 years ago
Michael Niedermayer d2a3f08daf lavc: move ff_init_buffer_info() down to ff_get_buffer() 12 years ago
Michael Niedermayer 09de0ffeab vc1dec: Fix null pointer dereference in vc1_decode_skip_blocks() 12 years ago
Nicolas George 217b10de3f lavc/dvdsubdec: accept palette from options. 12 years ago
Michael Niedermayer 599ae9995f ff_emulated_edge_mc: fix handling of w/h being 0 12 years ago
Michael Niedermayer 8bf16e677f ffv1enc: allow encoding with 1 slice for CIF and smaller in version 3 12 years ago
Janne Grunau c15fea7933 mimic: initialize padding of swap_buf through av_fast_padded_malloc 12 years ago
Janne Grunau 42060c7030 eamad: initialize padding of bitstream_buf through av_fast_padded_malloc() 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 387bef95d2 lavc: factorise setting buffer type in avcodec_default_get_buffer(). 12 years ago
Anton Khirnov e57c4706e9 lavc: don't reuse audio buffers 12 years ago
Anton Khirnov ff953fecff lavc: set frame properties in ff_get_buffer(). 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Peter Ross 59fe5a339b iff decoder: DEEP TVDC 32-bit decoder 12 years ago
Reimar Döffinger e2fc6a01f6 libspeex: allow custom sample rates again. 12 years ago
Paul B Mahol 0a8360c4f9 takdec: add .sample_fmts 12 years ago
Paul B Mahol 694dc6251e shorten: update .sample_fmts 12 years ago
Piotr Bandurski 7e93b0ba4b ra144enc: reject unsupported sample rates 12 years ago
Michael Niedermayer 9c208b404c vp56: Ignore reconfiguration from the alpha plane. 12 years ago
Janne Grunau 0b300daad2 h264: error out on unset current_picture_ptr for h->current_slice > 0 12 years ago
Christophe Gisquet e32bea8eb4 aac: avoid a memcpy in sbr_qmf_analysis 12 years ago
Michael Niedermayer 936eaa89be h264: check for integer overflow, fix null pointer dereference 12 years ago
Paul B Mahol 49435d3888 gifdec: read pixel aspect ratio 12 years ago
Michael Niedermayer ff7e2342bb dcadec: fix reading from prior to an array 12 years ago
Michael Niedermayer 77693c541a xxan: more complete ybuf checks, fix out of array accesses. 12 years ago
Michael Niedermayer aae4780362 vmnc: Check for integer overflow 12 years ago