40051 Commits (8aa57b7b5e06c1cd9dbb2e84e48caa0ef840c5dc)
 

Author SHA1 Message Date
Michael Niedermayer 8aa57b7b5e audemux: Check channels isnt 0 13 years ago
Michael Niedermayer fd2127ad53 wtvdec: Check that stream private context has been allocated before use. 13 years ago
Michael Niedermayer 9a4f5b7616 mjpegbdec: check SOS/SOF ordering. 13 years ago
Michael Niedermayer abec6549ae ffv1dec: Require a valid keyframe for decoding non keyframes. 13 years ago
Nicolas George 23a6e4749f ffmpeg: fix validity test for file index. 13 years ago
Michael Niedermayer 605f2b6b00 asv1dec: check extradatasize before reading. 13 years ago
Michael Niedermayer fa5dacce14 indeo5: check against scaleable frames in non scaleable streams. 13 years ago
Michael Niedermayer 2a59abf1a8 smackerdemux: Allocate padding for extradata 13 years ago
Michael Niedermayer f7c67536fe svq1dec: Fix overread on very small input 13 years ago
Michael Niedermayer b21ba20cc8 wmaprodec: tighter check for num_vec_coeffs 13 years ago
Michael Niedermayer c047afb80c Merge remote-tracking branch 'qatar/master' 13 years ago
Carl Eugen Hoyos 2f06b56382 Support broken v210 files with 64 byte padding. 13 years ago
Michael Niedermayer 6c0027bb39 dnxhddec: check that the indicated bit depth matches the tables. 13 years ago
Michael Niedermayer 8c59e0c362 xldec: move buffer size check up, it can be done before allocating a frame 13 years ago
Michael Niedermayer 94b42da696 xldec: Check that width is a multiple of 4 13 years ago
Michael Niedermayer 80d51680b2 xmvdemux: prefer av_freep() to deallocate audio stream structs. 13 years ago
Michael Niedermayer 13381577d1 xmvdemux: dont let current_stream become invalid. 13 years ago
Mans Rullgard 95510be8c3 avcodec: remove AVCodecContext.dsp_mask 13 years ago
Michael Niedermayer 5a35bd92ad cook: check subacket count 13 years ago
Jakub Stachowski 93bf1aac6a wmalossless: Ensure that last frame is not written again if nothing was decoded in current packet. 13 years ago
Nicolas George b27383e453 ffprobe: do not try to decode empty packets. 13 years ago
Stefano Sabatini dd3043d1c0 lavfi/setfield: remove stray argument in av_log() 13 years ago
Stefano Sabatini 459414b4d9 lavfi/setfield: rename variable top_field_first to mode 13 years ago
Tim Nicholson c97201dd29 lavfi/setfield: add "progressive" option 13 years ago
Anton Khirnov 2994913d70 avconv: fix a segfault when default encoder for a format doesn't exist. 13 years ago
Michael Niedermayer 9849515214 Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)" 13 years ago
Andrew Wason e9b1d5ae5e fix swr_convert buffering of packed audio 13 years ago
Jan Ekström b5c3f0b994 utvideo: general cosmetics 13 years ago
Roland Scheidegger a812b599b5 h264: assembly version of get_cabac for x86_64 with PIC (v4) 13 years ago
Alex Converse 7eacd70fea aac: Handle HE-AACv2 when sniffing a channel order. 13 years ago
Alex Converse dc878b96a7 movenc: Support high sample rates in isomedia formats by setting the sample rate field in stsd to 0. 13 years ago
Michael Niedermayer 3194ab78a6 Merge remote-tracking branch 'qatar/master' 13 years ago
Reimar Döffinger 9b1f776d75 Fix compilation with NASM. 13 years ago
Diego Biurrun f973a85d4a xxan: Remove write-only variable in xan_decode_frame_type0(). 13 years ago
Diego Biurrun b1563d0cf9 ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks(). 13 years ago
Reimar Döffinger dd5e1fc22e mxfdec: fix memleak on read error/EOF. 13 years ago
Michael Niedermayer 4a80ebe491 indeo3: Fix reallocation code so that it doesnt become inconsistent. 13 years ago
Justin Ruggles b0e9edc44f avcodec: add a cook parser to get subpacket duration 13 years ago
Michael Niedermayer 2c22701c37 ac3dec: Check number of output channels. 13 years ago
Michael Niedermayer 1df49142ba avsdec: Set dimensions instead of relying on the demuxer. 13 years ago
Nicolas George 34c426be4a ffmpeg: check encoder earlier. 13 years ago
Justin Ruggles acb1730218 FATE: allow lavf tests to alter input parameters 13 years ago
Justin Ruggles 5052980400 FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test 13 years ago
Justin Ruggles 03caef1bed FATE: replace the acodec-g726 test with 4 new encode/decode tests 13 years ago
Justin Ruggles a6c8cca2a8 FATE: replace current g722 encoding tests with an encode/decode test 13 years ago
Justin Ruggles 870165e217 FATE: add a pattern rule for generating asynth wav files 13 years ago
Justin Ruggles 010943c6ce FATE: optionally write a WAVE header in audiogen 13 years ago
Justin Ruggles 0c0d1bce7c avutil: add audio fifo buffer 13 years ago
Michael Niedermayer 044f7275d3 ffv1: add optional per slice CRCs to detect undamaged slices. 13 years ago
Michael Niedermayer b4fc53856d ffv1: move most fields from the frame header to the slice headers with ffv1.3 13 years ago