4315 Commits (81d1fcf37d4bdba58705f0541ebdab890d80ee4a)

Author SHA1 Message Date
Michael Niedermayer b9cce9ee5c avfilter/buffer: Use av_malloc_array() 11 years ago
Michael Niedermayer e951e04a4a avcodec/buffersrc: use av_mallocz_array() 11 years ago
michael 04e140daa2 libmpcodecs/vf_uspp: check avcodec_open() return code 11 years ago
Michael Niedermayer 6b9e0bf42f avfilter/vf_removelogo: fix memleak on failure 11 years ago
Michael Niedermayer 2e55f3e907 avfilter/vf_lut3d: check size in parse_dat() 11 years ago
Matt Oliver 3554c2fafc libmpcodecs: Fix compilation due to missing static in suncc. 11 years ago
Clément Bœsch 5623a10526 avfilter/phase: make the main loop readable. 11 years ago
Clément Bœsch 5df10150d4 avfilter/phase: add some constness for RO data pointers. 11 years ago
Clément Bœsch 69d72140ac avfilter/phase: add timeline support. 11 years ago
Clément Bœsch 8de600de55 avfilter/phase: avoid a memcpy per frame. 11 years ago
Clément Bœsch 687119aa9d avfilter/phase: do not pass the whole context to analyze_plane(). 11 years ago
Clément Bœsch 362ab940fc avfilter/phase: add comment on the context cached frame. 11 years ago
Michael Niedermayer 6c23a85000 avfilter/af_compand: Silence "may be used uninitialized" warning 11 years ago
Lukasz Marek 70b63419ee lavfi: use av_fifo_freep 11 years ago
Michael Niedermayer efbf107f5b avfilter/aeval: silence "may be used uninitialized" warning 11 years ago
Michael Niedermayer 5fc4c00972 avfilter/af_bs2b: Fix incompatible pointer type warnings 11 years ago
Michael Niedermayer 6bd1741231 avfilter/f_select: fix incompatible pointer type warning 11 years ago
Clément Bœsch 7c3941b25c avfilter/lut3d: support 3DLUTSIZE directive for Davinci files. 11 years ago
Michael Niedermayer 6b79ef00fd avfilter/vf_deshake: dont pass the wrong context into the SAD functions 11 years ago
Michael Niedermayer 00948ff876 avfilter/audio: use av_mallocz_array() 11 years ago
Clément Bœsch d53e87a837 avfilter/edgedetect: update copyright. 11 years ago
Clément Bœsch 365c79bd4e avfilter/edgedetect: reindent after previous commit. 11 years ago
Clément Bœsch b17e98ded0 avfilter/edgedetect: add a colormix mode. 11 years ago
Clément Bœsch 3f3c3318be avfilter/edgedetect: make processing functions context free. 11 years ago
Carl Eugen Hoyos 4aea0afbbb Remove two duplicated named asm constraints. 11 years ago
Michael Niedermayer 681e008d06 vfilter/vf_yadif: fix request_frame after 0f9f24c9 11 years ago
Michael Niedermayer 09725c1d2b avfilter/vf_showinfo: also calculate and show mean and standard deviation 11 years ago
mplayer developers 80dd0aff33 libavfilter/libmpcodecs: sync existing filters with mplayer HEAD (ebcacb8b3ca91ef90acb93785b62fd8c5e5dae41) 11 years ago
Michael Niedermayer 0f9f24c9cf avfilter/vf_yadif: fix filtering a single image 11 years ago
ValdikSS 7a0e689c45 lavfi/subtitles: introduce stream_index 11 years ago
Alessandro Ghedini 1c0210c798 lavfi: add Bauer stereo-to-binaural audio filter 11 years ago
Michael Niedermayer 617e866e25 Move av_find_best_pix_fmt_of_2() from avcodec to avutil 11 years ago
Nicolas George 41334fcab4 lavfi/drawtext: allow to format pts as HH:MM:SS.mmm. 11 years ago
Michael Niedermayer 18af0ce62d avfilter/graphdump: Fix pointer to local outside scope 11 years ago
Clément Bœsch b2cfd1fde7 avfilter/curves: fix resource leaks. 11 years ago
Michael Niedermayer 6956b048d8 avfilter/vf_drawtext: fix resource leaks 11 years ago
Lukasz Marek b217dc91bf lavfi/avfilter: clarify avfilter_graph_get_filter() doxygen 11 years ago
Lukasz Marek b2682db34c lavfi/avfilter: fix typos in doxgens 11 years ago
Carl Eugen Hoyos 9cc4bc973c Fix vf_eq.c and vf_eq2.c compilation with !HAVE_6REGS. 11 years ago
Michael Niedermayer 2c4862e7a1 avfilter/avcodec: Use av_mallocz_array() 11 years ago
Michael Niedermayer 658f5d1f63 avfilter/pthread: Use av_mallocz_array() 11 years ago
Michael Niedermayer 59c7615d58 avfilter/filtfmts: Support dynamically allocated in/outputs 11 years ago
Vittorio Giovara d23fc8846d filtfmts: remove unused lavf include 11 years ago
Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
Carl Eugen Hoyos b38910c979 Fix compilation with !HAVE_6REGS. 11 years ago
Michael Niedermayer d340dabb76 avfilter/vf_rotate: make int*90° rotates suck less speedwise 11 years ago
Michael Niedermayer c9aab1ee7f avfilter/vf_rotate: fix several of by 1 errors 11 years ago
Michael Niedermayer 4ebfb2c5ec avfilter/vf_rotate: fix location of update operation 11 years ago
Michael Niedermayer a47cc877a0 avfilter/vf_rotate: increase fixed point precision 11 years ago
Luca Barbato f1b239ec8b drawtext: Add fontconfig support 11 years ago