summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* 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
* Allow AVFormatContext.duration to be set if no individual stream duration is ...Michael Niedermayer2010-04-04
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Remove a redundant assignment, found by clangMartin Storsjö2010-04-03
* Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminatingRonald S. Bultje2010-04-02
* ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.Sam Gerstein2010-04-02
* Another uninitialized value.Ronald S. Bultje2010-04-02
* Fix uninitialized value in codepath.Ronald S. Bultje2010-04-02
* Remove dead initialization.Ronald S. Bultje2010-04-02
* Remove dead initialization.Ronald S. Bultje2010-04-02
* Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_Martin Storsjö2010-04-02
* Merge Vorbis / Theora depayloaders.Josh Allmann2010-04-01
* Reindent after r22766.Josh Allmann2010-04-01
* Rename functions / comments from "Theora" to "Xiph" where relevant.Josh Allmann2010-04-01
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-01
* Limit probing to probesize.Michael Niedermayer2010-04-01
* Fix flvdec start-of-frame.Howard Chu2010-04-01
* Make av_match_ext() declaration public (move its declaration out ofStefano Sabatini2010-03-31
* Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer2010-03-31
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Probe aac codecs for CODEC_ID_PROBE.Joakim Plate2010-03-31
* Remove superfluous space from a conversion table.Anton Khirnov2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Replace @returns by @return.Benoit Fouet2010-03-30
* Document url_exist().Stefano Sabatini2010-03-29
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
* Some spelling fixes.Reimar Döffinger2010-03-29
* Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein2010-03-29
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-28