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
2014-08-14Merge commit 'afbd4b7e093adf6d7a830b32759ca3ba8500363d'Michael Niedermayer
2014-08-13lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone
2014-08-10Merge commit '24c788f4878729a42150581d7ed7e9a11daf874d'Michael Niedermayer
2014-08-10Merge commit '24e87f7f425a52b1e69661dcb2fbe0555a76f30b'Michael Niedermayer
2014-08-09Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov
2014-08-09Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov
2014-07-30Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos
2014-07-29avformat: fix probe mime version checksMichael Niedermayer
2014-07-29Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0'Michael Niedermayer
2014-07-29avformat: Use the mime type information in input probeLuca Barbato
2014-07-27Merge commit '7215fcf84032118ecd9fb54fb14154d69fea638d'Michael Niedermayer
2014-07-27Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15'Michael Niedermayer
2014-07-27avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun
2014-07-27avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun
2014-07-14avformat: add av_stream_get_parser() to access avformat AVParserMichael Niedermayer
2014-07-09Merge commit 'c9c1265c52910578d3db1a6205c85b91ead0903f'Michael Niedermayer
2014-07-09avformat: update muxing doxyAnton Khirnov
2014-07-08avformat_new_stream: make the AVCodec parameter constRoman Savchenko
2014-07-03avformat/avformat: minor grammar improvementMichael Niedermayer
2014-07-03Merge commit 'cdab9db2adeec46b3984309c8c651bdd737d2b6b'Michael Niedermayer
2014-07-03lavf: document av_dump_format()Vittorio Giovara
2014-06-18Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-06-10Allow values >31bit for -analyzeduration.Carl Eugen Hoyos
2014-06-06Allow >2G for skip_initial_bytes.Carl Eugen Hoyos
2014-05-29Merge commit '6d212599aa684f30511fb08ca30fe2378405304e'Michael Niedermayer
2014-05-29avformat: Provide a standard compliance flagLuca Barbato
2014-05-27avformat: move default for max_analyze_duration into utils.cMichael Niedermayer
2014-05-26avformat: add format_probesize to allow tuning the maximum amount of bytes to...Michael Niedermayer
2014-05-21avformat: add av_stream_get_end_pts()Michael Niedermayer
2014-05-20Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37'Michael Niedermayer
2014-05-20lavf: add av_stream_get_side_dataJanne Grunau
2014-05-19Merge commit 'a312f71090ee620ee252f2034aef6b13e2dafe9c'Michael Niedermayer
2014-05-19lavf: deprecate now unused AVStream.ptsAnton Khirnov
2014-05-18Merge commit '7a5f4f6853047eea74a6443d73f4d74d52b2799f'Michael Niedermayer
2014-05-18lavf: extend avg_frame_rate documentation.Anton Khirnov
2014-05-15Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'Michael Niedermayer
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2014-05-14Merge commit 'a738540366c9b114949b7914c0d08e2c28982cfb'Michael Niedermayer
2014-05-14lavf: properly document the distinction between flags and ctx_flagsAnton Khirnov
2014-04-21avformat: Fix decoder search in find stream infoMichael Niedermayer
2014-04-15avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer
2014-04-13avformat/utils: Inject global side data into first packet.Michael Niedermayer
2014-04-11lavd: add device capabilities APILukasz Marek
2014-04-03libavformat/utils.c: av_pkt_dump_log2: use const pointersRoman Fietze
2014-03-24Merge commit '25b32586566f285d797737863c97a1c5c9c84e2b'Michael Niedermayer
2014-03-24lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov
2014-03-12avformat: extracting NTP timestamp from RTCPFred Rothganger
2014-03-11Documented av_dump_formatAnshul Maheshwari
2014-03-03avformat/utils: detect MPEG streams with faulty DTS and discard affected DTSMichael Niedermayer