| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '618d02c1fa9e74d490cace64a7d15762656b521c' | James Almer | 2019-03-14 | 1 | -6/+3 |
|\ |
|
| * | tests: Convert lavf container tests to non-legacy test scripts | Diego Biurrun | 2019-02-16 | 1 | -3/+3 |
| * | fate: Update fate-lavf-mkv after commit 5d3953a5dc | John Stebbins | 2017-02-21 | 1 | -2/+2 |
* | | avformat/matroskaenc: fix cue relative position values when CRC32 is enabled | James Almer | 2016-10-26 | 1 | -2/+2 |
* | | avformat/matroskaenc: write a DisplayUnit element when aspect ratio is unknown | James Almer | 2016-10-15 | 1 | -4/+4 |
* | | avformat/matroskaenc: fix targets for attachment tags | James Almer | 2016-10-10 | 1 | -2/+2 |
* | | avformat/matroskaenc: write a CRC32 element on Info | James Almer | 2016-10-06 | 1 | -4/+4 |
* | | avformat/matroskaenc: write a CRC32 element on Tags | James Almer | 2016-10-06 | 1 | -4/+4 |
* | | avformat/matroskaenc: write a CRC32 element on Attachments | James Almer | 2016-10-06 | 1 | -2/+2 |
* | | avformat/matroskaenc: write a CRC32 element on Tracks | James Almer | 2016-10-06 | 1 | -4/+4 |
* | | avformat/matroskaenc: write a CRC32 element on Cues | James Almer | 2016-10-06 | 1 | -4/+4 |
* | | avformat/matroskaenc: write a CRC32 element on SeekHead | James Almer | 2016-10-06 | 1 | -4/+4 |
* | | avformat/matroskaenc: write a CRC32 element on each Cluster | James Almer | 2016-10-06 | 1 | -4/+4 |
* | | ffmpeg: switch to codecpar | Clément Bœsch | 2016-09-21 | 1 | -2/+2 |
* | | Merge commit 'e3453fd44480d903338c663238bf280215dd9a07' | Derek Buitenhuis | 2016-05-08 | 1 | -4/+4 |
|\| |
|
| * | matroska: Write the field order information | Luca Barbato | 2016-04-03 | 1 | -2/+2 |
| * | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -1/+1 |
| * | matroskaenc: set the stream timebase earlier | Anton Khirnov | 2014-05-29 | 1 | -2/+2 |
| * | matroskaenc: base DefaultDuration on the framerate, not the codec timebase | Anton Khirnov | 2014-05-29 | 1 | -2/+2 |
* | | libavformat/matroska: Write stream durations in metadata, in the format of mk... | Sasi Inguva | 2015-08-05 | 1 | -4/+4 |
* | | avformat/matroskaenc: fix MAX_CUEPOINT_SIZE calculation | Michael Niedermayer | 2014-08-09 | 1 | -2/+2 |
* | | ffmpeg: prefix encoder with "Lavc " in bitexact mode | Michael Niedermayer | 2014-05-18 | 1 | -4/+4 |
* | | Merge commit '6656370b858329ca07a60a2de954d5e90daa0206' | Michael Niedermayer | 2014-05-18 | 1 | -4/+4 |
|\| |
|
| * | avconv: set the "encoder" tag when transcoding | Anton Khirnov | 2014-05-18 | 1 | -2/+2 |
| * | matroskaenc: write CodecDelay | Anton Khirnov | 2014-05-01 | 1 | -3/+3 |
| * | matroskaenc: Fix writing TRACKDEFAULTFLAG | John Stebbins | 2013-08-27 | 1 | -2/+2 |
| * | avconv: make -t insert trim/atrim filters. | Anton Khirnov | 2013-04-30 | 1 | -2/+2 |
| * | lavf: introduce AVFMT_TS_NEGATIVE | Luca Barbato | 2013-04-25 | 1 | -1/+1 |
* | | matroska: Add the CueDuration element | James Almer | 2013-09-21 | 1 | -2/+2 |
* | | matroskaenc: Write muxingapp and writingapp elements when using bitexact flag | James Almer | 2013-09-18 | 1 | -4/+4 |
* | | matroskaenc: Bump DocTypeVersion to 4 | James Almer | 2013-09-15 | 1 | -2/+2 |
* | | ffmpeg: remove obsolete workaround in trim insertion. | Nicolas George | 2013-08-07 | 1 | -4/+4 |
* | | matroskaenc: implement CueRelativePosition | Bernie Habermeier | 2013-07-24 | 1 | -4/+4 |
* | | lavf/matroskaenc: Check for valid metadata before creating tags | James Almer | 2013-07-17 | 1 | -4/+4 |
* | | fate: add an attachment to the Matroska test. | Nicolas George | 2013-01-26 | 1 | -0/+3 |
* | | lavf/mkv: avoid negative ts by default. | Clément Bœsch | 2012-10-15 | 1 | -2/+2 |
* | | mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhd | Michael Niedermayer | 2012-09-27 | 1 | -3/+3 |
* | | ffmpeg: add support for audio filters. | Anton Khirnov | 2012-05-17 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -2/+2 |
|\| |
|
| * | mpegaudioenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -2/+2 |
| * | avconv: rework -t handling for encoding. | Anton Khirnov | 2012-02-07 | 1 | -3/+3 |
* | | lavf-regression: minimal metadata test. | Reimar Döffinger | 2011-12-12 | 1 | -2/+2 |
|/ |
|
* | matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agrees | David Conrad | 2010-06-04 | 1 | -2/+2 |
* | matroskaenc: Mux clusters better | James Zern | 2010-06-04 | 1 | -2/+2 |
* | matroskaenc: Write codec time base as default duration for video tracks. | David Conrad | 2010-05-24 | 1 | -2/+2 |
* | Update regression tests after removing track timecode scale from mkvenc | David Conrad | 2010-05-22 | 1 | -2/+2 |
* | Place regression test output files in subdirs per family | Måns Rullgård | 2010-03-02 | 1 | -3/+3 |
* | Update regression tests after r21372 | David Conrad | 2010-01-21 | 1 | -2/+2 |
* | regtest: split reference files allowing tests to run individually | Måns Rullgård | 2010-01-16 | 1 | -0/+3 |