aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: comment typo fixesDiego Biurrun2007-12-161-4/+4
* document how to free the result of av_alloc_format_context()Michael Niedermayer2007-12-151-1/+5
* av_*_next() API for libavformatMichael Niedermayer2007-12-121-2/+7
* succes --> success typoDiego Biurrun2007-12-011-1/+1
* Bump lavf minor due to addition ofAndreas Öman2007-11-281-2/+2
* Include os_support.h only when neededLuca Abeni2007-11-211-2/+0
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-3/+3
* Fix Doxygen parameterPanagiotis Issaris2007-11-151-1/+1
* TypoPanagiotis Issaris2007-11-141-1/+1
* ogg muxerBaptiste Coudurier2007-11-101-2/+2
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-071-2/+2
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-031-2/+2
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-291-4/+0
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-221-2/+2
* New RM format deserves small version bumpKostya Shishkov2007-10-211-2/+2
* API extension: AVProgram now has an array (stream_index) containing the index...Nico Sabbi2007-10-201-2/+4
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-4/+3
* Increment minor after r10709.Benoit Fouet2007-10-141-2/+2
* Added definition and utility functions to handle AVProgram(s) in AVFormatCon...Nico Sabbi2007-09-251-2/+16
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-191-12/+23
* Monkey Audio decoderKostya Shishkov2007-09-131-2/+2
* Bump micro version number for r10429Ramiro Polla2007-09-101-2/+2
* more verbose doxy for duration (from patch by neilb suse de)Neil Brown2007-08-181-1/+5
* mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)Neil Brown2007-08-181-0/+1
* elaborate a little on AVStream.start_time, it seems the comment is not clearMichael Niedermayer2007-08-161-1/+7
* cola for diegoMichael Niedermayer2007-08-111-1/+1
* Bump minor number, NUT muxer was added.Diego Biurrun2007-08-111-1/+1
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-101-1/+5
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-051-5/+6
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-041-2/+3
* Introduce an SDP generatorLuca Abeni2007-07-261-0/+15
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-251-0/+2
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-091-1/+1
* Add support for non-blocking input formatsLuca Abeni2007-07-061-0/+1
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-251-0/+1
* remove old unused string functionsMåns Rullgård2007-06-231-5/+0
* Remove unused declarationsRamiro Polla2007-06-121-8/+0
* misc typo fixesDiego Biurrun2007-06-121-5/+5
* misc spelling fixesDiego Biurrun2007-06-121-9/+9
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-121-2/+4
* spellingDiego Biurrun2007-06-041-2/+2
* TyposRamiro Polla2007-06-041-8/+8
* Doxygenize av_init_packetRamiro Polla2007-06-041-1/+5
* Export av_init_packetRamiro Polla2007-06-041-10/+1
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* patch so that the deprecated items show up correctlyMark Cox2007-05-021-2/+5
* fix AVStream documentation: clarify start_time, start_time and duration are a...Baptiste Coudurier2007-04-281-4/+2
* add an enum for need_parsingAurelien Jacobs2007-04-151-2/+8
* timestamps generation improvement when parsing aviJoakim Plate2007-04-131-3/+4
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+3