summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Enhance Musepack SV8 probing codeKostya Shishkov2009-09-16
| | | | Originally committed as revision 19874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flv should be AVFMT_VARIABLE_FPS.Michael Niedermayer2009-09-16
| | | | Originally committed as revision 19873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Upgrade a few important messages to AV_LOG_WARNING.Michael Niedermayer2009-09-16
| | | | Originally committed as revision 19872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indention after previous commit.Michael Niedermayer2009-09-16
| | | | Originally committed as revision 19871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make packet interleaving in the muxer not scan through the wholeMichael Niedermayer2009-09-16
| | | | | | | | buffer when simply appending at the end works. Much faster if one stream ends prematurely. Fixes issue1379. Originally committed as revision 19870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also reset *_end in flush_packet_queue().Michael Niedermayer2009-09-16
| | | | Originally committed as revision 19869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pkgconfig_generate() fill Libs with the required linking flagsStefano Sabatini2009-09-15
| | | | | | | | | | if the "shared" var has not been explicitely enabled, rather than if it has been explicitly disabled. This way is not necessary to explicitly disable shared libraries in order to have a pc file usable with only static libraries. Originally committed as revision 19868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: set genre default immediately before reading genre tagJustin Ruggles2009-09-15
| | | | Originally committed as revision 19867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues).Justin Ruggles2009-09-15
| | | | Originally committed as revision 19866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix ff_fft_init_arm() prototypeMåns Rullgård2009-09-15
| | | | Originally committed as revision 19865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
| | | | Originally committed as revision 19864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set 0 FPS in VC-1 test stream format demuxer.Kostya Shishkov2009-09-15
| | | | Originally committed as revision 19863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
| | | | | | | | that FF_ELEMS(ff_sine_windows[x]) == 1 << x. Fix issue 1384. Originally committed as revision 19862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for explicit 32-bit FPS value so it works on 64-bit systems tooKostya Shishkov2009-09-15
| | | | Originally committed as revision 19861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make probing for VC1 test bitstream format stricterKostya Shishkov2009-09-15
| | | | Originally committed as revision 19860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix max_coded_frame_size computation to account for byte alignment.Jai Menon2009-09-15
| | | | | | Fixes issue 1386. Originally committed as revision 19859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check offset in flv_probe()Michael Niedermayer2009-09-15
| | | | Originally committed as revision 19858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not return values above AVPROBE_SCORE_MAX from probe().Michael Niedermayer2009-09-15
| | | | Originally committed as revision 19857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make h261 and mpegvideo probe a little more robust so they dont fail withMichael Niedermayer2009-09-15
| | | | | | slightly different probetest. Originally committed as revision 19856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Init i to 0 (10l fix).Martin Storsjö2009-09-15
| | | | | | Patch by Martin Storsjö / martin von martin aus st Originally committed as revision 19855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make mpeg_probe() pass probetest.Michael Niedermayer2009-09-15
| | | | Originally committed as revision 19854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Probetest, to test the demuxers probe functions against random and not so randomMichael Niedermayer2009-09-15
| | | | | | input. Originally committed as revision 19853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly stricter MPEG-PES probing, fixes issue 1383.Reimar Döffinger2009-09-15
| | | | Originally committed as revision 19852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vastly improved mm_probe function, passes probetest.Reimar Döffinger2009-09-15
| | | | Originally committed as revision 19851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve sierravmd probe. It is still quite weak, but further improvementsReimar Döffinger2009-09-15
| | | | | | are non-obvious and probably need a large (about 1kB at least) probe buffer. Originally committed as revision 19850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slighty tweak mp3 probe threshold to prevent probetest from complaining.Michael Niedermayer2009-09-14
| | | | Originally committed as revision 19849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try harder to avoid false positives for DV probe.Reimar Döffinger2009-09-14
| | | | | | | | Require at least one signature match per provided 1MB of probe data, and if there is only a single match, return at most MAX/4. Fixes issue1382 but could/should probably still be improved. Originally committed as revision 19848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make dnxhd probe more strict, fail if we detect values in header that wouldReimar Döffinger2009-09-14
| | | | | | | make our decoder fail anyway. dnxhd probe now passes probetest. Originally committed as revision 19847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: 10l: fix large FFTsMåns Rullgård2009-09-14
| | | | Originally committed as revision 19846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite h261_probe().Michael Niedermayer2009-09-14
| | | | | | | New code can detect h261 startcodes even when the first is damaged or not at the begin. It also passes probetest v2 & v3. Originally committed as revision 19845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make DTS probe more robust against false positives (as e.g. probetest shows).Reimar Döffinger2009-09-14
| | | | | | | | In particular check that the detected markers clearly indicate a specific DTS format (a wild mixture of e.g. little- and big-endian markers is unlikely to be a valid DTS file) and ensure the markers appear with sufficient frequency. Originally committed as revision 19844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check the index validity more thoroughly for the c93 probe function.Reimar Döffinger2009-09-14
| | | | | | | In particular, check that length of the first index entries is not 0 since that is interpreted "end of file" and makes no sense in the very first entries. Originally committed as revision 19843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more sanity checks for header elements, rejecting files with clearlyReimar Döffinger2009-09-14
| | | | | | | invalid values that wouldn't play right anyway and reduce probe score to MAX/2. Passes probetest v2. Originally committed as revision 19842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite h263_probe().Michael Niedermayer2009-09-14
| | | | | | | | The new code should detect h263 even if the first startcode is damaged or somewhere else than the first byte. It also passes probetest v2 as just posted on ffmpeg-dev. Originally committed as revision 19841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend check for integer overflow for malloc argument to take into accountReimar Döffinger2009-09-14
| | | | | | also the addition of "sound_buffers" not only the multiplication. Originally committed as revision 19840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong logical operator which causes too relaxed checking in VC-1 testKostya Shishkov2009-09-14
| | | | | | | format probe. Spotted by Reimar Döffinger. Originally committed as revision 19839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check buffer size for idcin check, otherwise false positives are too likely forReimar Döffinger2009-09-14
| | | | | | small probe buffer sizes due to 0-padding (see probetest results). Originally committed as revision 19838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update preset files to jive somewhat better with more recent x264 API.Jason Garrett-Glaser2009-09-14
| | | | Originally committed as revision 19837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure pes buffer is set to avoid segvBaptiste Coudurier2009-09-13
| | | | Originally committed as revision 19836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset pes state to skip after flushing, avoid segv with ↵Baptiste Coudurier2009-09-13
| | | | | | dvgrab-2009.03.28_19-07-22.m2t Originally committed as revision 19835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson2009-09-13
| | | | Originally committed as revision 19834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add condition to aea demuxer probe.Benjamin Larsson2009-09-13
| | | | Originally committed as revision 19833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics. Renames, indentation and spacing.Benjamin Larsson2009-09-13
| | | | Originally committed as revision 19832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace @node commands with @anchor to refer to specific points in the text.Diego Biurrun2009-09-13
| | | | | | | | This fixes the warnings ** `Developers Guide' is up for `Coding Rules', but has no menu entry for this node ** `Invocation' is up for `FFmpeg formula evaluator', but has no menu entry for this node Originally committed as revision 19831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When resetting vst->pkt.data to NULL, also set vst->slices.Reimar Döffinger2009-09-13
| | | | | | | | | | This avoids a crash when the next slice is not a start slice and thus pkt->data is still NULL. This probably only happens with broken or unsupported files like http://samples.mplayerhq.hu/real/multirate/JustaSpa1937_64kb.rm that need further fixes, but keeping vst state consistent is still a good idea. Originally committed as revision 19830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use I/O buffer size as initial value for backoff for seeking sync point search.Ivan Schreter2009-09-13
| | | | Originally committed as revision 19829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset slice direction at end of each frame.Ramiro Polla2009-09-13
| | | | Originally committed as revision 29675 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove ; after while(0) in macros.Ramiro Polla2009-09-12
| | | | Originally committed as revision 29674 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove ; after while(0) in macros.Ramiro Polla2009-09-12
| | | | Originally committed as revision 19828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eval: Check for return value of memory allocations.Ramiro Polla2009-09-12
| | | | Originally committed as revision 19827 to svn://svn.ffmpeg.org/ffmpeg/trunk