aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-311-1/+8
* Document match_ext().Stefano Sabatini2009-05-271-0/+6
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-251-7/+7
* Add QCP demuxer.Kenan Gillet2009-05-201-1/+1
* Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer2009-04-151-2/+2
* Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger2009-04-071-1/+4
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-071-40/+0
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-021-49/+0
* Support raw TrueHD filesRamiro Polla2009-03-191-2/+2
* Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter2009-03-051-1/+1
* deprecate old metadata APIAurelien Jacobs2009-03-011-1/+9
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-011-3/+2
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-011-2/+2
* add a metadata conversion APIAurelien Jacobs2009-02-281-2/+16
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-261-1/+1