32735 Commits (11ac796f7ab2738eff19ea18847355363c8cc797)
 

Author SHA1 Message Date
Justin Ruggles 11ac796f7a dca_parser: parse the sample rate and frame durations 13 years ago
Justin Ruggles 85469f1c9e libspeexdec: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles adbf61ff8a libopencore-amr: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 0efa4073bf alsdec: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles f1e73100d9 siff: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles ec2e767bf3 amr demuxer: do not set AVCodecContext.frame_size. 13 years ago
Justin Ruggles 8d1a20aa7c aiffdec: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 237a855caf mov: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 9727264220 ape: do not set AVCodecContext.frame_size. 13 years ago
Justin Ruggles 2dd18d4435 rdt: remove workaround for infinite loop with aac 13 years ago
Justin Ruggles 9c365fe8ae avformat: do not require frame_size in avformat_find_stream_info() for CELT 13 years ago
Justin Ruggles fbc8c59679 avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3 13 years ago
Justin Ruggles 84b6ae0808 avformat: do not require frame_size in avformat_find_stream_info() for AAC 13 years ago
Justin Ruggles 620b88a302 swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_size 13 years ago
Justin Ruggles 14aecc50fa rtpenc: use av_get_audio_frame_duration() for max_frames_per_packet 13 years ago
Justin Ruggles c019070fda riffenc: use av_get_audio_frame_duration() 13 years ago
Justin Ruggles 9524cf79df avcodec: add av_get_audio_frame_duration() function. 13 years ago
Justin Ruggles 6699d07480 avcodec: add av_get_exact_bits_per_sample() function 13 years ago
Anton Khirnov 27c7ca9c12 lavf: deobfuscate read_frame_internal(). 13 years ago
Anton Khirnov dcee811505 lavf: make read_from_packet_buffer() more flexible. 13 years ago
Anton Khirnov 52b0943f10 lavf: factorize freeing a packet buffer. 13 years ago
Fabian Greffrath c9dbac36ad Fix format string vulnerability detected by -Wformat-security. 13 years ago
Diego Biurrun 0a41f47dc1 dv: Do not redundantly initialize struct members to zero. 13 years ago
Mans Rullgard 356ee8d7de x86: clean up ff_dsputil_init_mmx() 13 years ago
Anton Khirnov 3faa141d15 cmdutils: use new avcodec_is_decoder/encoder() functions. 13 years ago
Anton Khirnov 44fe77b350 lavc: make codec_is_decoder/encoder() public. 13 years ago
Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 13 years ago
Anton Khirnov 87392b1fd5 libcdio: add a forgotten AVClass to the private context. 13 years ago
Ronald S. Bultje 1c97b5c4a3 swscale: remove "cpu flags" from -sws_flags description. 13 years ago
Kostya Shishkov 4db4b53dc8 proresenc: give user a possibility to alter some encoding parameters 13 years ago
Justin Ruggles 1ba08c94f5 vorbisenc: add output buffer overwrite protection 13 years ago
Justin Ruggles fe78470a8b libopencore-amrnbenc: fix end-of-stream handling 13 years ago
Justin Ruggles b0350c1c30 ra144enc: fix end-of-stream handling 13 years ago
Justin Ruggles 29e2c85310 nellymoserenc: zero any leftover packet bytes 13 years ago
Justin Ruggles 6c7a01621c nellymoserenc: use proper MDCT overlap delay 13 years ago
Aneesh Dogra 3e9cd8b4b0 qpeg: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Ronald S. Bultje dccb2cd3f9 swscale: make %rep unconditional. 13 years ago
Ronald S. Bultje b4188f0d46 vp8: convert simple loopfilter x86 assembly to use named arguments. 13 years ago
Ronald S. Bultje 8476ca3b4e vp8: convert idct x86 assembly to use named arguments. 13 years ago
Ronald S. Bultje 21ffc78fd7 vp8: convert mc x86 assembly to use named arguments. 13 years ago
Ronald S. Bultje 28170f1a39 vp8: convert loopfilter x86 assembly to use cpuflags(). 13 years ago
Ronald S. Bultje e25be47154 vp8: convert idct/mc x86 assembly to use cpuflags(). 13 years ago
Ronald S. Bultje 8249a23fc1 swscale: remove now unnecessary hack. 13 years ago
Loren Merritt 0f53d0cf4b x86inc: don't "bake" stack_offset in named arguments. 13 years ago
Derek Buitenhuis 6aa6e3e814 fate: Add sunrast regression test 13 years ago
Justin Ruggles 51ddf35c90 wmaenc: fix m/s stereo encoding for the first frame 13 years ago
Justin Ruggles 8ed7488ea3 wmaenc: return s->block_align instead of recalculating it 13 years ago
Justin Ruggles 5d652e063b wmaenc: check final frame size against output packet size 13 years ago
Justin Ruggles dfc4fdedf8 wmaenc: require a large enough output buffer to prevent overwrites 13 years ago
Justin Ruggles 1ec075cfec wmaenc: limit allowed sample rate to 48kHz 13 years ago