| Commit message (Expand) | Author | Age | Files | Lines |
* | matroska: Write the field order information | Luca Barbato | 2016-04-03 | 1 | -2/+43 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -97/+97 |
* | avpacket: Deprecate av_dup_packet | Luca Barbato | 2015-10-26 | 1 | -6/+1 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -2/+2 |
* | matroskaenc: Don't write a track language tag | John Stebbins | 2015-10-03 | 1 | -1/+3 |
* | lavc: Make AVPacket.duration int64, and deprecate convergence_duration | wm4 | 2015-09-29 | 1 | -2/+8 |
* | webm: Explicitly select libvpx, libopus and libvorbis encoders | Luca Barbato | 2015-08-25 | 1 | -2/+2 |
* | mkv: Correctly report the latest packet had been flushed | Luca Barbato | 2015-06-09 | 1 | -1/+1 |
* | matroskadec: export cover art correctly | wm4 | 2015-04-08 | 1 | -0/+5 |
* | matroskaenc: Fix type used for chapter timestamps | Vittorio Giovara | 2015-03-11 | 1 | -3/+4 |
* | matroskaenc: Also validate chapter end time | Vittorio Giovara | 2015-03-09 | 1 | -1/+4 |
* | matroskaenc: Allow writing track "forced" flag | John Stebbins | 2015-02-24 | 1 | -0/+2 |
* | matroskaenc: Validate chapter start and end times | Vittorio Giovara | 2015-02-17 | 1 | -4/+6 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -3/+3 |
* | matroskaenc: refuse to write AAC without valid extradata | Anton Khirnov | 2015-01-09 | 1 | -6/+10 |
* | check memory errors from av_strdup() | Vittorio Giovara | 2014-12-18 | 1 | -4/+12 |
* | mkv: Validate ASS Start and End fields | Luca Barbato | 2014-12-03 | 1 | -2/+19 |
* | matroskaenc: write correct Display{Width, Height} in stereo encoding | Vittorio Giovara | 2014-10-27 | 1 | -6/+24 |
* | matroskaenc: check avio_open_dyn_buf return value | Vittorio Giovara | 2014-10-24 | 1 | -2/+5 |
* | lavf: use initial_padding instead of deprecated delay | Anton Khirnov | 2014-10-13 | 1 | -3/+4 |
* | matroskaenc: convert avstream stereo3d side data during encoding | Vittorio Giovara | 2014-08-28 | 1 | -18/+76 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -3/+3 |
* | matroska: Factor out mkv_write_stereo_mode | Luca Barbato | 2014-07-01 | 1 | -17/+22 |
* | matroska: Factor out write_track from mkv_write_tracks | Luca Barbato | 2014-07-01 | 1 | -169/+193 |
* | matroska: K&R formatting cosmetics | Luca Barbato | 2014-07-01 | 1 | -168/+212 |
* | flac muxer: support reading updated extradata from side data | Anton Khirnov | 2014-06-01 | 1 | -1/+2 |
* | matroskaenc: Allow VP9 and Opus in webm | Tudor Suciu | 2014-06-01 | 1 | -1/+3 |
* | matroskaenc: set the stream timebase earlier | Anton Khirnov | 2014-05-29 | 1 | -3/+3 |
* | matroskaenc: base DefaultDuration on the framerate, not the codec timebase | Anton Khirnov | 2014-05-29 | 1 | -1/+2 |
* | matroskaenc: write the channel mask for FLAC | Anton Khirnov | 2014-05-28 | 1 | -1/+46 |
* | lavf: add AVFMT_FLAG_BITEXACT. | Anton Khirnov | 2014-05-15 | 1 | -1/+1 |
* | matroskaenc: write CodecDelay | Anton Khirnov | 2014-05-01 | 1 | -0/+13 |
* | matroskaenc: enable Annex B to MP4 conversion for HEVC tracks. | Tim Walker | 2014-03-09 | 1 | -0/+4 |
* | matroskaenc: write private data in hvcC format for HEVC. | Tim Walker | 2014-03-09 | 1 | -0/+3 |
* | matroskaenc: allow override of "writing application" tag | John Stebbins | 2014-03-08 | 1 | -2/+6 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | matroskaenc: Fix stray pointers left over from av_reallocp_array refactoring | Alexandra Khirnova | 2013-09-12 | 1 | -13/+9 |
* | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -6/+12 |
* | matroskaenc: Allow chapters to be written in trailer | John Stebbins | 2013-09-04 | 1 | -1/+9 |
* | matroskaenc: Fix writing TRACKDEFAULTFLAG | John Stebbins | 2013-08-27 | 1 | -1/+3 |
* | mkv: Allow flushing the current cluster in progress | Martin Storsjö | 2013-08-19 | 1 | -6/+30 |
* | mkv: Flush the old cluster before writing a new one | Luca Barbato | 2013-08-19 | 1 | -0/+1 |
* | mkv: Add options for specifying cluster limits | Luca Barbato | 2013-08-19 | 1 | -10/+22 |
* | mkv: Refactor mkv_write_packet | Luca Barbato | 2013-08-19 | 1 | -10/+32 |
* | matroskaenc: restore compatibility with non referenced AVPacket | Rafaël Carré | 2013-06-24 | 1 | -2/+5 |
* | matroskaenc: support muxing WavPack | Anton Khirnov | 2013-05-28 | 1 | -1/+72 |
* | matroskaenc: add an option to put the index at the start of the file | Anton Khirnov | 2013-05-03 | 1 | -1/+63 |
* | matroskaenc: cosmetics, reorder the #includes | Anton Khirnov | 2013-05-03 | 1 | -9/+11 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -21/+7 |
* | matroskaenc: check cue point validity before reallocation | Janne Grunau | 2012-10-09 | 1 | -3/+3 |