1009 Commits (67b704982fe809e0dec571dc93dcb7520d339cf7)

Author SHA1 Message Date
  Stefano Sabatini 8d61c68442 vf_unsharp: set default chroma size value to 5x5 14 years ago
  Stefano Sabatini d155fdefb8 vf_unsharp: fix out-of-buffer read 14 years ago
  Michael Niedermayer 1072498081 vf_remove_logo: domt access vf->next->query_format() directly but use the API. 14 years ago
  Michael Niedermayer a7d35b2f99 vf_scale: don't leak SWS context. 15 years ago
  Michael Niedermayer 8af11e51f2 vf_scale: apply the same transform to the aspect during init that is applied per frame 14 years ago
  Michael Niedermayer f20f79307b libavfilter: fix --enable-small 14 years ago
  Stefano Sabatini 0b4840af0c vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h 14 years ago
  Loren Merritt 2f0a10174e vf_gradfun: relicense x86 asm to LGPL 14 years ago
  Clément Bœsch 680e473643 vf_mp: do not add duplicated pixel formats. 14 years ago
  Michael Niedermayer 90c6963dae avfilter picture pool: double free hotfix 14 years ago
  Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
  Stefano Sabatini 5a0a6ae639 ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX 15 years ago
  Stefano Sabatini 702a62a1c6 drawtext: add braces around initialisers for option defaults 14 years ago
  Stefano Sabatini 53a715f576 drawtext: reindent after the previous commit 14 years ago
  Stefano Sabatini 3fd53defaa drawtext: fix strftime() text expansion 14 years ago
  Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 14 years ago
  Mina Nagy Zaki 527ca3985c lavfi: use int64_t lists in AVFilteFormats 14 years ago
  Stefano Sabatini 8f349b6481 lavfi: fix realloc size computation in avfilter_add_format() 14 years ago
  Stefano Sabatini c6e288a7cd lavfi: fix Makefile HEADERS 14 years ago
  Stefano Sabatini 44f669e7bc lavfi: add vsink_buffer, and use it in ff* tools 14 years ago
  Stefano Sabatini e89ba76a59 vsrc_color: use internal timebase 14 years ago
  Stefano Sabatini 15f03725ce lavfi: add negate filter 14 years ago
  Stefano Sabatini dd2793c880 lavfi: add LUT (LookUp Table) generic filters 14 years ago
  Stefano Sabatini 0c6cf3fa7c vsrc_color: set output pos values to -1 14 years ago
  Stefano Sabatini bb3a2b723a vsrc_color: add @file doxy 14 years ago
  Stefano Sabatini 8055433b49 graphparser: add missing NULL check in avfilter_graph_parse() 14 years ago
  Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
  Michael Niedermayer 9e2f448d68 vf_mp: Fix large memleak. 14 years ago
  Stefano Sabatini 3fe6bbd5dc libavfilter: implement avfilter_fill_frame_from_video_buffer_ref() 14 years ago
  Stefano Sabatini c535494268 avfiltergraph: make the AVFilterInOut alloc/free API public 14 years ago
  Stefano Sabatini 6119b23a36 avfiltergraph: change the syntax of avfilter_graph_parse() 14 years ago
  Stefano Sabatini 86909dd5f7 graphparser: prefer void * over AVClass * for log contexts 14 years ago
  Stefano Sabatini d468ed0321 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 14 years ago
  Stefano Sabatini f5901fd392 avfiltergraph: use meaningful error codes 14 years ago
  Mina Nagy Zaki 79a0ec1af4 lavfi: avfilter_merge_formats: handle case where inputs are same 14 years ago
  Stefano Sabatini 989184fea4 lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in defaults.c 15 years ago
  Stefano Sabatini c3819600e2 lavfi: implement avfilter_get_audio_buffer_ref_from_arrays() 15 years ago
  Mina Nagy Zaki 47d2ca3205 lavfi: handle NULL lists in avfilter_make_format_list 14 years ago
  Stefano Sabatini ef28c7b3a4 lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer() 15 years ago
  Stefano Sabatini 95a0242642 lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps 15 years ago
  Stefano Sabatini 27bcf55f45 vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref 14 years ago
  Reimar Döffinger 612d0782fc Add const to avfilter_get_video_buffer_ref_from_arrays arguments. 14 years ago
  Stefano Sabatini e977ca2645 lavfi: add avfilter_link_free() function 14 years ago
  Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
  Stefano Sabatini 9e66b64c36 vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame() 14 years ago
  Stefano Sabatini 665e608c8d lavfi: reindent after the previous commit 14 years ago
  Stefano Sabatini 6f1dd6f45a lavfi: add braces around the block of an if() expression in avfilter_default_get_video_buffer 14 years ago
  Stefano Sabatini 0ff5cbedd2 lavfi: clarify the context of a comment in avfilter_default_get_video_buffer() 14 years ago
  Stefano Sabatini 77b32b73ed lavfi: apply misc style fixes 14 years ago
  Reimar Döffinger 58fd70b04d Port remove of get_sws_cpuflags from MPlayer's libmpcodecs. 14 years ago