| Commit message (Expand) | Author | Age | Files | Lines |
* | libavdevice: use avpriv_open() | RĂ©mi Denis-Courmont | 2013-08-07 | 1 | -1/+2 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | lavu,lavd: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -11/+11 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Add missing libavutil/time.h includes. | Anton Khirnov | 2012-07-28 | 1 | -0/+1 |
* | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
* | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -2/+2 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | Fix 'heigth' vs. 'height' typos. | Diego Biurrun | 2011-10-05 | 1 | -7/+7 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -4/+0 |
* | doxygen: use Doxygen markup for authors and web links where appropriate | Diego Biurrun | 2011-07-15 | 1 | -1/+1 |
* | lavdev: improve feedback in case of invalid frame rate/size | Stefano Sabatini | 2011-06-23 | 1 | -1/+1 |
* | fbdev: prefer "framerate_q" over "fps" in device context | Stefano Sabatini | 2011-06-23 | 1 | -7/+7 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 1 | -1/+0 |
* | fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base. | Anton Khirnov | 2011-06-04 | 1 | -1/+1 |
* | fbdev: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -12/+36 |
* | framebuffer device demuxer | Stefano Sabatini | 2011-03-28 | 1 | -0/+250 |