summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* deprecate old metadata APIAurelien Jacobs2009-03-011-1/+9
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-011-3/+2
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-011-2/+2
* add a metadata conversion APIAurelien Jacobs2009-02-281-2/+16
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-261-1/+1
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-251-55/+54
* untypoMichael Niedermayer2009-02-251-1/+1
* AVInputFormat.reed_seek2()Michael Niedermayer2009-02-251-0/+11
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-241-2/+12
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-241-0/+1
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-191-1/+1
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-181-1/+1
* av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder2009-02-181-1/+1
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-151-2/+2
* Replace calls/references of the deprecated register_protocol()Stefano Sabatini2009-02-151-1/+1
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-151-1/+1
* Document av_iformat_next() and av_oformat_next() functions.Stefano Sabatini2009-02-151-0/+11
* MXF D-10 muxerBaptiste Coudurier2009-02-131-1/+1
* Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman2009-02-121-1/+1
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-111-1/+1
* Cosmetics: vertical align "*" for consistency with the other doxyies.Stefano Sabatini2009-02-111-1/+1
* Remove @deprecated notice from AVFrac, it is not deprecated anymore.Stefano Sabatini2009-02-111-1/+0
* Try to clarify doxy of avformat_seek_file().Michael Niedermayer2009-02-091-1/+1
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-081-10/+0
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-081-0/+4
* avformat_seek_file() prototypeMichael Niedermayer2009-02-081-0/+24
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-081-2/+10
* declare ff_interleave_add_packetBaptiste Coudurier2009-02-071-0/+10
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-041-3/+3
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-021-2/+3
* typoAurelien Jacobs2009-01-301-1/+1
* make it clear that the new metadata API is a work in progressAurelien Jacobs2009-01-261-0/+1
* Move documentation of av_register_all() from allformats.c toStefano Sabatini2009-01-251-0/+9
* Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer2009-01-221-3/+10
* R3D REDCODE demuxerBaptiste Coudurier2009-01-201-2/+2
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-181-1/+1
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-171-1/+1
* free all allocated metadata structuresAurelien Jacobs2009-01-061-0/+5
* add a typedef for AVMetadataAurelien Jacobs2009-01-051-7/+7
* Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turnedDiego Biurrun2009-01-051-1/+1
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-041-9/+9
* add metadata in AVStream, AVProgram and AVChapterAurelien Jacobs2009-01-041-0/+4
* Ministry of English Composition treatment for the new metadata APIMike Melanson2009-01-041-13/+16
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-041-0/+45
* Generic metadata API.Michael Niedermayer2009-01-041-0/+2
* Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini2009-01-041-0/+2
* 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
OpenPOWER on IntegriCloud