| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg_enc: apply -top to individual encoded frames | Anton Khirnov | 2023-09-18 | 1 | -1/+1 |
* | avformat/mxfenc: allow more bits for variable part in uuid generation | Marton Balint | 2022-03-16 | 1 | -1/+1 |
* | avformat/mxf: add platform local tag | Limin Wang | 2021-02-05 | 1 | -1/+1 |
* | avformat/mxfenc: add Coding Equations and Color Primaries to local tags | Marton Balint | 2021-01-27 | 1 | -1/+1 |
* | ffmpeg: move field order decision making to encoder initialization | Jan Ekström | 2020-10-29 | 1 | -1/+1 |
* | ffmpeg: pass decoded or filtered AVFrame to output stream initialization | Jan Ekström | 2020-10-29 | 1 | -1/+1 |
* | Merge commit '618d02c1fa9e74d490cace64a7d15762656b521c' | James Almer | 2019-03-14 | 1 | -3/+3 |
|\ |
|
| * | tests: Convert lavf container tests to non-legacy test scripts | Diego Biurrun | 2019-02-16 | 1 | -3/+3 |
| * | mpeg2enc: Don't mark all streams as component video | Mark Thompson | 2017-08-20 | 1 | -1/+1 |
| * | mpeg12enc: always write closed gops for intra only outputs | Marton Balint | 2016-02-22 | 1 | -1/+1 |
* | | avformat/mxfenc: update body partition with footer offset | Baptiste Coudurier | 2018-10-12 | 1 | -1/+1 |
* | | avformat/mxfenc: add mpeg-2 specific metadata, fix compatibility with sony co... | Baptiste Coudurier | 2018-10-12 | 1 | -1/+1 |
* | | avformat/mxfenc: write index delta entry array needed by sony vegas pro 11 | Baptiste Coudurier | 2018-10-12 | 1 | -1/+1 |
* | | avformat/mxfenc: Add Sample width/height/x offset/y offset, Display x offset ... | Michael Niedermayer | 2018-05-12 | 1 | -1/+1 |
* | | avformat/mxfenc: Write transfer characteristic | Michael Niedermayer | 2018-05-08 | 1 | -1/+1 |
* | | avformat/mxfenc: Add Stored F2 Offset / Image Start/End Offset for D10 | Michael Niedermayer | 2018-05-08 | 1 | -1/+1 |
* | | avformat/mxfenc: Write Audio Ref Level for D10 | Michael Niedermayer | 2018-05-08 | 1 | -1/+1 |
* | | avformat/mxfenc: Add Padding Bits | Michael Niedermayer | 2018-05-08 | 1 | -2/+2 |
* | | avformat/mxfenc: add white/black ref /color range | Michael Niedermayer | 2018-05-08 | 1 | -1/+1 |
* | | avformat/mxfenc: Add vertical subsampling support | Michael Niedermayer | 2018-05-08 | 1 | -1/+1 |
* | | avformat/mxfenc: Add object model version | Michael Niedermayer | 2018-05-08 | 1 | -1/+1 |
* | | avformat/mxfenc: Add Product Version, Toolkit version and Platform | Michael Niedermayer | 2018-05-08 | 1 | -1/+1 |
* | | avformat/mxfenc: Bump minor versions for S377-1-2009 | Michael Niedermayer | 2018-05-08 | 1 | -1/+1 |
* | | avformat/mxfenc: Correct KAG alignment of preface | Michael Niedermayer | 2018-05-08 | 1 | -2/+2 |
* | | avformat/mxfenc: use track count to generate component instance uuid | Mark Reid | 2017-12-08 | 1 | -1/+1 |
* | | avformat/mxfenc: Only store user comment related tags when needed | Michael Niedermayer | 2015-11-10 | 1 | -1/+1 |
* | | avformat/mxfenc: Correct klv_fill_key | Michael Niedermayer | 2015-06-01 | 1 | -1/+1 |
* | | avformat/mxfenc: Support storing signal standard for D10 muxing | Michael Niedermayer | 2015-05-28 | 1 | -1/+1 |
* | | avformat/mxfenc: Add color siting element | Michael Niedermayer | 2015-05-22 | 1 | -1/+1 |
* | | libavformat/mxfenc.c: Add 'Presentation Y offset' metadata | Tim Nicholson | 2015-03-30 | 1 | -1/+1 |
* | | libavformat/mxfenc: add container duration and package name to primer pack | Mark Reid | 2015-03-23 | 1 | -1/+1 |
* | | libavformat/mxfenc: write user comment metadata | Mark Reid | 2015-03-15 | 1 | -1/+1 |
* | | libavformat/mxfenc: write package name metadata | Mark Reid | 2015-03-10 | 1 | -1/+1 |
* | | libavformat/mxfdec: read source timecode from pulldown component | Mark Reid | 2014-10-25 | 1 | -1/+1 |
* | | avcodec/mpeg12enc: store sequence display extension only if we have something... | Michael Niedermayer | 2014-06-06 | 1 | -1/+1 |
* | | Merge commit '8a06794112d02a5707f766b8b38a5d50dfd03898' | Michael Niedermayer | 2014-06-06 | 1 | -1/+1 |
|\| |
|
| * | mpeg2: add sequence display extension information | Marc-Antoine Arnaud | 2014-06-06 | 1 | -1/+1 |
* | | mpeg12enc: always write closed gops for intra only outputs | Marton Balint | 2014-04-01 | 1 | -1/+1 |
* | | mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhd | Michael Niedermayer | 2012-09-27 | 1 | -2/+2 |
* | | mxfenc: write optional field dominance flag in picture description | Matthieu Bouron | 2012-06-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-20 | 1 | -2/+2 |
|\| |
|
| * | FATE: allow lavf tests to alter input parameters | Justin Ruggles | 2012-04-20 | 1 | -2/+2 |
* | | rematrix: dont use floats for int16 code. | Michael Niedermayer | 2011-09-19 | 1 | -2/+2 |
* | | Add libswresample. | Michael Niedermayer | 2011-09-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -1/+1 |
|/ |
|
* | fate: separate lavf-mxf_d10 test from lavf-mxf | Mans Rullgard | 2011-07-17 | 1 | -0/+3 |