1085 Commits (94337f8c2dd9aecf5f8bd219431976d5e982a697)

Author SHA1 Message Date
Hendrik Leppkes e3528d2a7b mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom 10 years ago
Michael Niedermayer ed91c8651a avformat/mov: simplify pasp value before setting SAR 10 years ago
Paul B Mahol cc1357a173 avformat/mov: remove unneeded #include, there are no assert() 10 years ago
Anton Khirnov 3212578148 mov: export audio service type as side data 10 years ago
Vittorio Giovara 4c5fa628da mov: Do not compute negative SAR values 10 years ago
Jon Morley 47372caac5 libavformat/mov.c: Handle timecode from tmcd atom in counter mode 10 years ago
Michael Niedermayer e32b07aea4 avformat/mov: Stricter sanity checks on the display_matrix 10 years ago
Michael Niedermayer cc18ea8de0 avformat/mov: Do not set aspect ratios that would contain zeros 10 years ago
Michael Niedermayer 47795505ac avformat/mov: rewrite aspect from matrix code 10 years ago
Vittorio Giovara cf70ba37ba mov: Check angle rather than full matrix when updating SAR 10 years ago
Carl Eugen Hoyos a5334d4081 Handle r10k endianess atom DpxE. 10 years ago
Michael Niedermayer 07e4ed5637 avformat/mov: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 383c6a3a07 avformat/mov: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 62eafb6a0d avformat/mov: Clear array to prevent potential out of array read from av_dlog() 10 years ago
Dale Curtis 3ebd76a9c5 mov: Fix negative size calculation in mov_read_default(). 10 years ago
Michael Niedermayer 3859868c75 avformat/mov: fix integer overflow in mov_read_udta_string() 10 years ago
Dale Curtis db42d93a61 mov: Fix overflow and error handling in read_tfra(). 10 years ago
Clément Bœsch 11201bbf7f avformat/mov: reindent after previous commit 10 years ago
Clément Bœsch 55faf56c72 avformat/mov: move edit list heuristics into mov_build_index() 10 years ago
Anton Khirnov 64f7575fbd mov: avoid a memleak when multiple stss boxes are present 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
Michael Niedermayer be9ce6e10a avformat/mov: fix integer overflow of size 10 years ago
Michael Niedermayer caa7a3914f avformat/mov: check atom nesting depth 10 years ago
Martin Storsjö 6f4364aba9 mov: Fix handling of zero-length metadata values 10 years ago
Michael Niedermayer d7de48f0df avformat/mov: Simplify code by using OFFSET() and FLAGS macros 10 years ago
Michael Niedermayer e2829a8175 avformat/mov: Disable XMP metadata by default 10 years ago
Dave Rice 3c01039e0b mov: further expand the list of parsed metadata tags 10 years ago
Vittorio Giovara e2e07dbaab mov: expand the list of parsed metadata tags 10 years ago
Vittorio Giovara b704b648f9 mov: parse XMP metadata on demand 10 years ago
Vittorio Giovara 174c5fde90 mov: parse @PRM and @PRQ metadata tags 10 years ago
Vittorio Giovara 35384934d6 mov: cosmetics: reorder the list of tags 10 years ago
Matthieu Bouron 8c0a865ad9 mov: skip version and flags attributes in mov_read_chan() 10 years ago
Thilo Borgmann 3cec81f4d4 mov: allocate the tag value dynamically 10 years ago
Vittorio Giovara e352b29371 mov: Add an option for exporting all metadata 10 years ago
Vittorio Giovara 5639ed9abb mov: do not truncate the language-prefixed tag 10 years ago
Clément Bœsch 92fa1d9231 avformat/mov: change conjugation for "Duplicate" 10 years ago
Clément Bœsch 5ab882d728 avformat/mov: strengthen some table allocations 10 years ago
Michael Niedermayer 1b5d112406 avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atoms 10 years ago
Vittorio Giovara 2007082d2d mov: check ff_get_wav_header() return value 10 years ago
Mika Raento b08fd7ea78 mov.c: fix handling of seek return in read_mfra 10 years ago
Martin Storsjö 82ee7d0dda Use gmtime_r instead of gmtime and localtime_r instead of localtime 10 years ago
Martin Storsjö 9dcf239721 lavf: Check the return value of strftime 10 years ago
Vittorio Giovara 50dbe6b354 mov: fix assigment check 10 years ago
Mika Raento 17702f1fc5 mov.c: reasonable bitrate for fragmented mp4 10 years ago
Thilo Borgmann 6e6b79e7b8 lavf/mov.c: Prevent memory leak in case of invalid metadata reads. 10 years ago
Thilo Borgmann f31445a82d lavf/mov.c: Allocate buffer in case of long metadata entries. 10 years ago
Michael Niedermayer 1b54e6b12b avformat/mov: auodetect "use_mfra_for" 10 years ago
Vittorio Giovara 74b0237798 mov: Correctly check the color transfer characteristics range 10 years ago
Martin Storsjö a74f8121d8 mov: Handle tfdt atoms 10 years ago
Michael Niedermayer 57884172e0 avformat/mov: fix mix of declaration and statement 10 years ago