| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 13 | -13/+25 |
* | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -2/+2 |
* | pulse: compute frame_duration once and fix it | Luca Barbato | 2011-11-14 | 1 | -3/+4 |
* | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 3 | -3/+0 |
* | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | pulse: introduce pulseaudio input | Luca Barbato | 2011-10-26 | 4 | -1/+193 |
* | Move timefilter code from lavf to lavd. | Anton Khirnov | 2011-10-21 | 4 | -2/+252 |
* | lavf: use avpriv_ prefix for some dv functions. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 12 | -12/+12 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 13 | -47/+47 |
* | Fix 'heigth' vs. 'height' typos. | Diego Biurrun | 2011-10-05 | 1 | -7/+7 |
* | Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. | Diego Biurrun | 2011-09-24 | 9 | -96/+83 |
* | alsa: add missing header | Anton Khirnov | 2011-09-21 | 1 | -0/+1 |
* | lavd: add libcdio-paranoia input device for audio CD grabbing | Anton Khirnov | 2011-09-17 | 4 | -1/+189 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 11 | -122/+0 |
* | jack: add 'channels' private option. | Anton Khirnov | 2011-08-15 | 1 | -6/+18 |
* | 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 |
* | doxygen: use Doxygen markup for authors and web links where appropriate | Diego Biurrun | 2011-07-15 | 1 | -1/+1 |
* | alsa: limit buffer_size to 32768 frames. | Justin Ruggles | 2011-07-09 | 2 | -0/+3 |
* | alsa: fallback to buffer_size/4 for period_size. | Justin Ruggles | 2011-07-09 | 1 | -0/+2 |
* | 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 | 2 | -22/+0 |
* | Add some missing mathematics.h #includes for av_rescale(). | Diego Biurrun | 2011-07-05 | 1 | -0/+1 |
* | build: include sub-makefiles using full path instead of symlinks | Mans Rullgard | 2011-06-28 | 1 | -1/+1 |
* | build: Remove redundant config.mak includes from subdirectory Makefiles. | Diego Biurrun | 2011-06-25 | 1 | -2/+0 |
* | lavdev: improve feedback in case of invalid frame rate/size | Stefano Sabatini | 2011-06-23 | 4 | -7/+7 |
* | vfwcap: prefer "framerate_q" over "fps" in vfw_read_header() | Stefano Sabatini | 2011-06-23 | 1 | -4/+4 |
* | v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters() | Stefano Sabatini | 2011-06-23 | 1 | -11/+11 |
* | fbdev: prefer "framerate_q" over "fps" in device context | Stefano Sabatini | 2011-06-23 | 1 | -7/+7 |
* | bktr: prefer "framerate" over "fps" for grab_read_header() | Stefano Sabatini | 2011-06-23 | 1 | -6/+6 |
* | ALSA: implement channel layout for playback. | Nicolas George | 2011-06-23 | 3 | -1/+169 |
* | alsa: support unsigned variants of already supported signed formats. | Carl Eugen Hoyos | 2011-06-23 | 1 | -0/+7 |
* | alsa: add support for more formats. | Carl Eugen Hoyos | 2011-06-23 | 1 | -0/+10 |
* | x11grab: remove a memory allocation and the associated memcpy. | Sven C. Dack | 2011-06-12 | 1 | -7/+3 |
* | oss,sndio: simplify by using FFMIN. | Reimar Döffinger | 2011-06-09 | 2 | -6/+2 |
* | v4l2: do not force NTSC as standard | Luca Barbato | 2011-06-05 | 1 | -1/+1 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 6 | -15/+0 |
* | x11grab: add framerate private option. | Anton Khirnov | 2011-06-04 | 1 | -10/+14 |
* | fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base. | Anton Khirnov | 2011-06-04 | 2 | -3/+3 |
* | bktr: don't error when AVFormatParameters.time_base isn't set. | Anton Khirnov | 2011-06-04 | 1 | -5/+0 |
* | Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). | Stefano Sabatini | 2011-06-03 | 1 | -1/+1 |
* | bktr: get default framerate from video standard. | Anton Khirnov | 2011-06-03 | 1 | -11/+23 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 2 | -6/+1 |
* | Replace #ifdef + av_log() combinations by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -6/+2 |
* | v4l2: remove one forgotten use of AVFormatParameters.pix_fmt. | Anton Khirnov | 2011-06-02 | 1 | -1/+1 |
* | vfwcap: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -6/+10 |
* | v4l2: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -12/+20 |
* | libdc1394: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -9/+18 |