463 Commits (a871ef0cc936612bdb0e643196be72efcf0c8986)

Author SHA1 Message Date
Miles Gould 99e22b7859 mov: Emit the correct tags for clcp tracks 11 years ago
Aidan Skinner 802385dbc2 mov: Write prof section of tapt tag 11 years ago
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Michael Niedermayer f94371b1db mov: Unbreak sbtl writing 11 years ago
John Stebbins 6adf3bc42e movenc: Add dvd subtitle support 11 years ago
John Stebbins 1e9db41e2a movenc: Allow override of major brand in ftyp atom 11 years ago
Tim Walker 4f3db5d341 movenc: allow muxing HEVC in MODE_MP4. 11 years ago
Tim Walker b6c61fb83e movenc: enable Annex B to MP4 conversion for HEVC tracks. 11 years ago
Tim Walker 20b40a597c movenc: write hvcC tag for HEVC. 11 years ago
John Stebbins 565e0c6d86 movenc: allow override of "writing application" tag 11 years ago
Martin Storsjö 1e142d5b48 movenc: Add a fallback fragmentation method for plain mp4 as well 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Clément Bœsch e01fba5562 movenc: Add an F4V muxer 11 years ago
Martin Storsjö f2b00a5372 movenc: Return a proper error code for invalid combinations 11 years ago
Martin Storsjö f1eac2b8a0 movenc: Use keyframes as default fragmentation point in ismv 11 years ago
Martin Storsjö a9553bbb33 movenc: Set all implicit flags immediately in mov_write_header 11 years ago
Martin Storsjö 187023f6b2 movenc: Set mov->mode earlier in mov_write_header 11 years ago
Martin Storsjö 72fe16a13e movenc: Use null buffers for measuring the amount of data to be written 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
Martin Storsjö bdf990425e movenc: Simplify setting the fragmentation flag 11 years ago
Martin Storsjö 8b524ab0c4 movenc: Add a warning message if conflicting options have been specified 11 years ago
Martin Storsjö 0fbda03e5c movenc: Don't flush after each written packet 11 years ago
Martin Storsjö 0fb3e1c6ce movenc: Check for errors from mov_create_chapter_track 11 years ago
Martin Storsjö 2bbad1f94c movenc: Properly free allocated data on failures in mov_write_header 11 years ago
Martin Storsjö 3559fb97c4 movenc: Check that tracks->enc exists before trying to free extradata 11 years ago
Martin Storsjö 4d122b01e4 movenc: Check for allocation failures in mov_create_chapter_track 11 years ago
Luca Barbato b89e8759e0 mov: Write tmcd extradata 12 years ago
John Stebbins 30ce289074 movenc: Make tkhd "enabled" flag QuickTime compatible 12 years ago
Clément Bœsch 60198742ff movenc: fix detection of 64bit offset requirement 12 years ago
John Stebbins fe5d5a8ffc movenc: Make chapter track QuickTime compatible 12 years ago
Clément Bœsch f8ef91ff3d movenc: add faststart option for web streaming 12 years ago
John Stebbins 6c786765cd movenc: Allow chapters to be written in trailer 12 years ago
John Stebbins db03cb37fd movenc: Allow chapter track in default MODE_MP4 12 years ago
Luca Barbato 67400f6b62 mov: Prevent segfaults on mov_write_hdlr_tag 12 years ago
Luca Barbato 22de0f8369 mov: Compute max duration among the tracks with a timescale 12 years ago
Luca Barbato 3952303010 mov: Set the timescale for data streams 12 years ago
Martin Storsjö 0a14fefd68 movenc: Indicate that negative timestamps are supported 12 years ago
Martin Storsjö 21732063a3 movenc: K&R formatting cosmetics 12 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
Jeremy Hinegardner 40bbbce7e8 movenc: Don't add base_data_offset in tfhd for PIFF files 12 years ago
Martin Storsjö 61d36761ef movenc: Simplify code by using avio_wb24 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago