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-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
2010-08-13Add RTP depacketization of MP4A-LATMMartin Storsjö
2010-08-11Add documentation for the pm parameter of the av_metadata_set*Stefano Sabatini
2010-08-11Fix reference to a wrong parameter name in the metadata API functionsStefano Sabatini
2010-08-11Nit: fix weird spacing.Stefano Sabatini
2010-08-11Add empty newlines between function descriptions and @params, improveStefano Sabatini
2010-08-07Add RTP packetization of Theora and VorbisJosh Allmann
2010-08-01Add WebM to the Matroska demuxer name.Alex Converse
2010-07-27Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer
2010-07-27Make doxygen formatting more consistent.Michael Niedermayer
2010-07-27Document existing rules for AVInputFormat.name.Alex Converse
2010-07-25add SubRip muxer and demuxerAurelien Jacobs
2010-07-20Lego Mindstorms RSO muxer and demuxer.Rafaël Carré
2010-07-19fix av_seek_frame_binary() documentationAurelien Jacobs
2010-07-18Tele-typewriter demuxerPeter Ross
2010-07-17Bump minor and add APIchanges entry for url_fskip return value change.Martin Storsjö
2010-07-11Clarify the avoidance of usage of these AVStream fields.Víctor Paesa
2010-07-02Bump libavformat minor (as a result of r24003).Jai Menon
2010-07-02add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs
2010-07-02Replace incorrect @NOTE Doxygen command by @note; capitalization matters.Diego Biurrun
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-07-02Add RTP depacketization of SVQ3Josh Allmann
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-23Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini
2010-06-23Fix date specification accepted by parse_date().Stefano Sabatini
2010-06-22Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö
2010-06-22Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö
2010-06-22Add an av_register_protocol2 function that takes a size parameterMartin Storsjö
2010-06-16Marking what should be removed in relation to MAX_STREAMS.Michael Niedermayer
2010-06-05Add WebM muxerJames Zern
2010-06-04metadata: mention how to remove tags.Anton Khirnov
2010-05-28On2 IVF demuxerDavid Conrad
2010-05-26Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse
2010-05-25MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng
2010-05-24oups, 100l, revert unrelated hunk from commit r23266Baptiste Coudurier
2010-05-24change author metadata to artist in mov de/muxerBaptiste Coudurier
2010-05-22matroskadec: Support webm doctypeJames Zern
2010-05-19Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö
2010-05-18Add a flag for enabling RTP hintingMartin Storsjö
2010-05-13Doxygen av_codec_get_id() and av_codec_get_tag().Stefano Sabatini
2010-05-01Fix off-by-one errors in description of score_max argument forReimar Döffinger
2010-05-01Export av_probe_input_format2.Reimar Döffinger