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
2017-04-13avformat/movenc: auto insert vp9_superframe bsf when neededJames Almer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29lavf: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-28avformat/movenc: allow st3d and sv3d mov atoms to be written in strict unoffi...James Almer
2017-03-28avformat/movenc: restrict st3d and sv3d mov atoms to MODE_MP4James Almer
2017-03-28movenc: Add support for writing st3d and sv3d boxes.Aaron Colwell
2017-03-27avformat, ffmpeg: deprecate old rotation APIwm4
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-02-12movenc: add support for track names in ISML manifestsJan Ekström
2017-02-10lavf/movenc: Remove two unused variables.Carl Eugen Hoyos
2016-11-21avformat/movenc: Restrict experimental VP9 support to MODE_MP4.Matthew Gregan
2016-11-21Add experimental muxing support for FLAC in ISO BMFF (MP4).Matthew Gregan
2016-11-17avformat/movenc: Check frame rate before use.Michael Niedermayer
2016-11-17Merge commit '4f7723cb3b913c577842a5bb088c804ddacac8df'Hendrik Leppkes
2016-11-14Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'Hendrik Leppkes
2016-11-05lavf/movenc: Do not print an error when muxing gray8 rawvideo.Carl Eugen Hoyos
2016-10-24lavf/movenc+dashenc: add automatic bitstream filteringRodger Combs
2016-10-24lavf/movenc: add deinit functionRodger Combs
2016-10-19avformat/movenc: Skip duration check for discontinuous fragmentsMichael Niedermayer
2016-10-10avformat/movenc: Check frame rate in mov_write_uuidprof_tag()Michael Niedermayer
2016-10-10avformat/movenc: Switch mov_write_uuidprof_tag() to avg_frame_rateMichael Niedermayer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-09-29lavf/movenc: Put correct display aspect ratio in ARES atom.Carl Eugen Hoyos
2016-09-29movenc: Add support for writing language codes into ISML manifestsJan Ekström
2016-09-29movenc: use similar logic to DASH when writing bit rate to ISMLJan Ekström
2016-09-26lavf/movenc: Allow to disable writing the timecode track.Carl Eugen Hoyos
2016-09-23avformat/movenc: write pasp atom even if sar.num == sar.denPaul B Mahol
2016-09-16avformat/movenc: Make the packet check more tolerantMichael Niedermayer
2016-09-16avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer
2016-09-16avformat/movenc: Factor check_pkt() outMichael Niedermayer
2016-09-10avformat/movenc: Check first DTS similar to dts differenceMichael Niedermayer
2016-09-01avformat/movenc: added ability to use original stream ids as track ids instea...Erkki Seppälä
2016-08-24lavf/movenc: Add a missing assignment if memory allocation fails.Carl Eugen Hoyos
2016-08-19avformat/movenc: Free extradata after successfull allocation of new instead o...Michael Niedermayer
2016-08-19avformat/movenc: allow rewriting extradataUmair Khan
2016-07-25avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer
2016-07-23libavformat/movenc: add dnxhr compatibility for apple playersMark Reid
2016-07-08movenc: Add an option for skipping writing the mfra/tfra/mfro trailerMartin Storsjö
2016-06-28movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö
2016-06-25avformat/movenc: add option to use keys/mdta atoms for metadataDavid Murmann
2016-06-25movenc: mark astronomical_body const string as staticClément Bœsch
2016-06-25avformat: Fix ff_interleaved_peek()Michael Niedermayer
2016-06-24Merge commit 'b84f3a40034d28828c4ca639d012479a7eaace28'Clément Bœsch
2016-06-24Merge commit 'f12a705ee570e16ca692c66b62821a2dbdf82566'Clément Bœsch
2016-06-23Merge commit '72d621069fc301b431fac36b5281699a362562f2'Matthieu Bouron
2016-06-23Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron
2016-06-23Merge commit 'dbbaad32e36b9046cd19d6e3329e2ca7ab49b401'Matthieu Bouron
2016-06-21Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-17Add experimental support for vp9 in iso-bmffKongqun Yang