169 Commits (462b26202bc167c52159bcf409c0955bfa37134b)

Author SHA1 Message Date
Stefano Sabatini 891aeeee72 Check linked pads media type mismatch in avfilter_link(). 14 years ago
Michael Niedermayer 36dc00de52 Add w,h,format back into AVFilterBuffer, these are required for direct rendering. 14 years ago
Michael Niedermayer 0ccabeeaef Support filters and decoders that dont support negative linesizes. 14 years ago
Stefano Sabatini fee0deb61f Fix avfilter_draw_slice() copy code with alpha planes. 14 years ago
Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
Stefano Sabatini d38c340fdc Implement avfilter_get_video_buffer_ref_from_arrays(). 14 years ago
Stefano Sabatini 906eaab460 In ff_get_ref_perms_string() use 'u' and 'U' for representing 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Stefano Sabatini 24de0edbd5 Rename avfilter_destroy() as avfilter_free(). 14 years ago
Stefano Sabatini d545aea8f0 100l: remove bogus inclusion of libavcodec/audioconvert.c in 14 years ago
Stefano Sabatini cf5fe8ec9e Make avfilter_config_links() use the timebase of the first input link 14 years ago
Stefano Sabatini 867ae7aa5d Add a time_base field to AVFilterLink. 14 years ago
Stefano Sabatini 69f73a8928 Make avfilter_config_links() propagate the error code coming from the 14 years ago
Stefano Sabatini 486adc55c0 Use more expressive names for the avfilter_insert_filter() in and out 14 years ago
Stefano Sabatini db9dfa3cc3 Make avfilter_insert_filter() propagate an error code in case the 14 years ago
Stefano Sabatini acc0490f09 Make AVFilterLink store the pointers to the source and destination 14 years ago
Stefano Sabatini b1a05b820e Make avfilter_destroy() code less convoluted, introducing a temporary 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini eedca998eb Implement ff_get_ref_perms_string() and use it for tracing. 14 years ago
Stefano Sabatini 5a9dd3de63 Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the 14 years ago
Stefano Sabatini 014df3a2aa Make ff_dprintf_ref() print audio related information if available. 14 years ago
Stefano Sabatini e29b451a51 Cosmetics: merge two lines in ff_dprintf_ref(). 14 years ago
Stefano Sabatini 0055b2d11a Make ff_dprintf_ref() print the information related to the referenced 14 years ago
Stefano Sabatini b5fbb31e55 Rename ff_dprintf_picref() to ff_dprintf_ref(). 14 years ago
Stefano Sabatini 801ab98088 Extend ff_dprintf_picref() to make it print video interlaced and 14 years ago
Stefano Sabatini 382ecd3537 Make ff_dprintf_picref() print video properties only if available. 14 years ago
Stefano Sabatini 28c52b1ed9 Only print the pointer to the first plane in ff_dprintf_picref(). 14 years ago
Stefano Sabatini dc46661ae2 Enable and change the log level to DEBUG for the message printed in 14 years ago
Stefano Sabatini ca8574310f Cosmetics: apply misc spacing style fixes. 14 years ago
S.N. Hemanth Meenakshisundaram ad2c950154 Implement libavfilter audio framework. 14 years ago
Stefano Sabatini 4f9ce3c4c7 Add missing NULL checks in avfilter_ref_buffer(). 14 years ago
Stefano Sabatini 81c1ecabab Deprecate ff_get_plane_bytewidth() in favor of 14 years ago
S.N. Hemanth Meenakshisundaram 382ac60e44 Set type on buffer in get_video_buffer(). 14 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 14 years ago
S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 years ago
S.N. Hemanth Meenakshisundaram 5d4890d73d Rename fields: 14 years ago
S.N. Hemanth Meenakshisundaram 7fce481a69 Rename functions and fields: 14 years ago
S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
Måns Rullgård 5a6fbf4c39 avfilter: indent 14 years ago
Måns Rullgård 0bb7408e55 avfilter: do not crash on null link src/dst in avfilter_destroy() 14 years ago
Måns Rullgård f3b90d25ee avfilter: free link in/out_formats in avfilter_destroy() 14 years ago
S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 15 years ago
Stefano Sabatini 9f0e31d29a Make avfilter.c dprintf* functions internal and declare them in an 15 years ago
Víctor Paesa 922189feb0 Use avfilter_copy_picref_props() along lavfi. 15 years ago
Michael Niedermayer efdc74ef19 Try to keep track of interlaced and top field first. 15 years ago
Michael Niedermayer 2308b6c19a Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 15 years ago
Bobby Bingham 2bb962567e Remove variable whose value was never read. Found by clang. 15 years ago
Stefano Sabatini 5bb5c1dc86 Add AVFilterPicRef.pos field and make libavfilter propagate stream 15 years ago
Stefano Sabatini 63833766dc Show aspect ratio information in dprintf_picref() traces. 15 years ago
Stefano Sabatini b4b6645655 Avoid usage of avcodec_get_pix_fmt_name() and 15 years ago