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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-29avformat/format: fix memleak and error codeMichael Niedermayer
2014-07-29avformat/format.c: remove duplicate include, put libavutil includes togetherMichael Niedermayer
2014-07-29avformat/format: simplify ifdefferyMichael Niedermayer
2014-07-29Merge commit 'fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a'Michael Niedermayer
2014-07-29Merge commit '02cf0c9e42967de1e4d2803bee3573bc5b735fdd'Michael Niedermayer
2014-07-29avformat: fix probe mime version checksMichael Niedermayer
2014-07-29Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0'Michael Niedermayer
2014-07-29Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'Michael Niedermayer
2014-07-29Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c'Michael Niedermayer
2014-07-29matroska: Register mime typesLuca Barbato
2014-07-29aac: Register the mime typeLuca Barbato
2014-07-29avformat: Use the mime type information in input probeLuca Barbato
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2014-07-29avformat/hlsenc: fix cleanup after avformat_write_header()Nicolas Martyanoff
2014-07-29avformat: Move av_probe_input* to format.cLuca Barbato
2014-07-29Merge commit '59ca29a560ba0cfe97457de8cedf77db434f0de4'Michael Niedermayer
2014-07-29Merge commit '259fe7280d0b63dc7a8ff017d44f26d3a84cfde8'Michael Niedermayer
2014-07-29Merge commit 'c9d982aa11a6267611c3770792f0e04b48438348'Michael Niedermayer
2014-07-29Fix standalone compilation of the adts muxer.Carl Eugen Hoyos
2014-07-29caf: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun
2014-07-29dump: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun
2014-07-29mxf: Extract origin information from material and source trackMarc-Antoine Arnaud
2014-07-29mxf: Detect Vanc/Vbi SMPTE-436M mxf trackMarc-Antoine Arnaud
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-26avformat/mux: ignore delayed vp8/9 packets in max_interleave_delta calculationMichael Niedermayer
2014-07-25lavf/avio: do not include bprint.h.Nicolas George
2014-07-25avformat/segment: re-interleave packets if neededMichael Niedermayer
2014-07-25avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer
2014-07-25avformat/mux: keep AVPacket fields consistent in ff_write_chained()Michael Niedermayer
2014-07-24avformat/matroskaenc: print a warning when the relative timestamp wouldnt fit...Michael Niedermayer
2014-07-24avformat/matroskaenc: Start new cluster if relative timestamp could not other...Michael Niedermayer
2014-07-24avformat/matroskaenc: Factor mkv_start_new_cluster() outMichael Niedermayer
2014-07-24Ignore xing number of frames if the file is larger than indicated.Carl Eugen Hoyos
2014-07-24Merge commit 'ce2e858f5b3416c2d54f7f8c14e901f75c48b785'Michael Niedermayer
2014-07-24http: K&R formatting cosmeticsDiego Biurrun
2014-07-23avio: Introduce avio_read_to_bprint(avioctx, bp, max_size)Andrey Utkin
2014-07-23avformat/flvdec: use AV_PKT_DATA_NEW_EXTRADATA for h264 tooMichael Niedermayer
2014-07-23Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532'Michael Niedermayer
2014-07-22Autodetect big-endian tiff files.Carl Eugen Hoyos
2014-07-22http: Use a constant for the supported header sizeLuca Barbato
2014-07-22lavf/segment: sanitize segment end time in case last packet do not have a def...Stefano Sabatini
2014-07-22lavf/segment: do not allow to create segments with no key-framesStefano Sabatini
2014-07-22libavformat/img2dec.c: Add a long_name to the piped image demuxersAndreas Cadhalpun
2014-07-22Merge commit '389380c27915b0505fed538cd54c035c891fabd9'Michael Niedermayer
2014-07-22Merge commit '28df1d24112c6ad0763985df2faeeb198cfbad69'Michael Niedermayer
2014-07-22Merge commit 'fc27e7272e6f1a7053812f8a15b1b7098de44c71'Michael Niedermayer
2014-07-22avformat/mov: Pass through iTunSMPB from MOV.Dale Curtis