summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Skip padding bytes correctly in ID3 tags.Jai Menon2009-10-151-1/+6
* 10l: update Makefile after renameJustin Ruggles2009-10-151-1/+1
* Rename aiff.c to aiffdec.cJustin Ruggles2009-10-151-0/+0
* Split up the AIFF muxer and demuxer into separate files.Justin Ruggles2009-10-154-167/+217
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-131-0/+1
* MXF: simply ignore tracks that are invalid due to not having a valid SequenceReimar Döffinger2009-10-131-1/+1
* Add Speex support to the Ogg muxer.Justin Ruggles2009-10-132-10/+65
* Do not read data past the end of the SSND chunk in the AIFF demuxer.Justin Ruggles2009-10-131-2/+16
* Support Midvid JPEG Video Codec (still flipped).Carl Eugen Hoyos2009-10-121-0/+1
* Support Intel JPEG Library Video Codec (still flipped).Carl Eugen Hoyos2009-10-121-0/+1
* Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles2009-10-123-1/+52
* Merge declaration and initializationReimar Döffinger2009-10-121-3/+1
* Simplify: use FFMINReimar Döffinger2009-10-121-3/+1
* 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
OpenPOWER on IntegriCloud