summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* #include correct header to fix 'make checkheaders'.Diego Biurrun2009-09-181-1/+1
* Only use *ic_ptr when it has been initialized.Michael Niedermayer2009-09-181-2/+3
* Unscrewup indentation (pointed out by Diego).Ronald S. Bultje2009-09-181-2/+2
* RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje2009-09-172-4/+26
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-171-4/+12
* print at debug level the score at which codec probing succedeedBaptiste Coudurier2009-09-171-2/+4
* Improve SIFF probe by also checking the first tag is one of the expected.Reimar Döffinger2009-09-171-3/+4
* Improve dxa probe by checking the values for width and height are reasonable.Reimar Döffinger2009-09-171-1/+7
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-171-2/+6
* Do not include "mp4:" prefix from RTMP URL into "app" path or second timeLars Täuber2009-09-171-3/+5
* Print a warning if a format has been detected with a low score.Michael Niedermayer2009-09-161-2/+6
* Print at debug level the score with which probing succeeded.Michael Niedermayer2009-09-161-0/+2
* Fix indention after last commit.Michael Niedermayer2009-09-161-6/+6
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-164-13/+33
* reindent after last commit and remove unneeded empty lineKostya Shishkov2009-09-161-6/+5
* Make MPC SV8 probe skip tags until stream header is foundKostya Shishkov2009-09-161-19/+38
* Fix overflow check insufficiently improved in r19840.Reimar Döffinger2009-09-161-1/+1
* Core Audio Format demuxerPeter Ross2009-09-165-0/+473
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-09-162-15/+24
* Enhance Musepack SV8 probing codeKostya Shishkov2009-09-161-2/+28
* Flv should be AVFMT_VARIABLE_FPS.Michael Niedermayer2009-09-161-1/+1
* Upgrade a few important messages to AV_LOG_WARNING.Michael Niedermayer2009-09-161-3/+3
* Fix indention after previous commit.Michael Niedermayer2009-09-161-6/+6
* Make packet interleaving in the muxer not scan through the wholeMichael Niedermayer2009-09-162-10/+24
* Also reset *_end in flush_packet_queue().Michael Niedermayer2009-09-161-0/+2
* 10l: set genre default immediately before reading genre tagJustin Ruggles2009-09-151-1/+1
* Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues).Justin Ruggles2009-09-151-0/+1
* Do not set 0 FPS in VC-1 test stream format demuxer.Kostya Shishkov2009-09-151-0/+4
* Check for explicit 32-bit FPS value so it works on 64-bit systems tooKostya Shishkov2009-09-151-2/+3
* Make probing for VC1 test bitstream format stricterKostya Shishkov2009-09-151-1/+3
* Check offset in flv_probe()Michael Niedermayer2009-09-151-1/+1
* Do not return values above AVPROBE_SCORE_MAX from probe().Michael Niedermayer2009-09-151-1/+1
* Make h261 and mpegvideo probe a little more robust so they dont fail withMichael Niedermayer2009-09-151-2/+2
* Make mpeg_probe() pass probetest.Michael Niedermayer2009-09-151-3/+3
* Slightly stricter MPEG-PES probing, fixes issue 1383.Reimar Döffinger2009-09-151-1/+2
* Vastly improved mm_probe function, passes probetest.Reimar Döffinger2009-09-151-1/+13
* Improve sierravmd probe. It is still quite weak, but further improvementsReimar Döffinger2009-09-151-0/+7
* Slighty tweak mp3 probe threshold to prevent probetest from complaining.Michael Niedermayer2009-09-141-1/+1
* Try harder to avoid false positives for DV probe.Reimar Döffinger2009-09-141-2/+8
* Make dnxhd probe more strict, fail if we detect values in header that wouldReimar Döffinger2009-09-141-3/+12
* Rewrite h261_probe().Michael Niedermayer2009-09-141-7/+29
* Make DTS probe more robust against false positives (as e.g. probetest shows).Reimar Döffinger2009-09-141-3/+11
* Check the index validity more thoroughly for the c93 probe function.Reimar Döffinger2009-09-141-7/+11
* Add more sanity checks for header elements, rejecting files with clearlyReimar Döffinger2009-09-141-2/+13
* Rewrite h263_probe().Michael Niedermayer2009-09-141-6/+25
* Extend check for integer overflow for malloc argument to take into accountReimar Döffinger2009-09-141-1/+1
* Fix wrong logical operator which causes too relaxed checking in VC-1 testKostya Shishkov2009-09-141-1/+1
* Check buffer size for idcin check, otherwise false positives are too likely forReimar Döffinger2009-09-141-0/+5
* ensure pes buffer is set to avoid segvBaptiste Coudurier2009-09-131-1/+1
* reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-...Baptiste Coudurier2009-09-131-0/+1
OpenPOWER on IntegriCloud