summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-20
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-13
* Correct doxy about timestamp units of read_timestamp().Michael Niedermayer2007-12-31
* Document return of read_timestamp.Michael Niedermayer2007-12-31
* comment typo fixesDiego Biurrun2007-12-21
* typo ;)Ivo van Poorten2007-12-21
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
* Increase minor version due to new av_close_input_streamReimar Döffinger2007-12-19
* Add a av_close_input_stream functionReimar Döffinger2007-12-19
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-19
* Remove *_codec_id from AVFormatParameters with the next major version bump.Michael Niedermayer2007-12-19
* Allow overriding codec_ids.Michael Niedermayer2007-12-19
* cosmetics: comment typo fixesDiego Biurrun2007-12-16
* document how to free the result of av_alloc_format_context()Michael Niedermayer2007-12-15
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
* succes --> success typoDiego Biurrun2007-12-01
* Bump lavf minor due to addition ofAndreas Öman2007-11-28
* Include os_support.h only when neededLuca Abeni2007-11-21
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Fix Doxygen parameterPanagiotis Issaris2007-11-15
* TypoPanagiotis Issaris2007-11-14
* ogg muxerBaptiste Coudurier2007-11-10
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-22
* New RM format deserves small version bumpKostya Shishkov2007-10-21
* API extension: AVProgram now has an array (stream_index) containing the index...Nico Sabbi2007-10-20
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Increment minor after r10709.Benoit Fouet2007-10-14
* Added definition and utility functions to handle AVProgram(s) in AVFormatCon...Nico Sabbi2007-09-25
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* Monkey Audio decoderKostya Shishkov2007-09-13
* Bump micro version number for r10429Ramiro Polla2007-09-10
* more verbose doxy for duration (from patch by neilb suse de)Neil Brown2007-08-18
* mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)Neil Brown2007-08-18
* elaborate a little on AVStream.start_time, it seems the comment is not clearMichael Niedermayer2007-08-16
* cola for diegoMichael Niedermayer2007-08-11
* Bump minor number, NUT muxer was added.Diego Biurrun2007-08-11
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-10
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-04
* Introduce an SDP generatorLuca Abeni2007-07-26
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-09
* Add support for non-blocking input formatsLuca Abeni2007-07-06
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-25
* remove old unused string functionsMåns Rullgård2007-06-23
* Remove unused declarationsRamiro Polla2007-06-12