summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Avoid segfault for empty input filesVitor Sessak2009-10-17
* Remove extraneous const keywordMåns Rullgård2009-10-17
* Emit the SDP lines in the correct orderLuca Abeni2009-10-17
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles2009-10-16
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-16
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-16
* Skip padding bytes correctly in ID3 tags.Jai Menon2009-10-15
* 10l: update Makefile after renameJustin Ruggles2009-10-15
* Rename aiff.c to aiffdec.cJustin Ruggles2009-10-15
* Split up the AIFF muxer and demuxer into separate files.Justin Ruggles2009-10-15
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-13
* MXF: simply ignore tracks that are invalid due to not having a valid SequenceReimar Döffinger2009-10-13
* Add Speex support to the Ogg muxer.Justin Ruggles2009-10-13
* Do not read data past the end of the SSND chunk in the AIFF demuxer.Justin Ruggles2009-10-13
* Support Midvid JPEG Video Codec (still flipped).Carl Eugen Hoyos2009-10-12
* Support Intel JPEG Library Video Codec (still flipped).Carl Eugen Hoyos2009-10-12
* Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles2009-10-12
* Merge declaration and initializationReimar Döffinger2009-10-12
* Simplify: use FFMINReimar Döffinger2009-10-12
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-11
* Allow autodetection of E-AC3.Carl Eugen Hoyos2009-10-11
* Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.Carl Eugen Hoyos2009-10-10
* 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