| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -5/+5 |
* | avdevice/caca: Allow to list multiple dither option types at once | Andreas Rheinhardt | 2024-02-07 | 1 | -17/+17 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -7/+8 |
* | avdevice/caca: Don't free AVOpt-enabled string manually | Andreas Rheinhardt | 2021-10-09 | 1 | -2/+0 |
* | avdevice/caca: Make deinit function out of write_trailer | Andreas Rheinhardt | 2021-10-09 | 1 | -11/+6 |
* | avdevice: Constify all devices | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavd/caca: do not access deprecated codec context | Anton Khirnov | 2020-12-10 | 1 | -1/+1 |
* | libavdevice: Update the class name as uniform style | Jun Zhao | 2019-08-15 | 1 | -1/+1 |
* | avdevice: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | avdevice/caca: switch to codecpar | Michael Niedermayer | 2016-04-11 | 1 | -4/+4 |
* | avdevice/caca: change AV_OPT_TYPE_STRING to set .str default | Michael Niedermayer | 2015-10-31 | 1 | -1/+1 |
* | avdevice/caca: small trivial macros adjustments | Clément Bœsch | 2015-09-12 | 1 | -8/+10 |
* | avdevice/caca: remove space before ':' (English typo, cosmetics) | Clément Bœsch | 2015-09-12 | 1 | -2/+2 |
* | avdevice/caca: use AV_OPT_TYPE_BOOL for list_drivers option | Clément Bœsch | 2015-09-12 | 1 | -3/+1 |
* | avdeviece: Read errno before av_log() as the callback from av_log() might aff... | Michael Niedermayer | 2014-10-25 | 1 | -3/+3 |
* | lavd: add categories to device implementations | Lukasz Marek | 2014-03-03 | 1 | -0/+1 |
* | caca: fix 10l typo | Michael Niedermayer | 2012-10-12 | 1 | -1/+1 |
* | lavd: do not use av_pix_fmt_descriptors directly | Paul B Mahol | 2012-10-12 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
* | lavd/caca: create display *after* checking dither options | Stefano Sabatini | 2012-07-22 | 1 | -17/+27 |
* | lavd/caca: provide more meaningful feedback if fails to set a dither option | Stefano Sabatini | 2012-07-22 | 1 | -8/+10 |
* | lavd/caca: rename "colors" option to "color" | Stefano Sabatini | 2012-07-22 | 1 | -2/+2 |
* | lavd/caca: sort arguments for -list_dither | Stefano Sabatini | 2012-07-22 | 1 | -3/+3 |
* | lavd/caca: extend error message for -list_dither option | Stefano Sabatini | 2012-07-22 | 1 | -1/+2 |
* | libcaca output device | Paul B Mahol | 2012-07-21 | 1 | -0/+227 |