793 Commits (8b421fad24acbba69935caf2a2775bd04f8a707a)

Author SHA1 Message Date
Michael Niedermayer 8d756c0d55 fix "warning: variable ‘cflags’ set but not used" 13 years ago
Alex Converse 29a20ac4a1 movdec: Avoid av_malloc(0) in stss 13 years ago
Martin Storsjö 89415b8e3f movdec: Parse the dvc1 atom 13 years ago
Janne Grunau 7f19bdc2a2 movdec: fix dts generation in fragmented files 13 years ago
Clément Bœsch 77971609de mov: honor tmcd flags while extracting timecode meta. 13 years ago
Clément Bœsch bd10f01aa8 mov: use new public timecode API. 13 years ago
Martin Storsjö 75ab1e62d4 movdec: Ignore sample_degradation_priority bits when checking first_sample_flags 13 years ago
Reimar Döffinger 34751f8313 Demux all parts of concatenated H.264. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Michael Niedermayer 8847561f93 mov: Fix seeking regression in fragemnted movs. 13 years ago
Martin Storsjö bc7d05177f movdec: Calculate an average bit rate for fragmented streams, too 13 years ago
Carl Eugen Hoyos 76c3e76eb3 Allow user to force reading mov alias from absolute path. 13 years ago
Piotr Tomasik 62d2a75b02 Added clockwise rotate values to metadata for 90 and 270 degrees 13 years ago
Paul B Mahol 6813450209 lavf: replace remaining use of deprecated get_strz() 13 years ago
Alex Converse d7420e0ac9 mov: Remove dead stores for spherical coordinates for channel position. 13 years ago
Jean First fa169d5650 mov: cosmetics - move a line to a better position and add a comment 13 years ago
Daniel Huang bcd5d979aa mov, mxfdec: Employ more meaningful return values. 13 years ago
Oana Stratulat 550f7c43ec Fixes wrong duration in .mov file. Issue 599 13 years ago
Clément Bœsch 35da85562d mov: support timecode extraction. 13 years ago
Clément Bœsch adc278788b mov: annotate read values in tmcd track. 13 years ago
Alex Converse 4274e481c0 mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions. 13 years ago
Andrew Ryan 4452d58c72 Insert missing newline at end of error log message in mov demuxer. 13 years ago
Jean First 6bd8d61378 mov: av_dlog use PRId64 instead of %ld 13 years ago
Carl Eugen Hoyos 0d59ae32c2 Make mov palette opaque or load alpha if present. 13 years ago
Alex Converse 4bf3c8f226 mov: Don't stick the QuickTime field ordering atom in extradata. 13 years ago
Nicolas George 20af3af575 mov: replace AVERROR(EOF) with AVERROR_EOF. 13 years ago
Michael Niedermayer af3f2a87da mov: detect EOF in mov_read_dref() 13 years ago
Michael Niedermayer 5f95c130a0 mov: Fix near infinite loop in stsd parsing. 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Justin Ruggles 1fdf18f4b7 mov: add support for reading and writing the 'chan' tag 13 years ago
Michael Niedermayer e1ccc9216b movdec: remove redundant size<=8 check. 13 years ago
Michael Niedermayer 7d90bc9f2a movdec: Read extended 64bit size before the debug av_log() and only when there 13 years ago
Mihnea Balta fef2da6a22 movdec: Fix bad computed size for atoms with size 0 in MOV files 13 years ago
Michael Niedermayer f0d0ae3b1e mov: increase total_size only when it actually increases. 13 years ago
Carl Eugen Hoyos a448a5d1c4 Do not fail fatally if chan atom is too short. 13 years ago
Michael Niedermayer b27ac355b7 movdec: Fix parsing of a very last empty atom of size 8. 13 years ago
Alex Converse 52401b82bd mov: Don't av_malloc(0). 13 years ago
Alex Converse 6d23d19729 mov: Allow empty stts atom. 13 years ago
Carl Eugen Hoyos 8dcd2a41ec Allow last mov chunk to have an arbitrary number of samples. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Alex Converse 028a2375e2 mov: Make format string match variable type. 13 years ago
Alex Converse 9f8c190bb0 mov: Remove some redundant and obsolete comments. 13 years ago
Carl Eugen Hoyos d50122eafa Do not try to read total disc or track number if data atom is too short. 13 years ago
Clément Bœsch 055cda8acc Rename remaining get_byte to avio_r8. 13 years ago
Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 13 years ago
Carl Eugen Hoyos 8a3f976498 Support decoding "m1v " mpeg1video in mov. 13 years ago
Carl Eugen Hoyos 237f13290b movdec: Set frame_size for AMR 13 years ago
Carl Eugen Hoyos a487378ef5 Set frame_size for AMR_NB in mov. 13 years ago
Benjamin Larsson 69e7ad8dbc mov: Avoid divide by zero in edit list dts handling 13 years ago
Hendrik Leppkes b76bc01034 Implement parsing of the "HandlerName" from th MP4 HDLR atom. 13 years ago