1041 Commits (e05fd37e028aae55abe9725a18bea9c83e63bcfa)

Author SHA1 Message Date
  Stefano Sabatini f74a4b621f avfiltergraph: use meaningful error codes 14 years ago
  Stefano Sabatini 958e0f705d lavfi: fix realloc size computation in avfilter_add_format() 14 years ago
  Stefano Sabatini 734a9bb05f vf_unsharp: fix out-of-buffer read 14 years ago
  Michael Niedermayer 7f62cf120b vf_scale: apply the same transform to the aspect during init that is applied per frame 14 years ago
  Stefano Sabatini af58dd4798 vf_pad: fix "vsub" variable value computation 14 years ago
  Stefano Sabatini 5c9ca599a7 vf_yadif: correct documentation on the parity parameter 14 years ago
  Joakim Plate 4a22876675 vf_yadif: copy buffer properties like aspect for second frame as well 14 years ago
  Stefano Sabatini c4cc8584d0 lavfi: add missing check in avfilter_filter_samples() 14 years ago
  Anton Khirnov afe2726089 lavf: add avformat_find_stream_info() 14 years ago
  Anton Khirnov 47953c33ea lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 years ago
  Michael Niedermayer 4e0fae982e vf_transpose: remove pix_fmts which can currently not be supported. 14 years ago
  Stefano Sabatini 87ae12009e vf_transpose: avoid multiple calls to avfilter_draw_slice() 14 years ago
  Stefano Sabatini fe06305b0d vf_transpose: avoid multiple calls to avfilter_draw_slice() 14 years ago
  Michael Niedermayer 00f6cbb53d vf_scale.c: propagate error code 14 years ago
  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 2b74db8d27 vf_scale: don't leak SWS context. 15 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 f66418afba libavfilter: fix --enable-small 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 07f5da6128 vf_mp: do not add duplicated pixel formats. 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