]> git.sesse.net Git - ffmpeg/history - libavdevice/x11grab.c
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
[ffmpeg] / libavdevice / x11grab.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-07-28 Diego Biurrunx11grab: cosmetics: consistent naming for x11grab-relat...
2012-03-16 Antonio Ospitex11grab: fix a memory leak exposed by valgrind
2012-02-28 Diego Biurrundoxygen: Remove documentation for non-existing paramete...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
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-09-24 Diego BiurrunUse explicit struct initializers for AVOutputFormat...
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-07-31 Yu-Jie Linx11grab: add show_region AVOption.
2011-07-31 Yu-Jie Linx11grab: add follow_mouse AVOption.
2011-07-08 Anton Khirnovx11grab: replace undocumented nomouse hackery with...
2011-07-07 Diego Biurrunlibavdevice: Remove disabled code.
2011-06-12 Sven C. Dackx11grab: remove a memory allocation and the associated...
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-04 Anton Khirnovx11grab: add framerate private option.
2011-05-27 Anton Khirnovx11grab: add video_size private option.
2011-05-27 Anton Khirnovx11grab: factorize returning error codes.
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-11-07 Jason Garrett-GlaserMake x11grab cursor drawing suck less
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-21 Carl Eugen HoyosRemove stray semicolon.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-23 Ramiro Pollax11grab: AVFormatParameters are always passed from...
2009-12-14 Carl Eugen HoyosDefine _XOPEN_SOURCE as 600 before including a XSI...
2009-12-14 Carl Eugen HoyosUse enum PixelFormat as type for input_pixfmt to avoid...
2009-11-27 Michael NiedermayerAdd nomouse option to not record the mouse cursor.
2009-11-27 Michael NiedermayerRemove unused stuff.
2009-11-27 RoxisReal cursor support in x11grab.
2009-07-21 Måns Rullgårdx11grab: remove unnecessary #includes and senseless...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-13 Diego BiurrunDo not invade _t POSIX namespace.
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-24 Diego BiurrunRemove unneeded sys/mman.h #include.
2008-03-20 Diego BiurrunOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2008-03-15 Diego Biurruntypo fixes
2008-01-18 Benoit FouetMore verbose error log message.
2007-11-22 Luca AbeniIntroduce libavdevice