735 Commits (c99a8828148949430608c3866e671a599a5805ba)

Author SHA1 Message Date
Anton Khirnov 2d70912cc2 lavf: remove disabled FF_API_FLAG_RTP_HINT cruft 13 years ago
Martin Storsjö 9f9c45f4b6 movenc: Don't require frame_size to be set for modes other than mov 13 years ago
Martin Storsjö 990a746cec movenc: Reindent a block 13 years ago
Martin Storsjö 3b5d4428ac movenc: Write the sample rate instead of time scale in the stsd atom 13 years ago
Martin Storsjö 4ddd54dab4 movenc: Add a separate ismv/isma (smooth streaming) muxer 13 years ago
Martin Storsjö b613ff5e93 movenc: Allow the caller to decide on fragmentation 13 years ago
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