summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini2010-03-081-7/+0
* Move resolve_host() to ffserver.cMåns Rullgård2010-03-081-4/+0
* Add doxygen documentation for ff_url_splitMartin Storsjö2010-03-081-0/+22
* ReindentMartin Storsjö2010-03-081-5/+5
* Rename url_split to ff_url_splitMartin Storsjö2010-03-081-3/+3
* av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signa...Alex Converse2010-03-081-1/+1
* Add a function ff_url_join for assembling URLsMartin Storsjö2010-03-051-0/+24
* Mention that metadata tags are (unvalidated) UTF-8.Anton Khirnov2010-02-241-1/+3
* Put codec_info_nb_frames back in AVStream and print its value.Michael Niedermayer2010-02-231-1/+6
* Add an RTSP muxerMartin Storsjö2010-02-221-1/+1
* Add flag so muxers not needing width/height can signal this.Michael Niedermayer2010-02-121-0/+1
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-101-1/+1
* Implement a physical concatenation protocol.Michele Orrù2010-02-071-1/+1
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-011-7/+41
* Latent libavformat version bump for Bink demuxer (r21569)Peter Ross2010-01-311-1/+1
* Flag to ignore dts on frames that contain pts.Michael Niedermayer2010-01-301-0/+1
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-281-1/+1
* Schedule an increase in the maximum number of streamsJai Menon2010-01-271-0/+4
* Latent libavformat version bump and documentation update for Adobe Filmstrip ...Peter Ross2010-01-141-1/+1
* Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö2010-01-111-1/+2
* Improve avformat_version() doxy.Art Clarke2010-01-081-1/+2
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-031-2/+2
* Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini2010-01-011-2/+9
* Reindent.Stefano Sabatini2010-01-011-2/+2
* Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini2010-01-011-2/+9
* Document guess_format().Stefano Sabatini2009-12-311-0/+13
* Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini2009-12-311-1/+3
* CD+G demuxer and decoderMichael Tison2009-12-171-1/+1
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-131-1/+13
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-131-1/+1
* Add avg_frame_rate.Michael Niedermayer2009-12-131-0/+5
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-041-1/+1
* Update Changelog, documentation, and libavformat minor version number forRamiro Polla2009-12-031-2/+2
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+10
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-161-1/+1
* Add Speex support to the Ogg muxer.Justin Ruggles2009-10-131-1/+1
* Fix reading VDR files (broken since r19000).Carl Eugen Hoyos2009-09-241-2/+2
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-221-1/+1
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-161-2/+2
* Make packet interleaving in the muxer not scan through the wholeMichael Niedermayer2009-09-161-0/+6
* Document padding for AVProbeData.shinya.tesutosan@hotmail.com2009-09-091-2/+2
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-211-1/+1
* actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() docAurelien Jacobs2009-08-101-0/+1
* RTMP protocol support (as a client)Kostya Shishkov2009-07-311-1/+1
* Make arguments of av_set_pts_info() unsigned.Michael Niedermayer2009-07-011-1/+1
* Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini2009-06-281-2/+2
* Use consistently the third person in doxy, as recommended by theStefano Sabatini2009-06-281-33/+33
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-251-1/+1
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-251-2/+9
* Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje2009-06-221-2/+2
OpenPOWER on IntegriCloud