Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-22lavd/caca: create display *after* checking dither optionsStefano Sabatini
Avoid fastidious creation and immediate destroy of the display in case one of the dither options fails to be set. Also add NULL checks in write_trailer(), which are now necessary since the function can be called when not all the components have been initialized.
2012-07-22lavd/caca: provide more meaningful feedback if fails to set a dither optionStefano Sabatini
2012-07-22lavd/caca: rename "colors" option to "color"Stefano Sabatini
More consistent with libcaca function names. Should not harm since the device was added less than one day ago.
2012-07-22lavd/caca: sort arguments for -list_ditherStefano Sabatini
2012-07-22lavd/caca: extend error message for -list_dither optionStefano Sabatini
2012-07-21libcaca output devicePaul B Mahol