summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* New codec probing system try #1.Michael Niedermayer2008-07-12
* Motion Pixels MVI Demuxer.Gregory Montoir2008-07-10
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-08
* Make timestamp debugging work nicer.Michael Niedermayer2008-06-09
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-09
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-23
* Document pts/dts.Michael Niedermayer2008-05-23
* Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer2008-05-23
* nb_chapters should be unsignedMichael Niedermayer2008-05-23
* s/num_chapters/nb_chapters/ all other similar variables are called nb_*.Michael Niedermayer2008-05-23
* Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer2008-05-23
* clarify start/end timebaseMichael Niedermayer2008-05-23
* align commentsMichael Niedermayer2008-05-23
* chapter id and timebaseMichael Niedermayer2008-05-23
* add support for chapters definition in lavfAnton Khirnov2008-05-22
* Avoid using reserved __names.Michael Niedermayer2008-04-24
* IFF demuxerJai Menon2008-03-30
* typo: occured --> occurredDiego Biurrun2008-03-22
* rl2 demuxerSascha Sommer2008-03-21
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-18
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-16
* Typo + grammarRamiro Polla2008-03-08
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-08
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
* revert 12156Michael Niedermayer2008-02-20
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* 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