summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Do not allow 0 sample rate in TMV demuxerDaniel Verkamp2009-10-09
* Stricter TMV probeDaniel Verkamp2009-10-09
* ReindentDaniel Verkamp2009-10-06
* Add RF64 support to wav demuxer.Daniel Verkamp2009-10-06
* Only read ID3v1 tag if ID3v2 isn't present or is empty.Anton Khirnov2009-10-05
* id3v2: Export all text information frames with correct names.Anton Khirnov2009-10-05
* MP3 muxer: Write all metadata.Anton Khirnov2009-10-05
* Fix pcm_read_seek () when the position it calculates is greater than 2 GB.Daniel Verkamp2009-10-05
* Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two se...Ian Caulfield2009-10-05
* Add FIXME about low_delay vs has_b_frames.Carl Eugen Hoyos2009-10-03
* H264 allows B frames without requiring a >=1 sized buffer.Wallak2009-10-03
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-02
* wav: return av_get_packet errors unchanged.Reimar Döffinger2009-10-02
* Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger2009-10-02
* Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger2009-10-02
* Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger2009-10-02
* Return any error return values from av_get_packet, get_buffer etc. unchangedReimar Döffinger2009-10-02
* Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF asReimar Döffinger2009-10-02
* matroskadec: cosmetics: indentationAurelien Jacobs2009-10-01
* matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs2009-10-01
* matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs2009-10-01
* Make rawvideo_read_packet return partial frames.Reimar Döffinger2009-10-01
* Simplify: remove pointless {} and elseReimar Döffinger2009-10-01
* Remove pointless setting of pkt->size, av_get_packet already handles this.Reimar Döffinger2009-10-01
* au demuxer: pass av_get_packet error on unchanged instead of converting toReimar Döffinger2009-10-01
* av_new_packet failing should return ENOMEM, not EIO.Reimar Döffinger2009-10-01
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01
* 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