summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* Disable LATM AAC in mpegts, this is not supported and produce too manyBaptiste Coudurier2010-04-22
* Fix off-by-1 error in the tag parsing code.Jai Menon2010-04-22
* Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the...Tomas Härdin2010-04-22
* Support VP6F in Matroska.Christian Schmidt2010-04-22
* Do not initialize res in url_fseek(), in the case !s->seek directlyStefano Sabatini2010-04-21
* Fix MTV decoding on big-endian systemsVitor Sessak2010-04-21
* mov: Read QuickTime chaptersDavid Conrad2010-04-21
* movenc: Write nero chaptersDavid Conrad2010-04-21
* seems aac gets screwed up by the parser so disable itBaptiste Coudurier2010-04-20
* parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier2010-04-20
* Reindent / reformat some code with broken indenting.Sebastian Vater2010-04-20
* Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.Sebastian Vater2010-04-20
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun2010-04-20
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-20
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-20
* Set AVFMT_NOTIMESTAMPS flag for mp3 muxerBaptiste Coudurier2010-04-20
* Make rtp protocol obey rfc3550Luca Barbato2010-04-19
* Implement librtmp seek support.Howard Chu2010-04-18
* Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.Stefano Sabatini2010-04-18
* Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) ifStefano Sabatini2010-04-18
* Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) inStefano Sabatini2010-04-18
* Parse strf mov atomsMartin Storsjö2010-04-16
* oggdec: Move warning about missing granule to the correct placeDavid Conrad2010-04-16
* oggdec: Fix duration calculation if the last page in a file has no granuleDavid Conrad2010-04-16
* oggdec: Remove write-only variableDavid Conrad2010-04-16
* AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla2010-04-16
* Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje2010-04-15
* Remove useless assert(), since this can (in theora) be used for any XiphRonald S. Bultje2010-04-15
* Plug librtmp logging into av_log.Howard Chu2010-04-13
* whitespace cosmeticsDiego Biurrun2010-04-13
* Do not probe when the format is known.Jean-Daniel Dupas2010-04-13
* Use a suitable timebase in VQF demuxerVitor Sessak2010-04-13
* Do not set pos to an error value.Howard Chu2010-04-12
* Predicting the size of the hdlr, string data and trkn tags in the MOV muxerTomas Härdin2010-04-12
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-11
* Set audio bit rate.Howard Chu2010-04-11
* Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.Michael Niedermayer2010-04-11
* Dont try to compute AVPacket duration for possibly interlaced video codecsMichael Niedermayer2010-04-09
* Seeking forward in non-seekable media by discarding data, regardless of how f...Tomas Härdin2010-04-08
* Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin2010-04-08
* Don't write an empty spdif header in spdif muxers write_header function befor...Joakim Plate2010-04-07
* Actually add flag (somehow got lost in my previous patchset?), fixes brokenRonald S. Bultje2010-04-05
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-05
* ReindentMartin Storsjö2010-04-05
* Fix leaks in the AAC RTP depacketizerMartin Storsjö2010-04-05
* Add void to a function prototype that takes no arguments. Fixes a potentialRonald S. Bultje2010-04-05
* Fix rounding direction for calculation of AVPacket.duration.Michael Niedermayer2010-04-04
* Zero-initialize the reply structMartin Storsjö2010-04-04
* Implement support to the AVSEEK_SIZE operation in file_seek().Stefano Sabatini2010-04-04