1189 Commits (6a02de21278ec3bea1d2c62665f2629d5a62210f)

Author SHA1 Message Date
Jan Ekström 763e823754 movenc: add support for track names in ISML manifests 8 years ago
Carl Eugen Hoyos 74c576957a lavf/movenc: Remove two unused variables. 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Alexandra Hájková a895292f27 mov: Convert to the new bitstream reader 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 years ago
Matthew Gregan 156fbbb562 avformat/movenc: Restrict experimental VP9 support to MODE_MP4. 8 years ago
Matthew Gregan 7dc4200c38 Add experimental muxing support for FLAC in ISO BMFF (MP4). 8 years ago
Michael Niedermayer 709c87109d avformat/movenc: Check frame rate before use. 8 years ago
Carl Eugen Hoyos 222f59afd1 lavf/movenc: Do not print an error when muxing gray8 rawvideo. 8 years ago
Rodger Combs 42cb050a05
lavf/movenc+dashenc: add automatic bitstream filtering 8 years ago
Rodger Combs e83d5d7e58
lavf/movenc: add deinit function 8 years ago
Michael Niedermayer 18ad44d145 avformat/movenc: Skip duration check for discontinuous fragments 8 years ago
Michael Niedermayer ed2112fb36 avformat/movenc: Check frame rate in mov_write_uuidprof_tag() 8 years ago
Michael Niedermayer 21bffa93a6 avformat/movenc: Switch mov_write_uuidprof_tag() to avg_frame_rate 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Carl Eugen Hoyos e84eeca577 lavf/movenc: Put correct display aspect ratio in ARES atom. 8 years ago
Jan Ekström cc725ebe48 movenc: Add support for writing language codes into ISML manifests 8 years ago
Jan Ekström 6c10f8fe76 movenc: use similar logic to DASH when writing bit rate to ISML 8 years ago
Carl Eugen Hoyos 46aae84616 lavf/movenc: Allow to disable writing the timecode track. 8 years ago
Paul B Mahol 88d79dbd16 avformat/movenc: write pasp atom even if sar.num == sar.den 8 years ago
Michael Niedermayer 51000b9945 avformat/movenc: Make the packet check more tolerant 8 years ago
Michael Niedermayer 2834313933 avformat/movenc: Check packet in mov_write_single_packet() too 8 years ago
Michael Niedermayer deabcd2c05 avformat/movenc: Factor check_pkt() out 8 years ago
Michael Niedermayer 68f4c2163e avformat/movenc: Check first DTS similar to dts difference 8 years ago
Erkki Seppälä 499e8b0952 avformat/movenc: added ability to use original stream ids as track ids instead of regenerating them 8 years ago
Carl Eugen Hoyos c1de1f0469 lavf/movenc: Add a missing assignment if memory allocation fails. 8 years ago
Michael Niedermayer ca906e8190 avformat/movenc: Free extradata after successfull allocation of new instead of before 8 years ago
Umair Khan 4f6f56114e avformat/movenc: allow rewriting extradata 8 years ago
James Almer 0c75bd8e3c avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a header 8 years ago
Mark Reid e47981dab7 libavformat/movenc: add dnxhr compatibility for apple players 8 years ago
Martin Storsjö 4f7723cb3b movenc: Add an option for skipping writing the mfra/tfra/mfro trailer 8 years ago
Martin Storsjö 785c25443b movenc: Apply offsets on timestamps when peeking into interleaving queues 9 years ago
David Murmann 0296b4b8d8 avformat/movenc: add option to use keys/mdta atoms for metadata 9 years ago
Clément Bœsch 1e9b79b2db movenc: mark astronomical_body const string as static 9 years ago
Michael Niedermayer 46a60fe184 avformat: Fix ff_interleaved_peek() 9 years ago
Kongqun Yang 54327c2b34 Add experimental support for vp9 in iso-bmff 9 years ago
Michael Niedermayer 5a8b41b4a7 avformat/movenc: Skip unsupported video tracks in timecode generation 9 years ago
Marton Balint 0d0b9397d6 avformat/movenc: remove useless if and reindent 9 years ago
Marton Balint 15005701b5 avformat/movenc: propagate shift_data errors properly 9 years ago
Mark Reid d74cc61574 libavformat/movenc: remove unnecessary null check 9 years ago
Michael Niedermayer dac030d3aa avformat/movenc: Fix potential track width/height overflows 9 years ago
Michael Niedermayer 17d320800b avformat/movenc: Avoid integer overflow 9 years ago
Michael Niedermayer 86d703fd55 avformat/movenc: Fix memleak of reshuffled packet 9 years ago
Michael Niedermayer 5db111757c avformat/movenc: Rename reshuffles return variable to ensure it is not mixed up 9 years ago
Martin Storsjö b84f3a4003 movenc: Write 'loci' geotag metadata for 3gp and mp4 9 years ago
Martin Storsjö f12a705ee5 movenc: Factorize a function for finding a metadata entry and the associated language 9 years ago
Michael Niedermayer daec1651f1 movenc: Write ?xyz geotag metadata for mov files 9 years ago
Martin Storsjö 72d621069f movenc: Add a missed const 9 years ago
Martin Storsjö e1eb0fc960 movenc: Use packets in interleaving queues for the duration at the end of fragments 9 years ago