655 Commits (2cf94485de9aa0e8f4552fd9477e0d4bc5cb84bc)

Author SHA1 Message Date
Martin Storsjö 83988d58ed movenc: Add support for writing fragmented mov files 13 years ago
Martin Storsjö 6ca3856894 movenc: Add a separate start_pts 13 years ago
Michael Niedermayer f58d670002 movenc: Decrease default chunk merge limit to 1mb. 13 years ago
Maksym Veremeyenko 2aadff2e44 limit chunk size to 1GB 13 years ago
Michael Niedermayer 89ddff92a3 Revert "movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs" 13 years ago
Jean First 60168f9319 movenc: add FIXME to add alis and rsrc atoms 13 years ago
Jean First 0c10885c39 movenc: indent cosemtics 13 years ago
Martin Storsjö a78dbada55 movenc: Don't store a nonzero creation time if nothing was set by the caller 13 years ago
Jean First 8aed73c355 movenc: remove unused variables 13 years ago
Alex Converse 4bf3c8f226 mov: Don't stick the QuickTime field ordering atom in extradata. 13 years ago
Michael Niedermayer 0988a6a035 movenc: disable iods by default 13 years ago
Alex Converse d3b8bde2f1 movenc: Rudimentary IODs support. 13 years ago
Michael Niedermayer 9aeaf62903 Fix all GNU %Ld 13 years ago
Michael Niedermayer a6c4c0f274 mp4enc: Avoid storing sizes in trun when they all match. 13 years ago
Michael Niedermayer d9a41695ed mp4enc: Only store flags in trun when they differ from the default and set a sane default. 13 years ago
Michael Niedermayer 1f83f04609 mp4enc: dont store durations in trun if they are unneeded. 13 years ago
Michael Niedermayer 4a6855343f mp4enc: dont store cts in trun if they are unneeded. 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Martin Storsjö e2484fb644 movenc: Use the actual converted sample for RTP hinting 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Justin Ruggles 60cd802daf movenc: write 'chan' tag for AC-3 in MOV 13 years ago
Justin Ruggles 1fdf18f4b7 mov: add support for reading and writing the 'chan' tag 13 years ago
Justin Ruggles 8e8c51318c movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs 13 years ago
Michael Niedermayer 901af94b69 movenc: Always write EDTS when we are able to. 13 years ago
Michael Niedermayer 15130b94fc movenc: support spliting fragments based on bytesize instead of duration. 13 years ago
Michael Niedermayer cf8ec019ab movenc: fragment support 13 years ago
Michael Niedermayer c863d3751f movenc: replace cluster memset by zeroing only the needed field. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Michael Niedermayer 4710993800 movenc: memset(0) new cluster elements after realloc() 13 years ago
Geek.Song 9cdf048ad2 movenc: Remove unneeded chunkSize field from MOVIentry 13 years ago
Michael Niedermayer fc09bf57a6 movenc: Write file with minimal number of chunks for the given interleaving. 13 years ago
Carl Eugen Hoyos ed669c9bec movenc: Set a correct packet size for AMR-NB mode 15, "no data" 13 years ago
Michael Niedermayer 3a56169fec movenc: reserved_moov_size, which allows placing moov at the begin of the file. 13 years ago
Carl Eugen Hoyos 891f76b0a8 Fix AMR block length for no data mode when muxing mov. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov a4ea00d021 lavc/lavf: use unique private classes. 13 years ago
Nicolas George 194c2432ee movenc: Replace av_realloc by av_realloc_f when relevant. 13 years ago
Anton Khirnov c92a2a4eb8 movenc: fix NULL reference in mov_write_tkhd_tag 13 years ago
Anton Khirnov 7574cacbd5 movenc: create an alternate group for each media type 13 years ago
Laurent Aimar b59efc9434 Fixed size given to init_get_bits(). 13 years ago
Laurent Aimar e5e0580b93 Fixed size given to init_get_bits(). 13 years ago
Anton Khirnov fb42d156ed movenc: use libx264 by default when possible for mov, mp4 and psp 14 years ago
Anton Khirnov eb97dbb05a movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 001d668d40 lavf: factor out conversion of ISO8601 string to unix time 14 years ago
Anton Khirnov 5f847bf61d lavf: deprecate AVFormatContext.timestamp 14 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago