summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-113-0/+24
* Allow autodetection of E-AC3.Carl Eugen Hoyos2009-10-111-0/+3
* Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.Carl Eugen Hoyos2009-10-101-0/+1
* Do not allow 0 sample rate in TMV demuxerDaniel Verkamp2009-10-091-0/+5
* Stricter TMV probeDaniel Verkamp2009-10-091-2/+11
* ReindentDaniel Verkamp2009-10-061-7/+7
* Add RF64 support to wav demuxer.Daniel Verkamp2009-10-061-7/+24
* Only read ID3v1 tag if ID3v2 isn't present or is empty.Anton Khirnov2009-10-051-1/+2
* id3v2: Export all text information frames with correct names.Anton Khirnov2009-10-052-38/+23
* MP3 muxer: Write all metadata.Anton Khirnov2009-10-053-34/+61
* Fix pcm_read_seek () when the position it calculates is greater than 2 GB.Daniel Verkamp2009-10-051-2/+2
* Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two se...Ian Caulfield2009-10-051-3/+53
* Add FIXME about low_delay vs has_b_frames.Carl Eugen Hoyos2009-10-031-0/+1
* H264 allows B frames without requiring a >=1 sized buffer.Wallak2009-10-031-1/+1
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-021-1/+1
* wav: return av_get_packet errors unchanged.Reimar Döffinger2009-10-021-2/+2
* Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger2009-10-021-2/+0
* Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger2009-10-021-3/+0
* Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger2009-10-022-6/+0
* Return any error return values from av_get_packet, get_buffer etc. unchangedReimar Döffinger2009-10-021-9/+8
* Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF asReimar Döffinger2009-10-021-0/+8
* matroskadec: cosmetics: indentationAurelien Jacobs2009-10-011-13/+13
* matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs2009-10-011-0/+2
* matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs2009-10-011-2/+2
* Make rawvideo_read_packet return partial frames.Reimar Döffinger2009-10-011-1/+1
* Simplify: remove pointless {} and elseReimar Döffinger2009-10-011-4/+2
* Remove pointless setting of pkt->size, av_get_packet already handles this.Reimar Döffinger2009-10-011-3/+0
* au demuxer: pass av_get_packet error on unchanged instead of converting toReimar Döffinger2009-10-011-1/+1
* av_new_packet failing should return ENOMEM, not EIO.Reimar Döffinger2009-10-011-2/+2
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-011-2/+2
* Fix playback of strange AVI files with stray LIST.Aurelien Jacobs2009-10-011-0/+6
* 10l in code reading codec_name, the first byte is the length and should notReimar Döffinger2009-09-301-1/+1
* Return an error when the parsed mpc chunk size is negative, otherwise weReimar Döffinger2009-09-301-0/+2
* Disable parsing for ogg streams where no ogg header was found,Reimar Döffinger2009-09-301-0/+5
* Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger2009-09-301-2/+7
* Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.Reimar Döffinger2009-09-292-2/+7
* Extend DV autodetection to also reliably detect single-frame DVs withReimar Döffinger2009-09-291-1/+6
* Add id3v2 metadata conversion table and use it in mp3 muxer.Anton Khirnov2009-09-293-0/+23
* 100l, typoBaptiste Coudurier2009-09-261-1/+1
* Export mov/mp4 major and compatible brands as metadata.haim alon2009-09-261-5/+25
* Fix reading VDR files (broken since r19000).Carl Eugen Hoyos2009-09-241-2/+2
* Fix possible buffer over-read in vorbis_comment, fix it double to be sure.Reimar Döffinger2009-09-241-4/+5
* id3v2: Add support for UTF-16 encoding.Anton Khirnov2009-09-231-0/+28
* id3v2: Use 0 instead of '\0'.Anton Khirnov2009-09-231-1/+1
* id3v2: check for enough space to write full UTF-8 characters.Anton Khirnov2009-09-231-2/+2
* Correctly print number of remaining bytes in oggparsevorbis instead of alwaysReimar Döffinger2009-09-231-1/+1
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-223-1/+3
* Place MP3 demuxer code under appropriate #ifdefs.Diego Biurrun2009-09-221-14/+17
* Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun2009-09-221-91/+88
* Move find_guid function and guid_data array to a globally available place.Diego Biurrun2009-09-221-23/+23