| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 11 | -101/+101 |
|\ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 6 | -62/+62 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -5/+2 |
|\| |
|
| * | timefilter: De-doxygenize normal code comments and drop silly ones | Diego Biurrun | 2012-10-07 | 1 | -5/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 2 | -2/+2 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -7/+0 |
|\| |
|
| * | Remove some silly disabled code. | Diego Biurrun | 2012-10-01 | 1 | -7/+0 |
* | | dshow: enhance error message | rogerdpack | 2012-09-29 | 1 | -1/+1 |
* | | Add missing version macros to libraries | jamal | 2012-09-28 | 1 | -2/+4 |
* | | lavd/lavfi: push frames until the last sink is EOF | Stefano Sabatini | 2012-09-20 | 2 | -5/+20 |
* | | lavd/lavfi: apply stylistic fixes to the options help fields | Stefano Sabatini | 2012-09-11 | 1 | -2/+2 |
* | | dshow: Change WINBOOL to BOOL | Derek Buitenhuis | 2012-09-07 | 2 | -2/+2 |
* | | lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to VERBOSE | Stefano Sabatini | 2012-09-07 | 1 | -1/+1 |
* | | lavd/sdl: remove trailing dot in messages | Stefano Sabatini | 2012-09-07 | 1 | -3/+3 |
* | | lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZE | Ramiro Polla | 2012-09-07 | 1 | -11/+4 |
* | | lavd/dshow: support video codec and pixel format selection | Ramiro Polla | 2012-09-07 | 1 | -1/+37 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 16 | -39/+39 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 11 | -21/+21 |
* | | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 10 | -32/+32 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 5 | -15/+15 |
* | | avoid ambigous buffersink names | Michael Niedermayer | 2012-09-01 | 1 | -2/+2 |
* | | v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1 | Michael Niedermayer | 2012-08-31 | 1 | -0/+2 |
* | | Add CPiA video decoder | Stephan Hilb | 2012-08-31 | 1 | -1/+17 |
* | | dshow: allow user to specify audio buffer size | Ramiro Polla | 2012-08-29 | 1 | -0/+51 |
* | | dshow:protect access to curbufsize to promote consistency | rogerdpack | 2012-08-20 | 1 | -3/+3 |
* | | dshow: avoid integer overflow when using curbufsize | rogerdpack | 2012-08-20 | 1 | -1/+1 |
* | | dshow: protect access to curbufsize | rogerdpack | 2012-08-19 | 1 | -2/+1 |
* | | dshow: cleanup reference | rogerdpack | 2012-08-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 2 | -0/+2 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 2 | -0/+2 |
* | | lavd/x11grab: deprecate "nomouse" specification in filename | Stefano Sabatini | 2012-08-08 | 1 | -1/+6 |
* | | lavd/x11grab: apply misc consistency fixes to options definition | Stefano Sabatini | 2012-08-08 | 1 | -7/+10 |
* | | rename missed CodecID to AVCodecID | Michael Niedermayer | 2012-08-07 | 2 | -3/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 23 | -134/+134 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 17 | -108/+108 |
* | | Replace various inlined inverse AVRational with av_inv_q(). | Clément Bœsch | 2012-08-06 | 3 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -2/+2 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-29 | 7 | -16/+19 |
|\| |
|
| * | 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 |
* | | lavd/caca: create display *after* checking dither options | Stefano Sabatini | 2012-07-22 | 1 | -17/+27 |
* | | lavd/caca: provide more meaningful feedback if fails to set a dither option | Stefano Sabatini | 2012-07-22 | 1 | -8/+10 |
* | | lavd/caca: rename "colors" option to "color" | Stefano Sabatini | 2012-07-22 | 1 | -2/+2 |
* | | lavd/caca: sort arguments for -list_dither | Stefano Sabatini | 2012-07-22 | 1 | -3/+3 |
* | | lavd/caca: extend error message for -list_dither option | Stefano Sabatini | 2012-07-22 | 1 | -1/+2 |
* | | libcaca output device | Paul B Mahol | 2012-07-21 | 4 | -1/+230 |