summaryrefslogtreecommitdiff
path: root/libavdevice/fbdev_common.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-0/+1
| | | | | | | It is not used by the large majority of files that include lavu/internal.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* Merge commit '87f98a2b9d4c7218ad82bb45347a53b65e5244f3'Michael Niedermayer2015-07-111-1/+1
| | | | | | | | | | | * commit '87f98a2b9d4c7218ad82bb45347a53b65e5244f3': fbdev: Support the RGB565 colour space. Conflicts: libavdevice/fbdev_dec.c See: 43d36599fe3330913c6be9da5519dee048263dc9 Merged-by: Michael Niedermayer <michael@niedermayer.cc>
* avdevice/fbdev_common: Use av_freep(), avoid leaving stale pointersMichael Niedermayer2014-11-211-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd/fbdev_common: report error during probing fbdev deviceLukasz Marek2014-10-211-1/+6
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* lavd/fbdev_enc: move list device code to fbdev_commonLukasz Marek2014-04-301-0/+62
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* lavd/fbdev_enc: add default deviceLukasz Marek2013-12-061-0/+10
| | | | | | Use device specified by environment variable FRAMEBUFFER or /dev/fb0 as default. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
* lavd/fbdev: move common code to separate fileLukasz Marek2013-10-241-0/+57
Move common fbdev dec/enc for separate file. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>