52 Commits (6f57375d707de40dcec28d3cef886c364e032c21)

Author SHA1 Message Date
Martin Storsjö 67a2912307 movenc: Don't assume that fragment durations in pts is equal to duration in dts 10 years ago
Martin Storsjö 2889c5e167 movenc: Heuristically set the duration of the last sample in a fragment if not set 10 years ago
Martin Storsjö 2cb9c2fc59 movenc: Allow interleaving samples when writing fragmented files 10 years ago
Martin Storsjö 448c8cfe4c movenc: Support setting fragment_index before the moov atom is written 10 years ago
Martin Storsjö 0c5e380c2c movenc: Don't rely on the fragment index for vc1 info gathering 10 years ago
Martin Storsjö b3b0b35db2 movenc: Get rid of a hack for updating the dvc1 atom 10 years ago
Martin Storsjö 847bf5988f movenc: Add an option for delaying writing the moov with empty_moov 10 years ago
Martin Storsjö 59f0275dd0 movenc: Adjust the pts of new fragments similarly to what is done for dts 10 years ago
Martin Storsjö ee37620b6a movenc: Add a flag for indicating a discontinuous fragment 10 years ago
Martin Storsjö 40ed1cbf14 movenc: Allow writing a DASH sidx atom at the start of files 10 years ago
Martin Storsjö 2ded57371a movenc: Add support for writing sidx atoms for DASH segments 10 years ago
Martin Storsjö 2d9d6afb8d movenc: Factorize adding fragment info into a separate function 10 years ago
Martin Storsjö 1d8a0c1b43 movenc: Allow to request not to use edit lists 10 years ago
Martin Storsjö 2f221b6a93 movenc: Define the flag bits using shifts instead of as decimal numbers 10 years ago
Martin Storsjö cf589faa5b movenc: Add a flag for using default-base-is-moof in tfhd atoms 10 years ago
Martin Storsjö 573b1de2d7 movenc: Don't use track_id to decide which track is the first in a moof 10 years ago
John Stebbins da9cc22d5b movenc: add track title to tracks 10 years ago
John Stebbins 0897d2fdc7 movenc: Add option to disable nero chapters 10 years ago
Luca Barbato f90729699d mov: Do not group tracks if more than one is enabled per type 11 years ago
Anton Khirnov 0ba5299a80 movenc: use the "encoder" metadata tag to write stsd Compressorname 11 years ago
John Stebbins 1e9db41e2a movenc: Allow override of major brand in ftyp atom 11 years ago
Clément Bœsch e01fba5562 movenc: Add an F4V muxer 11 years ago
Martin Storsjö e7bf085b78 movenc: Add an option for omitting the tfhd base offset 11 years ago
Martin Storsjö a4adabb460 movenc: Write the moof atom in two passes 11 years ago
John Stebbins 30ce289074 movenc: Make tkhd "enabled" flag QuickTime compatible 11 years ago
Clément Bœsch f8ef91ff3d movenc: add faststart option for web streaming 11 years ago
Andrey Semashev 7c020e1ad3 movenc: Grow the frag_info array in chunks 12 years ago
Andrey Semashev ab1189766a movenc: Increase the cluster array allocation by doubling 12 years ago
Andrey Semashev 3b4feac1ec movenc: Keep track of the allocated size for the cluster array 12 years ago
Martin Storsjö 9683e37cd5 movenc: Change the track struct name to match the typedef 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Martin Storsjö 39f5a5462c movenc: Add a min_frag_duration option 13 years ago
Martin Storsjö 0c7b8b758a movenc: Buffer the mdat for the initial moov fragment, too 13 years ago
Martin Storsjö 4ace130ee6 movenc: Support muxing VC1 13 years ago
Martin Storsjö b7d3dd907f movenc: cosmetics: Get rid of camelCase identifiers 13 years ago
Martin Storsjö f532210499 movenc: Support adding isml (smooth streaming live) metadata 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
Martin Storsjö 5d95112d92 movenc: Reorder entries in the MOVIentry struct, for tigheter packing 13 years ago
Alex Converse d3b8bde2f1 movenc: Rudimentary IODs support. 13 years ago
Martin Storsjö e2484fb644 movenc: Use the actual converted sample for RTP hinting 13 years ago
Diego Biurrun 20566eb0f0 Replace outdated references to ffmpeg tool with avconv. 13 years ago
Martin Storsjö d16cccac98 movenc: Add RTP muxer/hinter options 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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Martin Storsjö 44bf251a42 Use a heuristic for describing the RTP packets using sample data 15 years ago
Martin Storsjö e977af6f2e Add initial support for RTP hinting in the mov muxer 15 years ago