aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-251-55/+54
* untypoMichael Niedermayer2009-02-251-1/+1
* AVInputFormat.reed_seek2()Michael Niedermayer2009-02-251-0/+11
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-241-2/+12
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-241-0/+1
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-191-1/+1
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-181-1/+1
* av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder2009-02-181-1/+1
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-151-2/+2
* Replace calls/references of the deprecated register_protocol()Stefano Sabatini2009-02-151-1/+1
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-151-1/+1
* Document av_iformat_next() and av_oformat_next() functions.Stefano Sabatini2009-02-151-0/+11
* MXF D-10 muxerBaptiste Coudurier2009-02-131-1/+1
* Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman2009-02-121-1/+1
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-111-1/+1
* Cosmetics: vertical align "*" for consistency with the other doxyies.Stefano Sabatini2009-02-111-1/+1
* Remove @deprecated notice from AVFrac, it is not deprecated anymore.Stefano Sabatini2009-02-111-1/+0
* Try to clarify doxy of avformat_seek_file().Michael Niedermayer2009-02-091-1/+1
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-081-10/+0
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-081-0/+4
* avformat_seek_file() prototypeMichael Niedermayer2009-02-081-0/+24