summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* Improve avformat_version() doxy.Art Clarke2010-01-08
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini2010-01-01
* Reindent.Stefano Sabatini2010-01-01
* Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini2010-01-01
* Document guess_format().Stefano Sabatini2009-12-31
* Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini2009-12-31
* CD+G demuxer and decoderMichael Tison2009-12-17
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-13
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-13
* Add avg_frame_rate.Michael Niedermayer2009-12-13
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-04
* Update Changelog, documentation, and libavformat minor version number forRamiro Polla2009-12-03
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-16
* Add Speex support to the Ogg muxer.Justin Ruggles2009-10-13
* Fix reading VDR files (broken since r19000).Carl Eugen Hoyos2009-09-24
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-22
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-16
* Make packet interleaving in the muxer not scan through the wholeMichael Niedermayer2009-09-16
* Document padding for AVProbeData.shinya.tesutosan@hotmail.com2009-09-09
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-21
* actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() docAurelien Jacobs2009-08-10
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31
* 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