summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-09-16
* perform sanity check on number of audio channels in avcodec_open()Peter Ross2009-09-16
* Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field.Gwenole Beauchesne2009-09-16
* Move down HWAccel code path so that to fill in s->mb_x first.Gwenole Beauchesne2009-09-16
* Enhance Musepack SV8 probing codeKostya Shishkov2009-09-16
* Flv should be AVFMT_VARIABLE_FPS.Michael Niedermayer2009-09-16
* Upgrade a few important messages to AV_LOG_WARNING.Michael Niedermayer2009-09-16
* Fix indention after previous commit.Michael Niedermayer2009-09-16
* Make packet interleaving in the muxer not scan through the wholeMichael Niedermayer2009-09-16
* Also reset *_end in flush_packet_queue().Michael Niedermayer2009-09-16
* Make pkgconfig_generate() fill Libs with the required linking flagsStefano Sabatini2009-09-15
* 10l: set genre default immediately before reading genre tagJustin Ruggles2009-09-15
* Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues).Justin Ruggles2009-09-15
* 10l: fix ff_fft_init_arm() prototypeMåns Rullgård2009-09-15
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* Do not set 0 FPS in VC-1 test stream format demuxer.Kostya Shishkov2009-09-15
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
* Check for explicit 32-bit FPS value so it works on 64-bit systems tooKostya Shishkov2009-09-15
* Make probing for VC1 test bitstream format stricterKostya Shishkov2009-09-15
* Fix max_coded_frame_size computation to account for byte alignment.Jai Menon2009-09-15
* Check offset in flv_probe()Michael Niedermayer2009-09-15
* Do not return values above AVPROBE_SCORE_MAX from probe().Michael Niedermayer2009-09-15
* 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