summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-24
* mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov2011-01-22
* id3v2: split tables for various ID3v2 versionsAnton Khirnov2011-01-22
* mp3enc: handle errors in id3v2_put_ttagAnton Khirnov2011-01-22
* Move ID3v1 skip from decoder to demuxerClément Bœsch2011-01-22
* mp3enc: add support for writing UTF-16 tagsAnton Khirnov2011-01-21
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-21
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-21
* lavf: move the version macros to a new headerAnton Khirnov2011-01-21
* id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov2011-01-21
* Split mp3 demuxer and muxer into separate files.Anton Khirnov2011-01-21
* mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau2011-01-20
* Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski2011-01-20
* id3v2: don't overwrite existing tagsAnton Khirnov2011-01-20
* id3v2: convert metadata after all the tags were readAnton Khirnov2011-01-20
* id3v2: make ff_id3v2_parse staticAnton Khirnov2011-01-20
* Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-20
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* Revise check for codec id in voc demuxer.Justin Ruggles2011-01-18
* Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles2011-01-18
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-18
* Add muxer for IVF format.Reimar Döffinger2011-01-17
* prevent integer overflow in calculating durationJohn Wimer2011-01-17
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Check 4xm headers for validity. This should avoid 1/0.Michael Niedermayer2011-01-16
* Parse fact chunks from wav files to find duration.Michael Niedermayer2011-01-15
* Factor tag reading code out of wav read_header()Michael Niedermayer2011-01-15
* Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer2011-01-15
* In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier2011-01-14
* Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje2011-01-14
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-14
* wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross2011-01-14
* Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-13
* Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini2011-01-12
* aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-12
* In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier2011-01-11
* In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier2011-01-11
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-11
* Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini2011-01-11
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-11
* revert r26302Peter Ross2011-01-10
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-10
* electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross2011-01-10
* perform sanity check on sample rate in electronicarts demuxerDaniel Kang2011-01-10
* perform sanity check on number of channels in electronicarts demuxerDaniel Kang2011-01-10
* rtsp: Properly fail if unable to open an input RTP portMartin Storsjö2011-01-09
* fix indentationPeter Ross2011-01-09
* wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross2011-01-09
* wtv: do not repopulate codec information after we have seen data chunksPeter Ross2011-01-09
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-09