Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-11Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö
2010-01-08Improve avformat_version() doxy.Art Clarke
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2010-01-02Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini
2010-01-01Reindent.Stefano Sabatini
2010-01-01Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini
2009-12-31Document guess_format().Stefano Sabatini
2009-12-31Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini
2009-12-17CD+G demuxer and decoderMichael Tison
2009-12-13Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer
2009-12-13APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer
2009-12-13Add avg_frame_rate.Michael Niedermayer
2009-12-04Implement RTMP output (publishing FLV stream to RTMP server).Sergiy
2009-12-03Update Changelog, documentation, and libavformat minor version number forRamiro Polla
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-10-16Add Speex support to the FLV muxer.Justin Ruggles
2009-10-13Add Speex support to the Ogg muxer.Justin Ruggles
2009-09-24Fix reading VDR files (broken since r19000).Carl Eugen Hoyos
2009-09-22Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson
2009-09-17Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer
2009-09-16Make packet interleaving in the muxer not scan through the wholeMichael Niedermayer
2009-09-10Document padding for AVProbeData.shinya.tesutosan@hotmail.com
2009-08-21Add support for S/PDIF encapsulation.Bartlomiej Wolowiec
2009-08-11actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() docAurelien Jacobs
2009-07-31RTMP protocol support (as a client)Kostya Shishkov
2009-07-01Make arguments of av_set_pts_info() unsigned.Michael Niedermayer
2009-06-29Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini
2009-06-29Use consistently the third person in doxy, as recommended by theStefano Sabatini
2009-06-25use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier
2009-06-25limit raw packet buffer size used for codec probingBaptiste Coudurier
2009-06-22Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje
2009-05-31fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier
2009-05-28Document match_ext().Stefano Sabatini
2009-05-26Remove \p and \e doxygen markup.Stefano Sabatini
2009-05-20Add QCP demuxer.Kenan Gillet
2009-04-16Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer
2009-04-08Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
2009-03-20Support raw TrueHD filesRamiro Polla
2009-03-05Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter
2009-03-01deprecate old metadata APIAurelien Jacobs
2009-03-01new metadata API is now officially part of public APIAurelien Jacobs
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs
2009-03-01add a metadata conversion APIAurelien Jacobs
2009-02-27Mark as "internal but installed" the avio.h file.Stefano Sabatini
2009-02-25spelling/wording/grammar cosmeticsDiego Biurrun
2009-02-25untypoMichael Niedermayer
2009-02-25AVInputFormat.reed_seek2()Michael Niedermayer
2009-02-25Add timestamp computation if values are exported by decoder.Ivan Schreter