summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* Make arguments of av_set_pts_info() unsigned.Michael Niedermayer2009-07-01
* Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini2009-06-28
* Use consistently the third person in doxy, as recommended by theStefano Sabatini2009-06-28
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-25
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-25
* Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje2009-06-22
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-31
* Document match_ext().Stefano Sabatini2009-05-27
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-25
* Add QCP demuxer.Kenan Gillet2009-05-20
* Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer2009-04-15
* Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger2009-04-07
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-07
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-02
* Support raw TrueHD filesRamiro Polla2009-03-19
* Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter2009-03-05
* deprecate old metadata APIAurelien Jacobs2009-03-01
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-01
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
* add a metadata conversion APIAurelien Jacobs2009-02-28
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-26
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-25
* untypoMichael Niedermayer2009-02-25
* AVInputFormat.reed_seek2()Michael Niedermayer2009-02-25
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-24
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-18
* av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder2009-02-18
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-15
* Replace calls/references of the deprecated register_protocol()Stefano Sabatini2009-02-15
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-15
* Document av_iformat_next() and av_oformat_next() functions.Stefano Sabatini2009-02-15
* MXF D-10 muxerBaptiste Coudurier2009-02-13
* Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman2009-02-12
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-11
* Cosmetics: vertical align "*" for consistency with the other doxyies.Stefano Sabatini2009-02-11
* Remove @deprecated notice from AVFrac, it is not deprecated anymore.Stefano Sabatini2009-02-11
* Try to clarify doxy of avformat_seek_file().Michael Niedermayer2009-02-09
* 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