summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make h261 and mpegvideo probe a little more robust so they dont fail withMichael Niedermayer2009-09-15
* Init i to 0 (10l fix).Martin Storsjö2009-09-15
* Make mpeg_probe() pass probetest.Michael Niedermayer2009-09-15
* Probetest, to test the demuxers probe functions against random and not so randomMichael Niedermayer2009-09-15
* Slightly stricter MPEG-PES probing, fixes issue 1383.Reimar Döffinger2009-09-15
* Vastly improved mm_probe function, passes probetest.Reimar Döffinger2009-09-15
* Improve sierravmd probe. It is still quite weak, but further improvementsReimar Döffinger2009-09-15
* Slighty tweak mp3 probe threshold to prevent probetest from complaining.Michael Niedermayer2009-09-14
* Try harder to avoid false positives for DV probe.Reimar Döffinger2009-09-14
* Make dnxhd probe more strict, fail if we detect values in header that wouldReimar Döffinger2009-09-14
* ARM: 10l: fix large FFTsMåns Rullgård2009-09-14
* Rewrite h261_probe().Michael Niedermayer2009-09-14
* Make DTS probe more robust against false positives (as e.g. probetest shows).Reimar Döffinger2009-09-14
* Check the index validity more thoroughly for the c93 probe function.Reimar Döffinger2009-09-14
* Add more sanity checks for header elements, rejecting files with clearlyReimar Döffinger2009-09-14
* Rewrite h263_probe().Michael Niedermayer2009-09-14
* Extend check for integer overflow for malloc argument to take into accountReimar Döffinger2009-09-14
* Fix wrong logical operator which causes too relaxed checking in VC-1 testKostya Shishkov2009-09-14
* Check buffer size for idcin check, otherwise false positives are too likely forReimar Döffinger2009-09-14
* Update preset files to jive somewhat better with more recent x264 API.Jason Garrett-Glaser2009-09-14
* ensure pes buffer is set to avoid segvBaptiste Coudurier2009-09-13
* reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-...Baptiste Coudurier2009-09-13
* Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson2009-09-13
* Add condition to aea demuxer probe.Benjamin Larsson2009-09-13
* Cosmetics. Renames, indentation and spacing.Benjamin Larsson2009-09-13
* Replace @node commands with @anchor to refer to specific points in the text.Diego Biurrun2009-09-13
* When resetting vst->pkt.data to NULL, also set vst->slices.Reimar Döffinger2009-09-13
* Use I/O buffer size as initial value for backoff for seeking sync point search.Ivan Schreter2009-09-13
* Reset slice direction at end of each frame.Ramiro Polla2009-09-13
* Remove ; after while(0) in macros.Ramiro Polla2009-09-12
* Remove ; after while(0) in macros.Ramiro Polla2009-09-12
* eval: Check for return value of memory allocations.Ramiro Polla2009-09-12
* Check for return value of some context allocations.Ramiro Polla2009-09-12
* Do not do free AVStream in case of error, this is not supposed to beVitor Sessak2009-09-12
* Remove table that was forgotten in the split.Benjamin Larsson2009-09-11
* Fix doxygen commentBenjamin Larsson2009-09-11
* reinit get_bits for every decode_packet callSascha Sommer2009-09-11
* Make get_ur_golomb capable of reading 16 bit values.Lars Täuber2009-09-11
* Fix a typo in the documentation.Lars Täuber2009-09-11
* ARM: NEON optimised MDCTMåns Rullgård2009-09-11
* Prepare for optimised forward MDCT implementationsMåns Rullgård2009-09-11
* ARM: faster NEON IMDCTMåns Rullgård2009-09-11
* Cosmetics, add spacesBenjamin Larsson2009-09-10
* Move get_arg to avoid future declaration of function whenBenjamin Larsson2009-09-10
* Use reget_buffer instead of get_buffer. Fixes issue1367.Benjamin Larsson2009-09-10
* Add ATRAC1 codec ID.Benjamin Larsson2009-09-10
* Initial commit of the MD studio demuxer, not hooked up yetBenjamin Larsson2009-09-10
* Initial commit of the atrac1 decoder, not hooked up yetBenjamin Larsson2009-09-10
* Remove redundant code forgotten in the splitBenjamin Larsson2009-09-10
* Check for thread_count==0.Michael Niedermayer2009-09-10