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
2013-07-09WebM muxer writes WebVTT subtitle trackMatthew Heaney
2013-07-03avformat/matroskaenc: Allow VP9 and Opus in webmTudor Suciu
2013-06-24Merge commit 'c3e58f8fb75d8467161a65b85eb88281547ebab1'Michael Niedermayer
2013-06-24matroskaenc: restore compatibility with non referenced AVPacketRafaël Carré
2013-05-29Merge commit '2d2d6a4883479403798f4ed46941d5b365823570'Michael Niedermayer
2013-05-28matroskaenc: support muxing WavPackAnton Khirnov
2013-05-17vformat/matroskaenc: factorize alpha code in mkv_write_block()Michael Niedermayer
2013-05-17Adding support for muxing VP8 Alpha filesVignesh Venkatasubramanian
2013-05-04lavf/matroskaenc: return an error for unsupported types.Nicolas George
2013-05-03Merge commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521'Michael Niedermayer
2013-05-03Merge commit '0574bc06d23a6690a16c5926dddc9be359a3d7bb'Michael Niedermayer
2013-05-03matroskaenc: add an option to put the index at the start of the fileAnton Khirnov
2013-05-03matroskaenc: cosmetics, reorder the #includesAnton Khirnov
2013-04-19subtitles: introduce ASS codec id and use it.Clément Bœsch
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-02-24matroskaenc: fix cue tracknum off by 1 errorMichael Niedermayer
2013-02-20lavf/matroskaenc: avoid assert failure in case of cuepoints with duplicated PTSStefano Sabatini
2013-02-11lavf/matroskaenc: provide more feedback in case of unsupported codecStefano Sabatini
2013-02-10Do not write invalid matroska files.Carl Eugen Hoyos
2013-01-30Correctly mark non-default streams when muxing matroska.Carl Eugen Hoyos
2013-01-28Write forced track flag to matroska files.Carl Eugen Hoyos
2013-01-24matroskaenc: fix -codec copy with TTAPaul B Mahol
2013-01-24matroskaenc: support TTA muxingPaul B Mahol
2013-01-24Refuse to mux tta into matroska, the output file is broken.Carl Eugen Hoyos
2013-01-24matroskaenc: add codec_tag lists back.Carl Eugen Hoyos
2013-01-01lavf/matroskaenc: respect bitexact for attachments.Nicolas George
2012-12-13lavf/matroskaenc: check for overflow in display width.Nicolas George
2012-12-12lavf/matroskaenc: use integers to for display size.Nicolas George
2012-10-24matroskaenc: avoid implicit truncation in avio_w*Michael Niedermayer
2012-10-20matroskaenc: Fix hypothetical integer overflowsMichael Niedermayer
2012-10-20matroskaenc: check avio_open_dyn_buf() retuen codeMichael Niedermayer
2012-10-15lavf/mkv: avoid negative ts by default.Clément Bœsch
2012-10-10Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer
2012-10-09matroskaenc: check cue point validity before reallocationJanne Grunau
2012-10-07matroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3Michael Niedermayer
2012-09-20Merge commit '117d8c6d1f1c187ffc6098d9618457e00534e013'Michael Niedermayer
2012-09-19matroska: implement support for ProResLuca Barbato
2012-09-19matroska: implement support for ALACMoritz Bunkus
2012-09-16Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer
2012-09-16lavf/mkv: prefix video stereo arrays with ff_.Clément Bœsch
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-09-01matroskadec, matroskadec, srtenc: Read/Write duration for subtitles.Philip Langdale
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-05matroskaenc: Implement support for ALACMoritz Bunkus
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje