662 Commits (ef1aae6ea9aae9a523b6dcd8e670dbca823a88f8)

Author SHA1 Message Date
Martin Storsjö 1e142d5b48 movenc: Add a fallback fragmentation method for plain mp4 as well 11 years ago
Stefano Sabatini 2cfe70ff3e lavf/movenc: return meaningful error code from mov_write_header() 11 years ago
Stefano Sabatini 54c596fe7a lavf/movenc: improve feedback in case of unsupported codec 11 years ago
Carl Eugen Hoyos 362383b743 Fix remuxing of IMA_QT in mov. 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
James Almer 1d4476d5da movenc: use ff_alloc_extradata() 11 years ago
Michael Niedermayer e4d45673ca avformat/movenc: set XDCAM codec tag correctly 11 years ago
Michael Niedermayer 713dcdbfcb avformat/movenc: set pretty compressor name for XDCAM 11 years ago
Michael Niedermayer ce994a03f5 avformat/movenc: make AVStream easier to access 11 years ago
Michael Niedermayer 8c0f565ee3 avformat/movenc: factor out find_fps() 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
Michael Niedermayer 2501f6d3d6 avformat/movenc: Use the rate from av_timecode_init_from_string() for tmcd 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 11 years ago
Michael Niedermayer 88909beca3 avcodec/movenc: move chapter_properties under the #if of the code that uses it 11 years ago
John Stebbins 30ce289074 movenc: Make tkhd "enabled" flag QuickTime compatible 11 years ago
Michael Niedermayer c443689afb avformat/movenc: use av_freep() instead of av_free() except for local variables before return 11 years ago
Clément Bœsch 60198742ff movenc: fix detection of 64bit offset requirement 11 years ago
John Stebbins fe5d5a8ffc movenc: Make chapter track QuickTime compatible 11 years ago
Clément Bœsch f8ef91ff3d movenc: add faststart option for web streaming 11 years ago
John Stebbins 6c786765cd movenc: Allow chapters to be written in trailer 11 years ago
John Stebbins db03cb37fd movenc: Allow chapter track in default MODE_MP4 11 years ago
Michael Niedermayer 3d64845600 movenc: ilbc needs audio_vbr set. 11 years ago
Luca Barbato 67400f6b62 mov: Prevent segfaults on mov_write_hdlr_tag 11 years ago
Luca Barbato 22de0f8369 mov: Compute max duration among the tracks with a timescale 11 years ago
Luca Barbato 3952303010 mov: Set the timescale for data streams 11 years ago
Martin Storsjö 0a14fefd68 movenc: Indicate that negative timestamps are supported 11 years ago
Michael Niedermayer 65dd93209d movenc: make uuids static const 11 years ago
Carl Eugen Hoyos fbc0004b4b lavf/movenc: Write disc number and total number of discs as part of metadata. 11 years ago
Carl Eugen Hoyos bb7f71d9b6 lavf/movenc: Write total number of tracks as part of metadata. 11 years ago
Matthieu Bouron 8a09195545 lavf/movenc: improve psp check 11 years ago
Matthieu Bouron ee4ef139e3 lavf/movenc: remove useless checks on AVOutputFormat 11 years ago
Martin Storsjö 21732063a3 movenc: K&R formatting cosmetics 12 years ago
Michael Niedermayer 65abce67b5 avformat/movenc: allow negative TS for the ipod muxer 12 years ago
Matthieu Bouron 621ab4e4ef lavf/movenc: check ff_mov_init_hinting() return 12 years ago
Matthieu Bouron 4943eff2cd lavf/movenc: fix writing of some iTunes metadata tag 12 years ago
Matthieu Bouron 9e6d063dbc lavf/movenc: use ffio_fill() 12 years ago