20728 Commits (d859bb1db0b082644881058a12653e3207855678)
 

Author SHA1 Message Date
Sascha Sommer d859bb1db0 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes 15 years ago
Sascha Sommer 9d66ef18fa fix PTS calculation for audio formats with bits per sample != 16 15 years ago
Peter Ross 5f14b56593 Core Audio Format demuxer 15 years ago
Peter Ross 2d423666c0 Make mov LPCM and AAC parsing functions public 15 years ago
Peter Ross fa77dd639d perform sanity check on number of audio channels in avcodec_open() 15 years ago
Gwenole Beauchesne 385ae7021f Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. 15 years ago
Gwenole Beauchesne 25450bb252 Move down HWAccel code path so that to fill in s->mb_x first. 15 years ago
Kostya Shishkov 9117213313 Enhance Musepack SV8 probing code 15 years ago
Michael Niedermayer e458dd0be0 Flv should be AVFMT_VARIABLE_FPS. 15 years ago
Michael Niedermayer 657eca1f8b Upgrade a few important messages to AV_LOG_WARNING. 15 years ago
Michael Niedermayer 0355537605 Fix indention after previous commit. 15 years ago
Michael Niedermayer ddce56efc5 Make packet interleaving in the muxer not scan through the whole 15 years ago
Michael Niedermayer 42831b46ef Also reset *_end in flush_packet_queue(). 15 years ago
Stefano Sabatini 8cd6b388f4 Make pkgconfig_generate() fill Libs with the required linking flags 15 years ago
Justin Ruggles ea25c063c3 10l: set genre default immediately before reading genre tag 15 years ago
Justin Ruggles d891cbb444 Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues). 15 years ago
Måns Rullgård 68336ea8d4 10l: fix ff_fft_init_arm() prototype 15 years ago
Måns Rullgård f486321395 Move per-arch fft init bits into the corresponding subdirs 15 years ago
Kostya Shishkov 9155be47d1 Do not set 0 FPS in VC-1 test stream format demuxer. 15 years ago
Vitor Sessak 6776061b04 Add two more sizes to ff_sine_windows[] and also pad it with NULLs so 15 years ago
Kostya Shishkov 05db409c28 Check for explicit 32-bit FPS value so it works on 64-bit systems too 15 years ago
Kostya Shishkov 23218a9801 Make probing for VC1 test bitstream format stricter 15 years ago
Jai Menon 2370338850 Fix max_coded_frame_size computation to account for byte alignment. 15 years ago
Michael Niedermayer 37e34df5a5 Check offset in flv_probe() 15 years ago
Michael Niedermayer 0535f919d5 Do not return values above AVPROBE_SCORE_MAX from probe(). 15 years ago
Michael Niedermayer 2a3caca2b1 Make h261 and mpegvideo probe a little more robust so they dont fail with 15 years ago
Martin Storsjö ff19d438dc Init i to 0 (10l fix). 15 years ago
Michael Niedermayer c4674a479b Make mpeg_probe() pass probetest. 15 years ago
Michael Niedermayer 6e7ef5ec35 Probetest, to test the demuxers probe functions against random and not so random 15 years ago
Reimar Döffinger 3489e150d9 Slightly stricter MPEG-PES probing, fixes issue 1383. 15 years ago
Reimar Döffinger 5837e4ca33 Vastly improved mm_probe function, passes probetest. 15 years ago
Reimar Döffinger 97e078087b Improve sierravmd probe. It is still quite weak, but further improvements 15 years ago
Michael Niedermayer 1ac9563075 Slighty tweak mp3 probe threshold to prevent probetest from complaining. 15 years ago
Reimar Döffinger 6377de611a Try harder to avoid false positives for DV probe. 15 years ago
Reimar Döffinger 98487a5b69 Make dnxhd probe more strict, fail if we detect values in header that would 15 years ago
Måns Rullgård 9ecc414195 ARM: 10l: fix large FFTs 15 years ago
Michael Niedermayer 89c4e176f6 Rewrite h261_probe(). 15 years ago
Reimar Döffinger 05bdd33a12 Make DTS probe more robust against false positives (as e.g. probetest shows). 15 years ago
Reimar Döffinger 9f449d57c7 Check the index validity more thoroughly for the c93 probe function. 15 years ago
Reimar Döffinger ddbb7c9be2 Add more sanity checks for header elements, rejecting files with clearly 15 years ago
Michael Niedermayer e4c01d408a Rewrite h263_probe(). 15 years ago
Reimar Döffinger 21ab5c5827 Extend check for integer overflow for malloc argument to take into account 15 years ago
Kostya Shishkov 65d6d40350 Fix wrong logical operator which causes too relaxed checking in VC-1 test 15 years ago
Reimar Döffinger 8466ab59b2 Check buffer size for idcin check, otherwise false positives are too likely for 15 years ago
Jason Garrett-Glaser 03354862cb Update preset files to jive somewhat better with more recent x264 API. 15 years ago
Baptiste Coudurier 8bb7dda2f7 ensure pes buffer is set to avoid segv 15 years ago
Baptiste Coudurier 8956f68014 reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t 15 years ago
Benjamin Larsson 6acd4d89d8 Do not release the AVFrame when using reget_buffer in flashsv. 15 years ago
Benjamin Larsson 000b8b8699 Add condition to aea demuxer probe. 15 years ago
Benjamin Larsson 04a6d1b0db Cosmetics. Renames, indentation and spacing. 15 years ago