1018 Commits (1eb01cca6f70fcd690fb72d55a0a7317672508fd)

Author SHA1 Message Date
Jan Ekström ffc58b2ce2 movenc: take packet dts shifting into mention in check_pkt 7 years ago
Martin Storsjö 07e4be7ec9 movenc: Add an option for enabling negative CTS offsets 7 years ago
James Almer a447b75de8 avformat: replace all uses of av_copy_packet() 7 years ago
James Almer c100330a8f avformat/movenc: reindent after the previous commit 7 years ago
Sasi Inguva e7e1fbc49b lavf/movenc.c: Set sgpd and sbgp atoms to represent decoder delay for AAC. 7 years ago
Clément Bœsch 850a45aef1 lavf/movenc: support GPMF track (gpmd) remuxing 8 years ago
Kieran O'Leary 264f6c6f95 movenc: Add 'keywords' metadata 8 years ago
John Stebbins 369a3e111c movenc: allow alternative hvc1 h.265 codec tag 8 years ago
John Stebbins 974d508e57 movenc: write correct format hvcc when tag is hvc1 8 years ago
John Stebbins 38d808d72e movenc: move tags definitions to where they are used 8 years ago
John Stebbins e199d90da6 movenc: simplify codec_tag lookup 8 years ago
John Stebbins 95f3c85976 movenc: use correct tag list for AVOutputFormat.codec_tag 8 years ago
erankor 15bd309af8 movenc: encryption with time code track fix 8 years ago
James Almer f8c73e8753 avformat/movenc: always check for new extradata on a packet 8 years ago
James Almer 5ff31babfc avformat/movenc: remove experimental check for VP9 streams 8 years ago
Hendrik Leppkes 64ad44a381 movenc/isom: update vpcC box to version 1.0 of the specification 8 years ago
Lucas Cooper 77bc507f6f avformat/movenc: Explicitly address potential division by zero. 8 years ago
Matthew Gregan b905ba5bc1 avformat/movenc: Fix potential leak of sgpd_entries array. 8 years ago
Michael Niedermayer 6268f2ca7b avformat/movenc: Fix mix of declaration and statement 8 years ago
Matthew Gregan 0c4d208296 avformat/movenc: Add experimental muxing support for Opus in ISO BMFF (MP4). 8 years ago
James Almer d36a3f5a78 avformat/movenc: auto insert vp9_superframe bsf when needed 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Clément Bœsch cd4d6cba12 lavf: fix usages of av_get_codec_tag_string() 8 years ago
James Almer 86dee47e39 avformat/movenc: allow st3d and sv3d mov atoms to be written in strict unofficial mode 8 years ago
James Almer a715e5a276 avformat/movenc: restrict st3d and sv3d mov atoms to MODE_MP4 8 years ago
Aaron Colwell b4189590a5 movenc: Add support for writing st3d and sv3d boxes. 8 years ago
wm4 ddef3d902f avformat, ffmpeg: deprecate old rotation API 8 years ago
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