summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* fix indentationBaptiste Coudurier2009-10-18
* Support FourCC mjpa as MJPEG.Carl Eugen Hoyos2009-10-18
* mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier2009-10-18
* fix indentation and add bracesBaptiste Coudurier2009-10-18
* handle_packets takes number of packets as arg, avoid reading too muchBaptiste Coudurier2009-10-18
* Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2tBaptiste Coudurier2009-10-18
* Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet2009-10-18
* remove old and useless debug codeAurelien Jacobs2009-10-18
* Read metadata in WavPack files.Anton Khirnov2009-10-18
* matroskaenc: Add support for writing chapters.Anton Khirnov2009-10-18
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* Support more than 64 channels in RTMP inputKostya Shishkov2009-10-18
* Accept RTMP packets with one-byte headerKostya Shishkov2009-10-18
* Last parameter in RTMP "play" call was optional and some servers seem not toKostya Shishkov2009-10-18
* Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisCommentJustin Ruggles2009-10-17
* 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