998 Commits (978e711b2cacf6d9515f7c5e32e76a4013aec0d2)

Author SHA1 Message Date
Clément Bœsch c9584f0c9c vf_mp: do not add duplicated pixel formats. 14 years ago
Stefano Sabatini f4228097e4 lavfi: minor style fixes in formats.c 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 14 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 14 years ago
Stefano Sabatini c3819600e2 lavfi: implement avfilter_get_audio_buffer_ref_from_arrays() 14 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() 14 years ago
Stefano Sabatini 95a0242642 lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps 14 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
Reimar Döffinger 3379531c40 Port recent changes to MPlayer libmpcodecs. 14 years ago
Reimar Döffinger 2a30df09fd Replace non-existent HAVE_SSE2 with HAVE_SSE. 14 years ago
Reimar Döffinger bf19c87101 Fix type of out[] variable, it should not be const. 14 years ago
Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 14 years ago
Diego Biurrun 5ac4952a58 vf_drawtext: Replace FFmpeg by Libav in license boilerplate. 14 years ago
Reimar Döffinger a52f598d63 Port libmpcodec fixes from MPlayer. 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago