331 Commits (4eb93bed4e9b6daca7d3dd716a7517cd53dd5a95)

Author SHA1 Message Date
Janne Grunau 1adba23cec v4l2: remove unneded linux specific asm/types.h include 13 years ago
Mans Rullgard 878dda5db1 build: move inclusion of subdir.mak to main subdir loop 13 years ago
Anton Khirnov 1be323054e Add basic libavdevice documentation. 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Diego Biurrun ee41963f19 cosmetics: drop some completely pointless parentheses 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
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Luca Barbato 2625b621ce pulse: compute frame_duration once and fix it 13 years ago
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Luca Barbato 0de9c41ff4 pulse: introduce pulseaudio input 13 years ago
Anton Khirnov 5dd35b43f1 Move timefilter code from lavf to lavd. 13 years ago
Anton Khirnov ab88b25f99 lavf: use avpriv_ prefix for some dv functions. 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 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 e83c2ddebf Fix 'heigth' vs. 'height' typos. 13 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 13 years ago
Anton Khirnov 4d77d57d20 alsa: add missing header 13 years ago
Anton Khirnov e417d80d28 lavd: add libcdio-paranoia input device for audio CD grabbing 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Anton Khirnov a7c93dae55 jack: add 'channels' private option. 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
Mans Rullgard 57b4a3dd2b build: include sub-makefiles using full path instead of symlinks 14 years ago
Diego Biurrun a6213f3dce build: Remove redundant config.mak includes from subdirectory Makefiles. 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
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
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