summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Collapse)AuthorAge
...
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
| | | | Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-20
| | | | Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-13
| | | | | | | patch by Paul Kelly paul stjohnspoint co uk with some changes by me Originally committed as revision 11521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct doxy about timestamp units of read_timestamp().Michael Niedermayer2007-12-31
| | | | Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document return of read_timestamp.Michael Niedermayer2007-12-31
| | | | Originally committed as revision 11363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo ;)Ivo van Poorten2007-12-21
| | | | Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
| | | | Originally committed as revision 11283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
| | | | Originally committed as revision 11281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase minor version due to new av_close_input_streamReimar Döffinger2007-12-19
| | | | Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a av_close_input_stream functionReimar Döffinger2007-12-19
| | | | Originally committed as revision 11269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove *_codec_id from AVFormatParameters with the next major version bump.Michael Niedermayer2007-12-19
| | | | | | AVFormatParameters is never available when needed and is an annoying mess. Originally committed as revision 11267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow overriding codec_ids.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment typo fixesDiego Biurrun2007-12-16
| | | | Originally committed as revision 11232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document how to free the result of av_alloc_format_context()Michael Niedermayer2007-12-15
| | | | Originally committed as revision 11225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* succes --> success typoDiego Biurrun2007-12-01
| | | | Originally committed as revision 11120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump lavf minor due to addition ofAndreas Öman2007-11-28
| | | | | | av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek() Originally committed as revision 11111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include os_support.h only when neededLuca Abeni2007-11-21
| | | | Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameterPanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoPanagiotis Issaris2007-11-14
| | | | Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg muxerBaptiste Coudurier2007-11-10
| | | | Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
| | | | Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
| | | | Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
| | | | | | explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-22
| | | | Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New RM format deserves small version bumpKostya Shishkov2007-10-21
| | | | Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* API extension: AVProgram now has an array (stream_index) containing the ↵Nico Sabbi2007-10-20
| | | | | | indexes of the streams in AVFormatContext Originally committed as revision 10819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increment minor after r10709.Benoit Fouet2007-10-14
| | | | Originally committed as revision 10734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added definition and utility functions to handle AVProgram(s) in ↵Nico Sabbi2007-09-25
| | | | | | AVFormatContext Originally committed as revision 10579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
| | | | | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Monkey Audio decoderKostya Shishkov2007-09-13
| | | | Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump micro version number for r10429Ramiro Polla2007-09-10
| | | | Originally committed as revision 10473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more verbose doxy for duration (from patch by neilb suse de)Neil Brown2007-08-18
| | | | Originally committed as revision 10136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)Neil Brown2007-08-18
| | | | Originally committed as revision 10135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* elaborate a little on AVStream.start_time, it seems the comment is not clearMichael Niedermayer2007-08-16
| | | | | | | enough, not that the clearer NEVER comment in AVFormatContext.start_time stoped people from posting stupid patches Originally committed as revision 10122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cola for diegoMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number, NUT muxer was added.Diego Biurrun2007-08-11
| | | | Originally committed as revision 10072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
| | | | | | | return an integer (0 if the SDP has been succesfully created, < 0 in case of error) Originally committed as revision 9947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce an SDP generatorLuca Abeni2007-07-26
| | | | Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-09
| | | | Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for non-blocking input formatsLuca Abeni2007-07-06
| | | | Originally committed as revision 9495 to svn://svn.ffmpeg.org/ffmpeg/trunk