428 Commits (3bf1d787b58cf268f3c055d6f2509fd75258450b)

Author SHA1 Message Date
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 13 years ago
Anton Khirnov eb97dbb05a movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings 13 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
Martin Storsjö d16cccac98 movenc: Add RTP muxer/hinter options 14 years ago
Martin Storsjö f3f82296a4 movenc: Pass the RTP AVFormatContext to the SDP generation 14 years ago
Martin Storsjö 0558e266a2 sdp: Allow passing an AVFormatContext to the SDP generation 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Gil Pedersen c16919487e improved 'edts' atom writing support 14 years ago
Martin Storsjö 28734ac995 movenc: Deprecate the global RTP hinting flag, use a private AVOption instead 14 years ago
Martin Storsjö 91e3a25ef6 movenc: Add an AVClass for setting muxer specific options 14 years ago
Martin Storsjö bd61b2a1ca movenc: Pass AVFormatContext flags to the SDP generation 14 years ago
Martin Storsjö abe9363889 sdp: Allow passing AVFormatContext flags to the SDP generation 14 years ago
Baptiste Coudurier 7e19a6e868 movenc: always write esds descriptor length using 4 bytes. 14 years ago