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
2011-01-23lavf: move the version macros to a new headerAnton Khirnov
2011-01-21Add service_provider and service_name metadataGeorgi Chorbadzhiyski
2011-01-18Missing parts of IVF muxer support.Reimar Döffinger
2011-01-14Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje
2011-01-02Add AVOption support for muxers.Anssi Hannula
2010-12-27Implement av_find_best_stream.Nicolas George
2010-12-27lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMSAnton Khirnov
2010-12-27Allow output formats without any streams.Anton Khirnov
2010-12-26Bump libavformat minor version, forgotten in r26094Peter Ross
2010-12-25Clarify AVFMT_TS_DISCONT and muxers.Michael Niedermayer
2010-12-05rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö
2010-11-27Increase avformat micro version, forgotten in r25834.Carl Eugen Hoyos
2010-11-26Mobotix .mxg demuxerAnatoly Nenashev
2010-11-23lavf: document the new creation_time tagAnton Khirnov
2010-11-23S/PDIF demuxerAnssi Hannula
2010-11-21Improve documentation wording.Reimar Döffinger
2010-11-21Add av_append_packet function, to be used in code that merges packetsReimar Döffinger
2010-10-19Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-10-15cosmetic: alignmentAurelien Jacobs
2010-10-15add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs
2010-10-15add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs
2010-10-15add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_idAurelien Jacobs
2010-10-15add FF_API_LAVF_UNUSED define to disable the unused struct fieldsAurelien Jacobs
2010-10-15add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seekAurelien Jacobs
2010-10-15add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs
2010-10-15add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs
2010-10-15add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs
2010-10-15add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs
2010-10-15add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs
2010-10-15Deprecate old API.Anton Khirnov
2010-10-13Add a SAP demuxerMartin Storsjö
2010-10-11Add forgotten minor bump and changelog entry for the SAP muxerMartin Storsjö
2010-10-09move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs
2010-10-07properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs
2010-10-07add new streams API without MAX_STREAMS limitAurelien Jacobs
2010-10-07document the fact that av_new_stream() can't be called in a background threadAurelien Jacobs
2010-10-06Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö
2010-10-01Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin
2010-09-15Clarify what av_read_frame() returns.Michael Niedermayer
2010-09-11Read all id3v2 tags at the beginning of mp3 files.David Byron
2010-09-09Add a muxer and demuxer for raw G.722Martin Storsjö
2010-08-20add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs
2010-08-20add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs
2010-08-19add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs
2010-08-19add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs
2010-08-19rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs
2010-08-18add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs
2010-08-17add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs
2010-08-16Add RTP depacketization of VP8Josh Allmann