summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* Fix playback of strange AVI files with stray LIST.Aurelien Jacobs2009-10-01
* 10l in code reading codec_name, the first byte is the length and should notReimar Döffinger2009-09-30
* Return an error when the parsed mpc chunk size is negative, otherwise weReimar Döffinger2009-09-30
* Disable parsing for ogg streams where no ogg header was found,Reimar Döffinger2009-09-30
* Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger2009-09-30
* Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.Reimar Döffinger2009-09-29
* Extend DV autodetection to also reliably detect single-frame DVs withReimar Döffinger2009-09-29
* Add id3v2 metadata conversion table and use it in mp3 muxer.Anton Khirnov2009-09-29
* 100l, typoBaptiste Coudurier2009-09-26
* Export mov/mp4 major and compatible brands as metadata.haim alon2009-09-26
* Fix reading VDR files (broken since r19000).Carl Eugen Hoyos2009-09-24
* Fix possible buffer over-read in vorbis_comment, fix it double to be sure.Reimar Döffinger2009-09-24
* id3v2: Add support for UTF-16 encoding.Anton Khirnov2009-09-23
* id3v2: Use 0 instead of '\0'.Anton Khirnov2009-09-23
* id3v2: check for enough space to write full UTF-8 characters.Anton Khirnov2009-09-23
* Correctly print number of remaining bytes in oggparsevorbis instead of alwaysReimar Döffinger2009-09-23
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-22
* Place MP3 demuxer code under appropriate #ifdefs.Diego Biurrun2009-09-22
* Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun2009-09-22
* Move find_guid function and guid_data array to a globally available place.Diego Biurrun2009-09-22
* #include correct header to fix 'make checkheaders'.Diego Biurrun2009-09-18
* Only use *ic_ptr when it has been initialized.Michael Niedermayer2009-09-18
* Unscrewup indentation (pointed out by Diego).Ronald S. Bultje2009-09-18
* RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje2009-09-17
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-17
* print at debug level the score at which codec probing succedeedBaptiste Coudurier2009-09-17
* Improve SIFF probe by also checking the first tag is one of the expected.Reimar Döffinger2009-09-17
* Improve dxa probe by checking the values for width and height are reasonable.Reimar Döffinger2009-09-17
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-17
* Do not include "mp4:" prefix from RTMP URL into "app" path or second timeLars Täuber2009-09-17
* Print a warning if a format has been detected with a low score.Michael Niedermayer2009-09-16
* Print at debug level the score with which probing succeeded.Michael Niedermayer2009-09-16
* Fix indention after last commit.Michael Niedermayer2009-09-16
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-16
* reindent after last commit and remove unneeded empty lineKostya Shishkov2009-09-16
* Make MPC SV8 probe skip tags until stream header is foundKostya Shishkov2009-09-16
* Fix overflow check insufficiently improved in r19840.Reimar Döffinger2009-09-16
* Core Audio Format demuxerPeter Ross2009-09-16
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-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
* 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
* Do not set 0 FPS in VC-1 test stream format demuxer.Kostya Shishkov2009-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