| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 4 | -6/+0 |
* | Avoid C99 variable declarations within for statements. | Diego Biurrun | 2012-06-14 | 1 | -1/+2 |
* | jack: update to new latency range API as the old one has been deprecated | Sean McGovern | 2012-06-13 | 1 | -0/+6 |
* | build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. | Diego Biurrun | 2012-05-07 | 1 | -1/+2 |
* | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -2/+2 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | x11grab: fix a memory leak exposed by valgrind | Antonio Ospite | 2012-03-16 | 1 | -0/+4 |
* | libcdio: add a forgotten AVClass to the private context. | Anton Khirnov | 2012-03-04 | 1 | -0/+1 |
* | doxygen: Remove documentation for non-existing parameters; misc small fixes. | Diego Biurrun | 2012-02-28 | 1 | -1/+0 |
* | 4xm, timefilter: K&R formatting cosmetics | Yordan Makariev | 2012-02-10 | 1 | -46/+48 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 13 | -23/+19 |
* | lavd: remove deprecated v4l grab device. | Anton Khirnov | 2012-01-24 | 4 | -374/+0 |
* | v4l2: use C99 struct initializer | Luca Barbato | 2012-01-10 | 1 | -33/+25 |
* | v4l2: poll the file descriptor | Luca Barbato | 2012-01-10 | 1 | -0/+15 |
* | v4l2: support compressed formats | Luca Barbato | 2012-01-10 | 1 | -3/+8 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 2 | -2/+2 |
* | v4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined | Janne Grunau | 2012-01-04 | 1 | -0/+2 |
* | v4l2: list available formats | Luca Barbato | 2012-01-04 | 1 | -7/+92 |
* | v4l2: set the proper codec_tag | Luca Barbato | 2012-01-04 | 1 | -0/+3 |
* | v4l2: refactor device_open | Luca Barbato | 2012-01-04 | 1 | -36/+36 |
* | v4l2: simplify away io_method | Luca Barbato | 2012-01-04 | 1 | -40/+5 |
* | v4l2: cosmetics | Luca Barbato | 2012-01-04 | 1 | -45/+94 |
* | v4l2: uniform and format options | Luca Barbato | 2012-01-04 | 1 | -5/+5 |
* | v4l2: do not force interlaced mode | Luca Barbato | 2012-01-04 | 1 | -2/+8 |
* | v4l2: remove unneded linux specific asm/types.h include | Janne Grunau | 2011-12-27 | 1 | -1/+0 |
* | build: move inclusion of subdir.mak to main subdir loop | Mans Rullgard | 2011-12-13 | 1 | -2/+0 |
* | Add basic libavdevice documentation. | Anton Khirnov | 2011-12-12 | 1 | -0/+22 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 2 | -2/+2 |
* | cosmetics: drop some completely pointless parentheses | Diego Biurrun | 2011-12-07 | 1 | -2/+2 |
* | misc Doxygen markup improvements | Diego Biurrun | 2011-12-05 | 2 | -3/+3 |
* | 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 |