index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavdevice
/
x11grab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add nomouse option to not record the mouse cursor.
Michael Niedermayer
2009-11-27
1
-1
/
+3
*
Remove unused stuff.
Michael Niedermayer
2009-11-27
1
-29
/
+0
*
Real cursor support in x11grab.
Roxis
2009-11-27
1
-87
/
+29
*
x11grab: remove unnecessary #includes and senseless #define
Måns Rullgård
2009-07-21
1
-6
/
+0
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Do not invade _t POSIX namespace.
Diego Biurrun
2008-12-13
1
-8
/
+8
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Remove unneeded sys/mman.h #include.
Diego Biurrun
2008-03-24
1
-3
/
+0
*
Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
Diego Biurrun
2008-03-20
1
-0
/
+3
*
typo fixes
Diego Biurrun
2008-03-15
1
-1
/
+1
*
More verbose error log message.
Benoit Fouet
2008-01-18
1
-1
/
+1
*
Introduce libavdevice
Luca Abeni
2007-11-22
1
-0
/
+529