| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507' | Michael Niedermayer | 2012-10-13 | 3 | -4/+5 |
|\ |
|
| * | avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) | Diego Biurrun | 2012-10-12 | 3 | -4/+5 |
* | | af_pan: fix memleak of arg | Michael Niedermayer | 2012-10-13 | 1 | -9/+18 |
* | | vf_fade: fix memleaks of args | Michael Niedermayer | 2012-10-13 | 1 | -2/+2 |
* | | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627' | Michael Niedermayer | 2012-10-12 | 25 | -61/+76 |
|\| |
|
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 29 | -61/+76 |
* | | lavfi/ebur128: fix typo in condition. | Clément Bœsch | 2012-10-11 | 1 | -1/+1 |
* | | af_aresample: fix leak on alloc failure | Michael Niedermayer | 2012-10-11 | 1 | -2/+4 |
* | | drawtext: fix leak with timecodes | Michael Niedermayer | 2012-10-11 | 1 | -0/+1 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 48 | -544/+1115 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 51 | -556/+1146 |
* | | af_volumedetect: fix use of uninitilaized variable in case of planar audio. | Michael Niedermayer | 2012-10-11 | 1 | -1/+1 |
* | | asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok() | Michael Niedermayer | 2012-10-11 | 1 | -0/+6 |
* | | vf_idet: zero pointers after freeing references | Michael Niedermayer | 2012-10-11 | 1 | -3/+3 |
* | | vf_idet: fix free after use | Michael Niedermayer | 2012-10-11 | 1 | -0/+1 |
* | | vf_idet: remove some unnecessary statement and unused variable | Matthieu Bouron | 2012-10-10 | 1 | -4/+3 |
* | | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702' | Michael Niedermayer | 2012-10-10 | 1 | -1/+1 |
|\| |
|
| * | avfilter: correct memcpy size avfilter_copy_buf_props() | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | | Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a' | Michael Niedermayer | 2012-10-10 | 3 | -4/+7 |
|\| |
|
| * | af_resample: unref out_buf when avresample_convert returns 0 | Janne Grunau | 2012-10-09 | 1 | -2/+3 |
| * | af_amix: prevent memory leak on error path | Janne Grunau | 2012-10-09 | 1 | -1/+3 |
| * | af_channelmap: free old extended_data on reallocation | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | | lavfi/silencedetect: add av_opt_free() call. | Clément Bœsch | 2012-10-09 | 1 | -0/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 65 | -510/+510 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 32 | -292/+292 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -1/+6 |
|\| |
|
| * | af_resample: avoid conversion of identical sample formats for 1 channel | Justin Ruggles | 2012-10-07 | 1 | -1/+6 |
* | | vf_tile: fix typos/grammar in comments | Bobby Bingham | 2012-10-06 | 1 | -13/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 6 | -13/+13 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 2 | -2/+2 |
| * | vf_pad/scale: use double precision for aspect ratios. | Anton Khirnov | 2012-10-06 | 2 | -3/+3 |
| * | lavr: change the type of the data buffers to uint8_t**. | Anton Khirnov | 2012-10-05 | 2 | -7/+7 |
| * | vf_overlay: properly sync inputs. | Anton Khirnov | 2012-10-04 | 1 | -92/+115 |
* | | Do not print debug output for the (MPlayer) pullup filter. | Carl Eugen Hoyos | 2012-10-05 | 1 | -1/+0 |
* | | Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b' | Michael Niedermayer | 2012-10-04 | 1 | -21/+5 |
|\| |
|
| * | vf_overlay: get rid of pointless messing with timebase. | Anton Khirnov | 2012-10-04 | 1 | -21/+4 |
* | | lavfi/transpose: add passthrough option | Stefano Sabatini | 2012-10-02 | 2 | -10/+28 |
* | | lavfi/transpose: add support to named options and shortands | Stefano Sabatini | 2012-10-02 | 2 | -10/+18 |
* | | lavfi/edgedetect: add missing minus in a comment. | Clément Bœsch | 2012-10-01 | 1 | -1/+1 |
* | | lavfi: EBU R.128 scanner. | Clément Bœsch | 2012-10-01 | 4 | -1/+750 |
* | | lavfi/ashowinfo: check plane value before deferencing. | Clément Bœsch | 2012-09-30 | 1 | -2/+2 |
* | | Add missing version macros to libraries | jamal | 2012-09-28 | 1 | -1/+3 |
* | | lavfi/sink_buffer: implement libav compatibility API. | Nicolas George | 2012-09-27 | 3 | -9/+115 |
* | | lavfi: enable buffersinks unconditionally. | Nicolas George | 2012-09-27 | 3 | -20/+12 |
* | | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' | Michael Niedermayer | 2012-09-25 | 1 | -1/+1 |
|\| |
|
| * | Use avcodec_free_frame() to free AVFrames. | Anton Khirnov | 2012-09-24 | 1 | -1/+1 |
* | | lavfi: add asendcmd and sendcmd filters | Stefano Sabatini | 2012-09-23 | 4 | -2/+583 |
* | | lavfi/hue: simplify/fix setting logic in set_options() | Stefano Sabatini | 2012-09-23 | 1 | -18/+9 |
* | | lavfi/buffersink: fix check on pixel_fmts in the opaque parameter | Andrew Wason | 2012-09-22 | 1 | -1/+1 |
* | | hqdn3d: Fix out of array read in LOWPASS | Loren Merritt | 2012-09-22 | 2 | -5/+4 |