summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-12
|\
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | lavfi/ebur128: fix typo in condition.Clément Bœsch2012-10-11
* | af_aresample: fix leak on alloc failureMichael Niedermayer2012-10-11
* | drawtext: fix leak with timecodesMichael Niedermayer2012-10-11
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | af_volumedetect: fix use of uninitilaized variable in case of planar audio.Michael Niedermayer2012-10-11
* | asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok()Michael Niedermayer2012-10-11
* | vf_idet: zero pointers after freeing referencesMichael Niedermayer2012-10-11
* | vf_idet: fix free after useMichael Niedermayer2012-10-11
* | vf_idet: remove some unnecessary statement and unused variableMatthieu Bouron2012-10-10
* | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer2012-10-10
|\|
| * avfilter: correct memcpy size avfilter_copy_buf_props()Janne Grunau2012-10-09
* | Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer2012-10-10
|\|
| * af_resample: unref out_buf when avresample_convert returns 0Janne Grunau2012-10-09
| * af_amix: prevent memory leak on error pathJanne Grunau2012-10-09
| * af_channelmap: free old extended_data on reallocationJanne Grunau2012-10-09
* | lavfi/silencedetect: add av_opt_free() call.Clément Bœsch2012-10-09
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\|
| * af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles2012-10-07
* | vf_tile: fix typos/grammar in commentsBobby Bingham2012-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
| * vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-06
| * lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-05
| * vf_overlay: properly sync inputs.Anton Khirnov2012-10-04
* | Do not print debug output for the (MPlayer) pullup filter.Carl Eugen Hoyos2012-10-05
* | Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer2012-10-04
|\|
| * vf_overlay: get rid of pointless messing with timebase.Anton Khirnov2012-10-04
* | lavfi/transpose: add passthrough optionStefano Sabatini2012-10-02
* | lavfi/transpose: add support to named options and shortandsStefano Sabatini2012-10-02
* | lavfi/edgedetect: add missing minus in a comment.Clément Bœsch2012-10-01
* | lavfi: EBU R.128 scanner.Clément Bœsch2012-10-01
* | lavfi/ashowinfo: check plane value before deferencing.Clément Bœsch2012-09-30
* | Add missing version macros to librariesjamal2012-09-28
* | lavfi/sink_buffer: implement libav compatibility API.Nicolas George2012-09-27
* | lavfi: enable buffersinks unconditionally.Nicolas George2012-09-27
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-25
|\|
| * Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-24
* | lavfi: add asendcmd and sendcmd filtersStefano Sabatini2012-09-23
* | lavfi/hue: simplify/fix setting logic in set_options()Stefano Sabatini2012-09-23
* | lavfi/buffersink: fix check on pixel_fmts in the opaque parameterAndrew Wason2012-09-22
* | hqdn3d: Fix out of array read in LOWPASSLoren Merritt2012-09-22
* | lavfi/hue: set to NULL freed pointersStefano Sabatini2012-09-21
* | lavfi/hue: fix crash when resetting the saturation expressionStefano Sabatini2012-09-21
* | vsrc_testsrc: Fix case without a specified durationMichael Niedermayer2012-09-21
* | lavfi/select: make lavc dependency optional.Clément Bœsch2012-09-20