summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Document url_seek().Stefano Sabatini2010-03-28
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
* Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö2010-03-28
* correct first pts for ogg skeletonAurelien Jacobs2010-03-28
* Document the behavior of av_metadata_get() if the prev parameter isStefano Sabatini2010-03-27
* Use more appropriate return values in txd demuxer.Reimar Döffinger2010-03-27
* eacdata: fix a memleak, return partial packets and use proper return values.Reimar Döffinger2010-03-27
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-26
* Fix updating condition for the probe_size variable in the internalMicah F. Galizia2010-03-26
* Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö2010-03-25
* Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö2010-03-25
* Remove a redundant null pointer checkMartin Storsjö2010-03-25
* Don't force basic auth in RTSP, but retry with the server-specified method on...Martin Storsjö2010-03-25
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-25
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-25
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-25
* ReindentMartin Storsjö2010-03-25
* Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon2010-03-25
* Add support for http digest authenticationMartin Storsjö2010-03-25
* ReindentMartin Storsjö2010-03-25
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
* Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö2010-03-24
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-24