451 Commits (e8fcdebb17fc59375fd9fc6c0a02a1d2e6d9fb23)

Author SHA1 Message Date
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
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 13 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 13 years ago
Ronald S. Bultje fd48721849 lavf: use conditional notation for default codec in muxer declarations. 13 years ago
Ronald S. Bultje 5354a904fe rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro. 13 years ago
Martin Storsjö 9e74db6850 mov: Support muxing/demuxing iLBC 13 years ago
Alex Converse 41e9682af2 movenc: Write chan atom for all audio tracks in mov mode movies. 13 years ago
Alex Converse ed7bdd8647 movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio. 13 years ago
Alex Converse dc878b96a7 movenc: Support high sample rates in isomedia formats by setting the sample rate field in stsd to 0. 13 years ago
Alex Converse 73b7437f1d movenc: Remove a dead initialization 13 years ago
Luca Barbato ebbede2265 movenc: small refactor mov_write_packet 13 years ago