summaryrefslogtreecommitdiff
path: root/libavformat/yuv4mpegenc.c
Commit message (Expand)AuthorAgeFilesLines
* yuv4mpegenc: add bitdepth multiplier after rounding width.Ronald S. Bultje2023-04-191-1/+2
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-6/+7
* avformat/yuv4mpegenc: Write data generically via AVPixFmtDescriptorAndreas Rheinhardt2021-08-061-73/+14
* avformat/yuv4mpegenc: add support for yuva444pPaul B Mahol2021-07-251-0/+13
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: remove deprecated AVStream.codecJames Almer2021-04-271-7/+0
* avformat/yuv4mpegenc: Add const where appropriateAndreas Rheinhardt2020-09-041-4/+2
* avformat/yuv4mpegenc: Simplify writing global and packet headersAndreas Rheinhardt2020-09-041-14/+7
* avformat/yuv4mpegenc: simplify writing the headerJames Almer2020-09-031-21/+14
* libavformat/yuv4mpeg: Add color range support for Y4M Add color_range support...Wang Cao2018-06-301-2/+35
* avformat/yuv4mpeg: add gray9/10/12 supportMateusz2017-10-261-3/+20
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-15/+24
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-15/+15
* | fix some a/an typosLou Logan2016-03-281-1/+1
* | Merge commit 'e80307140f736f593ee643affa015333d7c5e27f'Derek Buitenhuis2016-02-161-0/+1
|\ \ | |/
| * yuv4mpegenc: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-251-2/+2
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* | Merge commit 'd00a8fd417ad20cecbc7ca17b25f352655148fb1'Hendrik Leppkes2015-10-141-13/+11
|\ \ | |/
| * yuv4mpeg: Use the wrapped avframe pseudo-encoderLuca Barbato2015-10-101-12/+11
* | avformat/yuv4mpegenc: use avio_printf()Paul B Mahol2015-07-031-3/+1
* | avformat/yuv4mpegenc: Use AVFormatContext strict_std_compliance instead of AV...Michael Niedermayer2014-11-061-1/+1
* | Merge commit '650d384048ed42579cc6d67bf32a94b468c0b6cb'Michael Niedermayer2014-07-091-9/+6
|\ \ | |/
| * yuv4mpegenc: do not access AVCodecContext.coded_frameAnton Khirnov2014-07-091-3/+5
* | Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer2014-06-181-2/+3
|\ \ | |/
| * lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-2/+3
* | Merge commit 'e4dc1000d7bbbcb5b45cf9849fc5315f19578e37'Michael Niedermayer2014-05-181-19/+142
|/
* yuv4mpeg: split the demuxer and muxer into separate filesAnton Khirnov2014-05-181-0/+186