]> git.sesse.net Git - ffmpeg/history - libavdevice/fbdev.c
build: Move entries related to building TOOLS to a subdirectory Makefile
[ffmpeg] / libavdevice / fbdev.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-07-11 Dan Flettfbdev: Support the RGB565 colour space.
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2014-10-29 Luca Barbatofbdev: Use av_strerror
2014-07-18 Diego Biurrunavdevice: Give names to anonymously typedeffed structs
2013-08-07 Rémi Denis-Courmontlibavdevice: use avpriv_open()
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2012-10-12 Anton Khirnovlavu,lavd: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-05 Diego BiurrunFix 'heigth' vs. 'height' typos.
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-07-15 Diego Biurrundoxygen: use Doxygen markup for authors and web links...
2011-06-23 Stefano Sabatinilavdev: improve feedback in case of invalid frame rate...
2011-06-23 Stefano Sabatinifbdev: prefer "framerate_q" over "fps" in device context
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-04 Anton Khirnovfbdev,v4l2: remove some forgotten uses of AVFormatParam...
2011-06-02 Anton Khirnovfbdev: add a framerate private option.
2011-03-28 Stefano Sabatiniframebuffer device demuxer