summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* Fix argument constness for the av_codec_get_id() andStefano Sabatini2008-11-081-2/+2
* raw dnxhd de/muxerBaptiste Coudurier2008-10-241-1/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-3/+3
* Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò2008-10-021-2/+2
* cosmetics: Break overly long lines, one grammar fix.Diego Biurrun2008-09-271-26/+48
* spelling/wording/grammarDiego Biurrun2008-09-271-154/+158
* Move doxygen comments for av_gettime from utils.c to avformat.h.Diego Biurrun2008-09-271-0/+1
* Clarify convergence_duration.Michael Niedermayer2008-09-101-2/+4
* bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211Aurelien Jacobs2008-09-071-1/+1
* Change doxygen comment: Clarify when av_write_trailer should be called.Reimar Döffinger2008-09-031-0/+2
* Add AVPacket.convergence_duration.Michael Niedermayer2008-09-031-1/+16
* Try to clarify the semantics of AVPacket.duration.Michael Niedermayer2008-09-031-1/+5
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-2/+2
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-231-1/+8
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-151-0/+1
* increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier2008-08-121-2/+5
* Implement avformat_version().Stefano Sabatini2008-08-081-1/+6
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-061-1/+4
* Revert r14497Michael Niedermayer2008-08-011-1/+0
* Add missing header #includes.Diego Biurrun2008-08-011-0/+1
* SMPTE 421M Annex L (aka .rcv) muxerKostya Shishkov2008-07-231-1/+1
* New codec probing system try #1.Michael Niedermayer2008-07-121-0/+10
* Motion Pixels MVI Demuxer.Gregory Montoir2008-07-101-1/+1
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-081-7/+7
* 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