84 Commits (729fa55b8f4250b2fee7f4a511372d0b9f696389)

Author SHA1 Message Date
Michael Niedermayer 11d695d120 x11grab: fix mixed declaration and code 12 years ago
Isaac Dooley 469a65b150 x11: Fix x11grab BadCursor 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Stefano Sabatini 4270d8c04d lavd/x11grab: deprecate "nomouse" specification in filename 12 years ago
Stefano Sabatini c93b796c3e lavd/x11grab: apply misc consistency fixes to options definition 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Diego Biurrun 24f8961f93 x11grab: cosmetics: consistent naming for x11grab-related things 12 years ago
Nicolas George 5732f40e3f x11grab: use AV_OPT_TYPE_IMAGE_SIZE. 13 years ago
Michael Niedermayer 50d67d951c x11grab: fix compilation 13 years ago
Antonio Ospite d3958ab4ed x11grab: fix a memory leak exposed by valgrind 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Carl Eugen Hoyos de05e41bfc Use the correct pix_fmt for 32bit x11grab. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun e873c03ac7 misc Doxygen markup improvements 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Carl Eugen Hoyos b3c67372a5 Force opaque alpha channel for 32bit x11grab image. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Yu-Jie Lin 1442d29533 x11grab: add show_region AVOption. 13 years ago
Yu-Jie Lin 085791a92e x11grab: add follow_mouse AVOption. 13 years ago
Anton Khirnov ce558c8f59 x11grab: replace undocumented nomouse hackery with a private option. 14 years ago
Diego Biurrun f9853c1b9c libavdevice: Remove disabled code. 14 years ago
Sven C. Dack 2f2c60400a x11grab: remove a memory allocation and the associated memcpy. 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Anton Khirnov ff494cbdaf x11grab: add framerate private option. 14 years ago
Stefano Sabatini 6b899e16de lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h 14 years ago
Anton Khirnov 724a900c45 x11grab: add video_size private option. 14 years ago
Anton Khirnov 3102fb0351 x11grab: factorize returning error codes. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Sven C. Dack 44a8b0ddd9 Cosmetics: Rename variable param as the more appropriate dpyname. 14 years ago
Sven C. Dack 9af2097120 Cosmetics: Fix white-space in av_log() message. 14 years ago
Carl Eugen Hoyos c55efca05b x11: fix memleak 14 years ago
Sven C. Dack 39530272c5 Remove a memory allocation and the associated memcpy. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Jason Garrett-Glaser 8ce803db51 Make x11grab cursor drawing suck less 14 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Carl Eugen Hoyos 33e7febdbe Remove stray semicolon. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Ramiro Polla 85f273c7ca x11grab: AVFormatParameters are always passed from av_open_input_stream(), 15 years ago
Carl Eugen Hoyos 3d1ebac8f7 Define _XOPEN_SOURCE as 600 before including a XSI extension header. 15 years ago