528 Commits (7ebb3022297aa00afda6800105684b8303f2608e)

Author SHA1 Message Date
Martin Storsjö 95ee4e2ce7 movenc: Add some comments explaining subtle details in writing the edit lists 10 years ago
Michael Niedermayer 72f801619a movenc: Adjust edit lists to trim out parts of tracks with negative pts 10 years ago
Diego Biurrun 4d55e9de27 vc1: Split bits used in libavformat into a separate header 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
John Stebbins b50173a4dd movenc: fix QT chapter track character encoding 11 years ago
John Stebbins da9cc22d5b movenc: add track title to tracks 11 years ago
John Stebbins d9432789bd movenc: remove pointless loop around BITEXACT test 11 years ago
John Stebbins 0897d2fdc7 movenc: Add option to disable nero chapters 11 years ago
Luca Barbato df2aa22203 mov: Clarify tkhd flag settings 11 years ago
Luca Barbato f90729699d mov: Do not group tracks if more than one is enabled per type 11 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Anton Khirnov cf6977712c movenc: write avg_frame_rate as the framerate, not the codec timebase 11 years ago
Anton Khirnov 0ba5299a80 movenc: use the "encoder" metadata tag to write stsd Compressorname 11 years ago
Anton Khirnov 0c1959b056 lavf: add AVFMT_FLAG_BITEXACT. 11 years ago
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