aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Collapse)AuthorAgeFilesLines
* Latent libavformat version bump and documentation update for Adobe Filmstrip ↵Peter Ross2010-01-141-1/+1
| | | | | | muxer and demuxer (r21212) Originally committed as revision 21213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö2010-01-111-1/+2
| | | | Originally committed as revision 21146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve avformat_version() doxy.Art Clarke2010-01-081-1/+2
| | | | | | Patch by Art Clarke. Originally committed as revision 21081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-031-2/+2
| | | | | | XXX_license() functions, consistent with the rest of FFmpeg. Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini2010-01-011-2/+9
| | | | | | deletion at the next major bump. Originally committed as revision 20998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-01-011-2/+2
| | | | Originally committed as revision 20993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini2010-01-011-2/+9
| | | | Originally committed as revision 20991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document guess_format().Stefano Sabatini2009-12-311-0/+13
| | | | Originally committed as revision 20988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini2009-12-311-1/+3
| | | | | | | | | | and clone its code to ffserver_guess_format() in ffserver.c. guess_stream_format() is hackish since it relies on some undocumented properties of the name of the muxers (wich is currently only relevant for the ASF muxer), and has no use outside ffserver.c. Originally committed as revision 20987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CD+G demuxer and decoderMichael Tison2009-12-171-1/+1
| | | | | | Patch by Michael Tison (gmail address: blackspike@....) Originally committed as revision 20890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-131-1/+13
| | | | | | | | I cannot use the same ABI as ffmbc as value 2 is already used in ffmpeg, besides the name AV_METADATA_NONCONST* makes no sense to me. Add av_metadata_set2() that takes flags. Originally committed as revision 20834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-131-1/+1
| | | | Originally committed as revision 20827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avg_frame_rate.Michael Niedermayer2009-12-131-0/+5
| | | | Originally committed as revision 20826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-041-1/+1
| | | | | | Patch by Sergiy (piratfm at `do-no-evil-mail`.com) Originally committed as revision 20731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update Changelog, documentation, and libavformat minor version number forRamiro Polla2009-12-031-2/+2
| | | | | | "A format generated by IndigoVision 8000 video server" added in r20681. Originally committed as revision 20712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+10
| | | | Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-161-1/+1
| | | | Originally committed as revision 20245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Speex support to the Ogg muxer.Justin Ruggles2009-10-131-1/+1
| | | | Originally committed as revision 20220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reading VDR files (broken since r19000).Carl Eugen Hoyos2009-09-241-2/+2
| | | | Originally committed as revision 20017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-221-1/+1
| | | | Originally committed as revision 19969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-161-2/+2
| | | | | | from O(packets_in_the_file) to O(num_of_streams). Originally committed as revision 19887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make packet interleaving in the muxer not scan through the wholeMichael Niedermayer2009-09-161-0/+6
| | | | | | | | buffer when simply appending at the end works. Much faster if one stream ends prematurely. Fixes issue1379. Originally committed as revision 19870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document padding for AVProbeData.shinya.tesutosan@hotmail.com2009-09-091-2/+2
| | | | | | Patch by roundup user shinya, tesutosan hotmail Originally committed as revision 19802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-211-1/+1
| | | | Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() docAurelien Jacobs2009-08-101-0/+1
| | | | Originally committed as revision 19623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTMP protocol support (as a client)Kostya Shishkov2009-07-311-1/+1
| | | | Originally committed as revision 19556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make arguments of av_set_pts_info() unsigned.Michael Niedermayer2009-07-011-1/+1
| | | | | | Fixes issue1240/mpeg1/smclockmpeg1.avi.3.1 Originally committed as revision 19319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini2009-06-281-2/+2
| | | | | | doxy. Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistently the third person in doxy, as recommended by theStefano Sabatini2009-06-281-33/+33
| | | | | | javadoc specs. Originally committed as revision 19288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-251-1/+1
| | | | Originally committed as revision 19274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-251-2/+9
| | | | Originally committed as revision 19272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje2009-06-221-2/+2
| | | | | | | | | value. Currently, this is only used in qcp.c and mpegenc.c, and they are practically unaffected by this change. See "[PATCH] make packet_size in AVFormatContext unsigned" thread on ML. Originally committed as revision 19250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-311-1/+8
| | | | Originally committed as revision 19000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document match_ext().Stefano Sabatini2009-05-271-0/+6
| | | | Originally committed as revision 18971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-251-7/+7
| | | | Originally committed as revision 18947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add QCP demuxer.Kenan Gillet2009-05-201-1/+1
| | | | Originally committed as revision 18883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer2009-04-151-2/+2
| | | | | | requires this to be clear) Originally committed as revision 18530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger2009-04-071-1/+4
| | | | Originally committed as revision 18358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-071-40/+0
| | | | | | | | | AVPacket structure now resides also. Patch by Thilo Borgmann thilo.borgmann googlemail com, see the mailinglist thread "Google Summer of Code participation" for additional discussion. Originally committed as revision 18353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-021-49/+0
| | | | | | Patch by Thilo Borgmann thilo dot borgmann at googlemail _dot_ com. Originally committed as revision 18317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support raw TrueHD filesRamiro Polla2009-03-191-2/+2
| | | | Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass packet position to the parser, so frame's AVPacket.pos is computed ↵Ivan Schreter2009-03-051-1/+1
| | | | | | correctly. Originally committed as revision 17824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deprecate old metadata APIAurelien Jacobs2009-03-011-1/+9
| | | | Originally committed as revision 17690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-011-3/+2
| | | | Originally committed as revision 17682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-011-2/+2
| | | | | | Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat. Originally committed as revision 17671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a metadata conversion APIAurelien Jacobs2009-02-281-2/+16
| | | | Originally committed as revision 17670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-261-1/+1
| | | | | | | This should prevent its direct inclusion in an external project, which results broken if avformat.h is not included before. Originally committed as revision 17626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-251-55/+54
| | | | Originally committed as revision 17589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* untypoMichael Niedermayer2009-02-251-1/+1
| | | | Originally committed as revision 17586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVInputFormat.reed_seek2()Michael Niedermayer2009-02-251-0/+11
| | | | Originally committed as revision 17579 to svn://svn.ffmpeg.org/ffmpeg/trunk