summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* Make timestamp debugging work nicer.Michael Niedermayer2008-06-091-1/+7
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-091-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-0/+10
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-231-3/+3
* Document pts/dts.Michael Niedermayer2008-05-231-2/+17
* Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer2008-05-231-1/+3
* nb_chapters should be unsignedMichael Niedermayer2008-05-231-1/+1
* s/num_chapters/nb_chapters/ all other similar variables are called nb_*.Michael Niedermayer2008-05-231-1/+1
* Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer2008-05-231-1/+2
* clarify start/end timebaseMichael Niedermayer2008-05-231-1/+1
* align commentsMichael Niedermayer2008-05-231-2/+2
* chapter id and timebaseMichael Niedermayer2008-05-231-0/+2
* add support for chapters definition in lavfAnton Khirnov2008-05-221-1/+21
* Avoid using reserved __names.Michael Niedermayer2008-04-241-3/+3
* IFF demuxerJai Menon2008-03-301-1/+1
* typo: occured --> occurredDiego Biurrun2008-03-221-2/+2
* rl2 demuxerSascha Sommer2008-03-211-1/+1
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-181-1/+1
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-161-1/+1
* Typo + grammarRamiro Polla2008-03-081-1/+1
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-081-1/+7
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-071-1/+10
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-251-1/+1
* revert 12156Michael Niedermayer2008-02-201-2/+2
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-201-2/+2
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-291-2/+2
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-271-2/+4
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-201-2/+2
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-131-2/+23
* Correct doxy about timestamp units of read_timestamp().Michael Niedermayer2007-12-311-1/+1
* Document return of read_timestamp.Michael Niedermayer2007-12-311-0/+1
* comment typo fixesDiego Biurrun2007-12-211-21/+20
* typo ;)Ivo van Poorten2007-12-211-3/+3
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-201-0/+14
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-201-1/+7
* Increase minor version due to new av_close_input_streamReimar Döffinger2007-12-191-2/+2
* Add a av_close_input_stream functionReimar Döffinger2007-12-191-0/+6
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-191-6/+0
* Remove *_codec_id from AVFormatParameters with the next major version bump.Michael Niedermayer2007-12-191-0/+2
* Allow overriding codec_ids.Michael Niedermayer2007-12-191-0/+16
* 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