| Commit message (Expand) | Author | Age | Files | Lines |
* | libcdio: support recent cdio-paranoia | Luca Barbato | 2013-01-17 | 1 | -0/+7 |
* | v4l2: do not assert on a value received from outside of Libav | Anton Khirnov | 2013-01-13 | 1 | -1/+6 |
* | v4l2: set the average framerate instead of codec timebase. | Anton Khirnov | 2013-01-13 | 1 | -4/+4 |
* | v4l2: avoid pointless indirection. | Anton Khirnov | 2013-01-13 | 1 | -22/+13 |
* | build: Avoid detecting bogus components named 'x' | Clément Bœsch | 2013-01-03 | 1 | -3/+1 |
* | cosmetics: Prettyprint codec/format/filter registration files | Diego Biurrun | 2012-12-28 | 1 | -20/+30 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 3 | -7/+0 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | dv1394: Swap the min and max values of the 'standard' option | Michael Niedermayer | 2012-11-02 | 1 | -1/+1 |
* | lavu,lavd: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 6 | -62/+62 |
* | timefilter: De-doxygenize normal code comments and drop silly ones | Diego Biurrun | 2012-10-07 | 1 | -5/+2 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 2 | -2/+2 |
* | Remove some silly disabled code. | Diego Biurrun | 2012-10-01 | 1 | -7/+0 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 11 | -21/+21 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 5 | -15/+15 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 2 | -0/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 17 | -108/+108 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | Add missing libavutil/time.h includes. | Anton Khirnov | 2012-07-28 | 4 | -0/+4 |
* | x11grab: cosmetics: consistent naming for x11grab-related things | Diego Biurrun | 2012-07-28 | 4 | -16/+15 |
* | Clarify Doxygen comment for FF_API_* #defines. | Diego Biurrun | 2012-07-04 | 1 | -0/+6 |
* | Create version.h headers for libraries that lack them | Diego Biurrun | 2012-07-04 | 3 | -15/+46 |
* | 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 |