342 Commits (e72657f83dc9f31dc0c1eb09ab2e7e704d59643e)

Author SHA1 Message Date
Clément Bœsch afd7e46bd4 alsa: remove too unused variables. 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
Diego Biurrun ad4cd0c2a4 doxygen: use Doxygen markup for authors and web links where appropriate 14 years ago
Justin Ruggles e35c674d13 alsa: limit buffer_size to 32768 frames. 14 years ago
Justin Ruggles 8bfd7f6a47 alsa: fallback to buffer_size/4 for period_size. 14 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
Diego Biurrun d3f751e603 Add some missing mathematics.h #includes for av_rescale(). 14 years ago
Nicolas George 5d35b279e2 ALSA demuxer: use av_gettime and a timefilter. 14 years ago
Nicolas George 392acaedcb ALSA: fix use of period_size. 14 years ago
Jonathan Baldwin cb7e3202ec openal: prefer ISC license 14 years ago
Nicolas George 84c2d8af13 ALSA: implement get_output_timestamp. 14 years ago
Nicolas George d1b029dec9 ALSA encoder: correctly set time_base. 14 years ago
Mans Rullgard 57b4a3dd2b build: include sub-makefiles using full path instead of symlinks 14 years ago
Jonathan Baldwin 65eae2a7a2 lavdev: add openal input device 14 years ago
Reimar Döffinger 1109680434 Revert "build: Remove redundant config.mak includes from subdirectory Makefiles." 14 years ago
Diego Biurrun a6213f3dce build: Remove redundant config.mak includes from subdirectory Makefiles. 14 years ago
Anton Khirnov ffc6c8a430 Support u8, s8, alaw and mulaw channel reordering in alsa. 14 years ago
Stefano Sabatini 41b68dce4d lavdev: improve feedback in case of invalid frame rate/size 14 years ago
Stefano Sabatini a4bda40544 vfwcap: prefer "framerate_q" over "fps" in vfw_read_header() 14 years ago
Stefano Sabatini e60068baeb v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters() 14 years ago
Stefano Sabatini a5351720cc fbdev: prefer "framerate_q" over "fps" in device context 14 years ago
Stefano Sabatini da51a7c69c bktr: prefer "framerate" over "fps" for grab_read_header() 14 years ago
Nicolas George 147bcf27c4 ALSA: implement channel layout for playback. 14 years ago
Carl Eugen Hoyos 2359aeb52d alsa: support unsigned variants of already supported signed formats. 14 years ago
Carl Eugen Hoyos 921715edff alsa: add support for more formats. 14 years ago
Sven C. Dack 2f2c60400a x11grab: remove a memory allocation and the associated memcpy. 14 years ago
Reimar Döffinger c673c90515 oss,sndio: simplify by using FFMIN. 14 years ago
Stefano Sabatini 3251af9037 v4l2: set default standard to NULL 14 years ago
Luca Barbato 2c6fb9f032 v4l2: do not force NTSC as standard 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Stefano Sabatini e844abc498 sdl: align option fields after last commit 14 years ago
Stefano Sabatini 0d0fdb0ad5 sdl: use the filename for defining the window title, if not specified 14 years ago
Anton Khirnov ff494cbdaf x11grab: add framerate private option. 14 years ago
Anton Khirnov a3b15e411d fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base. 14 years ago
Anton Khirnov 1572484f62 bktr: don't error when AVFormatParameters.time_base isn't set. 14 years ago
Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
Anton Khirnov bd7c1d35a6 bktr: get default framerate from video standard. 14 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Diego Biurrun 2366462429 Replace #ifdef + av_log() combinations by av_dlog(). 14 years ago
Anton Khirnov fefa67d536 v4l2: remove one forgotten use of AVFormatParameters.pix_fmt. 14 years ago
Anton Khirnov 4078ed2631 vfwcap: add a framerate private option. 14 years ago
Anton Khirnov c21324eeb6 v4l2: add a framerate private option. 14 years ago
Anton Khirnov 121ef2e26d libdc1394: add a framerate private option. 14 years ago
Anton Khirnov 1556186a62 fbdev: add a framerate private option. 14 years ago
Anton Khirnov 3e3db4d93d bktr: add a framerate private option. 14 years ago
Stefano Sabatini 7533a727f9 v4l2: rewrite code iterating the supported standards 14 years ago
Stefano Sabatini 2d48515eb7 v4l2: perform minor style fixes 14 years ago
Stefano Sabatini 7b017086d4 v4l2: replace memset() with explicit struct initialization 14 years ago