542 Commits (015b805d13a293a68263d409a1e7b67d03d3302b)

Author SHA1 Message Date
Clément Bœsch a714150827 lavf/movenc: add faststart option. 12 years ago
Clément Bœsch f379a108a4 lavf/movenc: make mov_write_stco_tag() not use the offset pos for mode64 heuristic. 12 years ago
Clément Bœsch e17a2aba25 lavf/movenc: add get_moov_size and use it in fragment code. 12 years ago
Clément Bœsch 7bc70930dd lavf/movenc: add F4V flavor. 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
Kari Lentz be862c0dac movenc: support for itunes tempo tag 12 years ago
Clément Bœsch cb5bb521aa lavf/movenc: use two explicit bytes instead of a short. 12 years ago
Clément Bœsch aca0f78114 lavf/movenc: add frame rate heuristic for timecode frame rate. 12 years ago
Michael Niedermayer bb2f13c19f rename missed CodecID to AVCodecID 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Piotr Bandurski 68f4156f44 movenv: fix remuxing of qdm2 12 years ago
Piotr Bandurski 5d2f89a23c movenc: fix remuxing of svq3 12 years ago
Philip Langdale 3eb56e8434 movenc: Fix unfreed memory found by valgrind. 12 years ago
Philip Langdale 18175ca9b2 movenc: Handle need for extra packets to express subtitle duration. 12 years ago
Clément Bœsch bc42682749 lavf/movenc: fix invalid free with timecode meta and tmcd data copy. 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Piotr Bandurski c5f23df2dd movenc: fix remuxing of yuv2 12 years ago
Carl Eugen Hoyos 20e88d8618 Fix avui stream-copy. 12 years ago
Ronald S. Bultje fd48721849 lavf: use conditional notation for default codec in muxer declarations. 12 years ago
Ronald S. Bultje 5354a904fe rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro. 13 years ago
Stefan Gehrer e98330df90 movenc: write track header transformation matrix depending on "rotate" metadata 13 years ago
Al@dneg.com c88a832735 movenc: Addtion of \251cmt field to udta 13 years ago
Martin Storsjö 9e74db6850 mov: Support muxing/demuxing iLBC 13 years ago
Clément Bœsch 9fb2e234d0 movenc: add timecode track support. 13 years ago
Alex Converse 41e9682af2 movenc: Write chan atom for all audio tracks in mov mode movies. 13 years ago
Philip Langdale ea60a11e8e movenc: Fix muxing of Apple Quicktime chapters. v3 13 years ago
Alex Converse ed7bdd8647 movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio. 13 years ago
Carl Eugen Hoyos e013abed63 Read and write APRG mov atom to allow AVUI streamcopy. 13 years ago
Michael Niedermayer 364c71c80e movenc: store codecs that dont provide a frame_size as audio_vbr=1 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
Luca Barbato 18b59956e0 movenc: remove redundant check 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Michael Niedermayer 1e059731a3 movenc: fix segfault with chapter tracks 13 years ago
Reimar Döffinger 40393ac568 movenc: add some default cases. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Martin Storsjö 68893afe1d movenc: Merge if statements 13 years ago
Martin Storsjö d5ed5e7d0c avc: Add a function for converting mp4 style extradata to annex b 13 years ago
Martin Storsjö 39f5a5462c movenc: Add a min_frag_duration option 13 years ago
Justin Ruggles f234e8a32e movenc: use timestamps instead of frame_size for samples-per-packet 13 years ago
Justin Ruggles f3dab5fb6d movenc: use the first cluster duration as the tfhd default duration 13 years ago
Justin Ruggles 681d17264f movenc: factorize calculation of cluster duration into a separate function 13 years ago
Martin Storsjö c2ff63e3ac rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS 13 years ago
Martin Storsjö 0c7b8b758a movenc: Buffer the mdat for the initial moov fragment, too 13 years ago
Martin Storsjö 5be805d38c mov: Use defines for sample flags in fragments 13 years ago