2437 Commits (3d52083a274eaf92b1ef4c6e607e03374647a8c7)

Author SHA1 Message Date
Michael Niedermayer c44a028e19 af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference. 12 years ago
Michael Niedermayer 27d39c225b liavfi/avcodec: allow channel layouts with fewer channels than actually available. 12 years ago
Stefano Sabatini 158763312f lavfi/frei0r: in init() check path loop, free resources in a single point 12 years ago
Stefano Sabatini 6c7ae49330 lavfi/frei0r: extend load_path() to support arbitrarily long paths 12 years ago
Clément Bœsch f6be711a69 lavfi/mp/pp: use PP_CPU_CAPS_AUTO. 12 years ago
Nicolas George c437c251b8 lavfi/drawtext: implement more generic expansion. 12 years ago
Nicolas George 29e388abcb lavfi/drawtext: use bprint for the expanded text. 12 years ago
Clément Bœsch b3bf9b1d97 lavfi/geq: fix GPL license header. 12 years ago
Stefano Sabatini 334a0d15c6 lavfi/frei0r: add additional trailing slash in FREI0R_PATH paths 12 years ago
Stefano Sabatini 9a2028d4f4 lavfi/frei0r: correctly handle paths longer than 1023 chars 12 years ago
Paul B Mahol 1acd2f6ba7 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 12 years ago
Stefano Sabatini 7945665200 lavfi: store and propagate number of channels information in audio buffer properties 12 years ago
Clément Bœsch 3a7f00810c lavfi: remove mp=geq filter. 12 years ago
Clément Bœsch 8eecbaf5e4 lavfi: add geq filter. 12 years ago
Clément Bœsch 2b3597f0d1 lavfi: remove mp=fixpts filter. 12 years ago
Clément Bœsch 84aed3faf0 lavfi: remove mp=tile filter. 12 years ago
Clément Bœsch 7582012058 lavfi/tile: extend shorthand parameters. 12 years ago
Clément Bœsch 4a90e7124d lavfi/tile: add nb_frames option. 12 years ago
Clément Bœsch ecfaff350f lavfi/tile: add margin and padding options. 12 years ago
Clément Bœsch aa5a029091 lavfi/tile: allow named arguments. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Michael Niedermayer 47ca2487ae lavfi/avcodec: check that injected avframes use a supported channel layout 12 years ago
Michael Niedermayer a150bad406 lavfi/avcodec: check avfilter_copy_frame_props() return code 12 years ago
Stefano Sabatini 2b442ff5f5 lavfi/movie: return proper error code in case of av_get_token() allocation failure 12 years ago
Stefano Sabatini b5436f4b5d lavfi/showwaves: return error in case of allocation failure in filter_samples() 12 years ago
Stefano Sabatini 5f634480d1 lavfi/showwaves: simplify check in filter_samples() 12 years ago
Michael Niedermayer 44e9d7f182 vf_drawbox: dont move uninitialized and then unused colors around 12 years ago
Paul B Mahol e870a7dd4a lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONE 12 years ago
Stefano Sabatini 1ba2459fbb lavfi/scale: declare the filter private class 12 years ago
Michael Niedermayer 4a2599b0e6 transform: give avfilter_transform() a return value for returning an error 12 years ago
Stefano Sabatini d034847f7a lavfi/earwax: add missing NULL check in filter_samples() 12 years ago
Michael Niedermayer ac2a3a7a05 vf_tinterlace: check av_image_get_linesize() return value 12 years ago
Michael Niedermayer 03764f6735 af_earwax: remove unused pointer value 12 years ago
Anton Khirnov b68aac7ea3 vf_drawtext: do not use deprecated av_tree_node_size 12 years ago
Michael Niedermayer 4695ee71b0 lavfi/fifo: add assert to ensure request was successfull. 12 years ago
Clément Bœsch 54a48d2f04 lavfi: fix references to avfilter_* functions that don't exist anymore. 12 years ago
Clément Bœsch f53112b665 lavfi: remove hqdn3d libmpcodecs wrapper. 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Stefano Sabatini 1b21642149 lavfi/scale: avoid to print a NULL value in log message 12 years ago
Stefano Sabatini 29a9e4d5c9 lavfi/mp: drop the mp=rectangle filter 12 years ago
Stefano Sabatini 9d478f38cd lavfi/drawbox: add "width" and "height" aliases for "w" and "h" options 12 years ago
Stefano Sabatini 93399e9381 lavfi/drawbox: add thickness option 12 years ago
Stefano Sabatini 755038d07d lavfi/drawbox: remove some unnecessary parentheses 12 years ago
Stefano Sabatini 003bd88d99 lavfi/drawbox: reindent after previous commit 12 years ago
Stefano Sabatini 1b3fdd9731 lavfi/drawbox: implement color=invert mode 12 years ago
Stefano Sabatini 652fab5996 lavfi/mp: drop wrapped field filter 12 years ago
Stefano Sabatini 3c4aa50620 lavfi: add field filter 12 years ago
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Stefano Sabatini 2ed7e6cce5 lavfi/drawbox: extend syntax, accept named options 12 years ago