]> git.sesse.net Git - ffmpeg/history - libavformat/movenc.c
movenc: fix QT chapter track character encoding
[ffmpeg] / libavformat / movenc.c
2014-08-06 John Stebbinsmovenc: fix QT chapter track character encoding
2014-08-06 John Stebbinsmovenc: add track title to tracks
2014-08-06 John Stebbinsmovenc: remove pointless loop around BITEXACT test
2014-08-05 John Stebbinsmovenc: Add option to disable nero chapters
2014-07-11 Luca Barbatomov: Clarify tkhd flag settings
2014-07-11 Luca Barbatomov: Do not group tracks if more than one is enabled...
2014-06-18 Anton Khirnovlavf: switch to AVStream.time_base as the hint for...
2014-05-29 Anton Khirnovmovenc: write avg_frame_rate as the framerate, not...
2014-05-18 Anton Khirnovmovenc: use the "encoder" metadata tag to write stsd...
2014-05-15 Anton Khirnovlavf: add AVFMT_FLAG_BITEXACT.
2014-04-25 Miles Gouldmov: Emit the correct tags for clcp tracks
2014-04-25 Aidan Skinnermov: Write prof section of tapt tag
2014-04-01 Diego BiurrunMore correct printf format specifiers
2014-03-31 Michael Niedermayermov: Unbreak sbtl writing
2014-03-28 John Stebbinsmovenc: Add dvd subtitle support
2014-03-22 John Stebbinsmovenc: Allow override of major brand in ftyp atom
2014-03-09 Tim Walkermovenc: allow muxing HEVC in MODE_MP4.
2014-03-09 Tim Walkermovenc: enable Annex B to MP4 conversion for HEVC tracks.
2014-03-09 Tim Walkermovenc: write hvcC tag for HEVC.
2014-03-08 John Stebbinsmovenc: allow override of "writing application" tag
2014-02-19 Martin Storsjömovenc: Add a fallback fragmentation method for plain...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-10-23 Clément Bœschmovenc: Add an F4V muxer
2013-09-22 Martin Storsjömovenc: Return a proper error code for invalid combinations
2013-09-22 Martin Storsjömovenc: Use keyframes as default fragmentation point...
2013-09-22 Martin Storsjömovenc: Set all implicit flags immediately in mov_write...
2013-09-22 Martin Storsjömovenc: Set mov->mode earlier in mov_write_header
2013-09-19 Martin Storsjömovenc: Use null buffers for measuring the amount of...
2013-09-17 Martin Storsjömovenc: Add an option for omitting the tfhd base offset
2013-09-17 Martin Storsjömovenc: Write the moof atom in two passes
2013-09-09 Martin Storsjömovenc: Simplify setting the fragmentation flag
2013-09-09 Martin Storsjömovenc: Add a warning message if conflicting options...
2013-09-03 Martin Storsjömovenc: Don't flush after each written packet
2013-08-27 Martin Storsjömovenc: Check for errors from mov_create_chapter_track
2013-08-27 Martin Storsjömovenc: Properly free allocated data on failures in...
2013-08-27 Martin Storsjömovenc: Check that tracks->enc exists before trying...
2013-08-27 Martin Storsjömovenc: Check for allocation failures in mov_create_cha...
2013-08-25 Luca Barbatomov: Write tmcd extradata
2013-08-23 John Stebbinsmovenc: Make tkhd "enabled" flag QuickTime compatible
2013-08-21 Clément Bœschmovenc: fix detection of 64bit offset requirement
2013-08-21 John Stebbinsmovenc: Make chapter track QuickTime compatible
2013-08-21 Clément Bœschmovenc: add faststart option for web streaming
2013-08-20 John Stebbinsmovenc: Allow chapters to be written in trailer
2013-08-20 John Stebbinsmovenc: Allow chapter track in default MODE_MP4
2013-08-19 Luca Barbatomov: Prevent segfaults on mov_write_hdlr_tag
2013-08-19 Luca Barbatomov: Compute max duration among the tracks with a timescale
2013-08-19 Luca Barbatomov: Set the timescale for data streams
2013-08-17 Martin Storsjömovenc: Indicate that negative timestamps are supported
2013-07-07 Martin Storsjömovenc: K&R formatting cosmetics
2013-06-04 Andrey Semashevmovenc: Grow the frag_info array in chunks
2013-06-04 Andrey Semashevmovenc: Increase the cluster array allocation by doubling
2013-06-04 Andrey Semashevmovenc: Keep track of the allocated size for the cluste...
2013-05-16 Jeremy Hinegardnermovenc: Don't add base_data_offset in tfhd for PIFF...
2013-01-30 Martin Storsjömovenc: Simplify code by using avio_wb24
2012-11-14 Luca Barbatortp: set the payload type as stream id
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-22 Ronald S. Bultjelavf: use conditional notation for default codec in...
2012-07-21 Ronald S. Bultjertsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.
2012-06-18 Martin Storsjömov: Support muxing/demuxing iLBC
2012-06-04 Alex Conversemovenc: Write chan atom for all audio tracks in mov...
2012-05-25 Alex Conversemovenc: Don't write the 'wave' atom or its child 'enda...
2012-04-20 Alex Conversemovenc: Support high sample rates in isomedia formats...
2012-04-13 Alex Conversemovenc: Remove a dead initialization
2012-04-11 Luca Barbatomovenc: small refactor mov_write_packet
2012-04-11 Luca Barbatomovenc: remove redundant check
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-24 Martin Storsjömovenc: Merge if statements
2012-03-24 Martin Storsjöavc: Add a function for converting mp4 style extradata...
2012-03-20 Martin Storsjömovenc: Add a min_frag_duration option
2012-02-27 Justin Rugglesmovenc: use timestamps instead of frame_size for sample...
2012-02-27 Justin Rugglesmovenc: use the first cluster duration as the tfhd...
2012-02-27 Justin Rugglesmovenc: factorize calculation of cluster duration into...
2012-02-23 Martin Storsjörtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS
2012-02-22 Martin Storsjömovenc: Buffer the mdat for the initial moov fragment...
2012-02-18 Martin Storsjömov: Use defines for sample flags in fragments
2012-02-18 Martin Storsjömov: Use defines for trun flags
2012-02-18 Martin Storsjömov: Use defines for tfhd flags
2012-02-17 Martin Storsjömovenc: Write the unknown duration as 64 bit fields...
2012-02-17 Martin Storsjömovenc: Write track durations with all bits set if...
2012-02-16 Martin Storsjömovenc: Don't set a default sample duration when creati...
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-02-14 Martin Storsjömovenc: Support muxing VC1
2012-02-13 Martin Storsjömovenc: Support muxing wmapro in ismv/isma
2012-01-30 Martin Storsjömovenc: cosmetics: Get rid of camelCase identifiers
2012-01-27 Martin Storsjömovenc: Allow writing to a non-seekable output if using...
2012-01-27 Martin Storsjömovenc: Support adding isml (smooth streaming live...
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_TIMESTAMP cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_FLAG_RTP_HINT cruft
2012-01-25 Martin Storsjömovenc: Don't require frame_size to be set for modes...
2012-01-25 Martin Storsjömovenc: Reindent a block
2012-01-25 Martin Storsjömovenc: Write the sample rate instead of time scale...
next