summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-6/+8
* movenc: write avg_frame_rate as the framerate, not the codec timebaseAnton Khirnov2014-05-291-1/+7
* movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov2014-05-181-2/+5
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-151-1/+1
* mov: Emit the correct tags for clcp tracksMiles Gould2014-04-251-6/+24
* mov: Write prof section of tapt tagAidan Skinner2014-04-251-0/+6
* More correct printf format specifiersDiego Biurrun2014-04-021-2/+5
* mov: Unbreak sbtl writingMichael Niedermayer2014-03-311-3/+7
* movenc: Add dvd subtitle supportJohn Stebbins2014-03-281-5/+78
* movenc: Allow override of major brand in ftyp atomJohn Stebbins2014-03-231-1/+4
* movenc: allow muxing HEVC in MODE_MP4.Tim Walker2014-03-091-0/+1
* movenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-091-0/+9
* movenc: write hvcC tag for HEVC.Tim Walker2014-03-091-0/+13
* movenc: allow override of "writing application" tagJohn Stebbins2014-03-081-1/+2
* movenc: Add a fallback fragmentation method for plain mp4 as wellMartin Storsjö2014-02-191-4/+2
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* movenc: Add an F4V muxerClément Bœsch2013-10-231-1/+37
* movenc: Return a proper error code for invalid combinationsMartin Storsjö2013-09-221-2/+2
* movenc: Use keyframes as default fragmentation point in ismvMartin Storsjö2013-09-221-1/+1
* movenc: Set all implicit flags immediately in mov_write_headerMartin Storsjö2013-09-221-2/+5
* movenc: Set mov->mode earlier in mov_write_headerMartin Storsjö2013-09-221-18/+19
* movenc: Use null buffers for measuring the amount of data to be writtenMartin Storsjö2013-09-191-12/+6
* movenc: Add an option for omitting the tfhd base offsetMartin Storsjö2013-09-171-7/+16
* movenc: Write the moof atom in two passesMartin Storsjö2013-09-171-22/+25
* movenc: Simplify setting the fragmentation flagMartin Storsjö2013-09-091-5/+3
* movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö2013-09-091-1/+4
* movenc: Don't flush after each written packetMartin Storsjö2013-09-031-2/+0
* movenc: Check for errors from mov_create_chapter_trackMartin Storsjö2013-08-271-2/+5
* movenc: Properly free allocated data on failures in mov_write_headerMartin Storsjö2013-08-271-15/+26
* movenc: Check that tracks->enc exists before trying to free extradataMartin Storsjö2013-08-271-1/+2
* movenc: Check for allocation failures in mov_create_chapter_trackMartin Storsjö2013-08-271-0/+4
* mov: Write tmcd extradataLuca Barbato2013-08-251-0/+17
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-231-1/+55
* movenc: fix detection of 64bit offset requirementClément Bœsch2013-08-211-3/+9
* movenc: Make chapter track QuickTime compatibleJohn Stebbins2013-08-211-2/+13
* movenc: add faststart option for web streamingClément Bœsch2013-08-211-4/+133
* movenc: Allow chapters to be written in trailerJohn Stebbins2013-08-201-2/+15
* movenc: Allow chapter track in default MODE_MP4John Stebbins2013-08-201-1/+1
* mov: Prevent segfaults on mov_write_hdlr_tagLuca Barbato2013-08-201-5/+16
* mov: Compute max duration among the tracks with a timescaleLuca Barbato2013-08-201-1/+1
* mov: Set the timescale for data streamsLuca Barbato2013-08-201-0/+2
* movenc: Indicate that negative timestamps are supportedMartin Storsjö2013-08-171-7/+7
* movenc: K&R formatting cosmeticsMartin Storsjö2013-07-071-189/+189
* movenc: Grow the frag_info array in chunksAndrey Semashev2013-06-041-3/+8
* movenc: Increase the cluster array allocation by doublingAndrey Semashev2013-06-041-1/+1
* movenc: Keep track of the allocated size for the cluster arrayAndrey Semashev2013-06-041-4/+6
* movenc: Don't add base_data_offset in tfhd for PIFF filesJeremy Hinegardner2013-05-171-2/+4
* movenc: Simplify code by using avio_wb24Martin Storsjö2013-01-301-2/+1
* rtp: set the payload type as stream idLuca Barbato2012-11-141-4/+7
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-18/+18
OpenPOWER on IntegriCloud