| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -7/+8 |
* | avdevice: Add missing header for NULL_IF_CONFIG_SMALL | Diego Biurrun | 2015-04-09 | 1 | -0/+1 |
* | x11grab: Unbreak building | Christian Hujer | 2015-02-28 | 1 | -2/+2 |
* | xcbgrab: Provide better names for the y and x option | Luca Barbato | 2015-02-24 | 1 | -0/+2 |
* | x11grab: Check the XQueryPointer return value | Antonio Ospite | 2014-10-04 | 1 | -8/+10 |
* | x11grab: Check XFixesGetCursorImage return value | Luca Barbato | 2014-10-04 | 1 | -0/+2 |
* | x11grab: Check for XFixes availability at runtime | Luca Barbato | 2014-10-04 | 1 | -0/+19 |
* | x11grab: Refactor pixel format parsing | Luca Barbato | 2014-09-03 | 1 | -60/+57 |
* | x11grab: Fallback to normal XImage if SHM is not supported | Luca Barbato | 2014-09-03 | 1 | -26/+34 |
* | x11grab: Use a typedef for the context, as most other code does | Luca Barbato | 2014-08-28 | 1 | -10/+10 |
* | x11grab: Drop a spurious space in the extension reporting message | Luca Barbato | 2014-08-28 | 1 | -1/+1 |
* | x11grab: Small near-cosmetic refactorings | Luca Barbato | 2014-08-28 | 1 | -20/+15 |
* | x11grab: K&R formatting cosmetics | Luca Barbato | 2014-08-28 | 1 | -136/+142 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -7/+7 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -3/+3 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | 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 |
* | x11grab: cosmetics: consistent naming for x11grab-related things | Diego Biurrun | 2012-07-28 | 1 | -13/+12 |
* | x11grab: fix a memory leak exposed by valgrind | Antonio Ospite | 2012-03-16 | 1 | -0/+4 |
* | doxygen: Remove documentation for non-existing parameters; misc small fixes. | Diego Biurrun | 2012-02-28 | 1 | -1/+0 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | misc Doxygen markup improvements | Diego Biurrun | 2011-12-05 | 1 | -2/+3 |
* | 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 | -6/+6 |
* | Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. | Diego Biurrun | 2011-09-24 | 1 | -11/+9 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -8/+0 |
* | x11grab: add show_region AVOption. | Yu-Jie Lin | 2011-07-31 | 1 | -0/+87 |
* | x11grab: add follow_mouse AVOption. | Yu-Jie Lin | 2011-07-31 | 1 | -3/+59 |
* | x11grab: replace undocumented nomouse hackery with a private option. | Anton Khirnov | 2011-07-08 | 1 | -3/+4 |
* | libavdevice: Remove disabled code. | Diego Biurrun | 2011-07-07 | 1 | -15/+0 |
* | x11grab: remove a memory allocation and the associated memcpy. | Sven C. Dack | 2011-06-12 | 1 | -7/+3 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 1 | -2/+0 |
* | x11grab: add framerate private option. | Anton Khirnov | 2011-06-04 | 1 | -10/+14 |
* | x11grab: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -9/+39 |
* | x11grab: factorize returning error codes. | Anton Khirnov | 2011-05-27 | 1 | -9/+19 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -2/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Make x11grab cursor drawing suck less | Jason Garrett-Glaser | 2010-11-07 | 1 | -9/+26 |
* | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun | 2010-07-02 | 1 | -2/+0 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -5/+5 |
* | Remove stray semicolon. | Carl Eugen Hoyos | 2010-06-21 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | x11grab: AVFormatParameters are always passed from av_open_input_stream(), | Ramiro Polla | 2010-03-23 | 1 | -1/+1 |
* | Define _XOPEN_SOURCE as 600 before including a XSI extension header. | Carl Eugen Hoyos | 2009-12-14 | 1 | -0/+2 |
* | Use enum PixelFormat as type for input_pixfmt to avoid one icc warning. | Carl Eugen Hoyos | 2009-12-14 | 1 | -1/+1 |