summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-08
* avformat_seek_file() prototypeMichael Niedermayer2009-02-08
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-08
* declare ff_interleave_add_packetBaptiste Coudurier2009-02-07
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-04
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-02
* typoAurelien Jacobs2009-01-30
* make it clear that the new metadata API is a work in progressAurelien Jacobs2009-01-26
* Move documentation of av_register_all() from allformats.c toStefano Sabatini2009-01-25
* Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer2009-01-22
* R3D REDCODE demuxerBaptiste Coudurier2009-01-20
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-18
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
* free all allocated metadata structuresAurelien Jacobs2009-01-06
* add a typedef for AVMetadataAurelien Jacobs2009-01-05
* Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turnedDiego Biurrun2009-01-05
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-04
* add metadata in AVStream, AVProgram and AVChapterAurelien Jacobs2009-01-04
* Ministry of English Composition treatment for the new metadata APIMike Melanson2009-01-04
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04
* Generic metadata API.Michael Niedermayer2009-01-04
* Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini2009-01-04
* Fix argument constness for the av_codec_get_id() andStefano Sabatini2008-11-08
* raw dnxhd de/muxerBaptiste Coudurier2008-10-24
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò2008-10-02
* cosmetics: Break overly long lines, one grammar fix.Diego Biurrun2008-09-27
* spelling/wording/grammarDiego Biurrun2008-09-27
* Move doxygen comments for av_gettime from utils.c to avformat.h.Diego Biurrun2008-09-27
* Clarify convergence_duration.Michael Niedermayer2008-09-10
* bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211Aurelien Jacobs2008-09-07
* Change doxygen comment: Clarify when av_write_trailer should be called.Reimar Döffinger2008-09-03
* Add AVPacket.convergence_duration.Michael Niedermayer2008-09-03
* Try to clarify the semantics of AVPacket.duration.Michael Niedermayer2008-09-03
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-23
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-15
* increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier2008-08-12
* Implement avformat_version().Stefano Sabatini2008-08-08
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-06
* Revert r14497Michael Niedermayer2008-08-01
* Add missing header #includes.Diego Biurrun2008-08-01
* SMPTE 421M Annex L (aka .rcv) muxerKostya Shishkov2008-07-23
* 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