134 Commits (ec973f45a3afd82fd53313b0b570645c03b2b178)

Author SHA1 Message Date
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
Stefano Sabatini 08f8b51f69 Make avfilter_insert_filter() log the names of the filters between 15 years ago
Stefano Sabatini 999c23a13a Make avfilter_insert_filter() print the instance name of the 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Stefano Sabatini a13a543797 Add a slice_dir parameter to avfilter_draw_slice(). 15 years ago
Stefano Sabatini 1433c4abf2 Implement avfilter_next(). 15 years ago
Stefano Sabatini 86a60fa1ac Implement a new registration system for filters. 15 years ago
Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
Stefano Sabatini da23d42476 Make avfilter_get_video_buffer() use 15 years ago
Stefano Sabatini 3555d2e88e Introduce first_avfilter and use that, together with AVFilter.next, 15 years ago
Stefano Sabatini 8fdb01c10e Make dprintf_link() show the name of the link pixel format. 15 years ago
Vitor Sessak 9dd08b4e1e Fix recursive avfilter_poll_frame(). It was doing 15 years ago
Stefano Sabatini 0eb4ff9e37 Make avfilter_get_video_buffer() recursive. 15 years ago
Stefano Sabatini 96da1c51f6 Implement trace messages logging in the filterchain processing. 15 years ago
Cédric Schieli fe479c9d63 Also copy pixel_aspect when copying the picref in avfilter_start_frame. 16 years ago
Víctor Paesa b6fec3eb7f Make static the list of registered filters. 16 years ago
Stefano Sabatini 90993b3848 Reindent after the last commit, while at it also add some spaces for 16 years ago
Stefano Sabatini 689a5f493b Make avfilter_open() set to NULL the pads and the filters when the 16 years ago
Stefano Sabatini b9609848f3 Implement the avfilter_default_draw_slice() handler and use it in 16 years ago
Carl Eugen Hoyos 5bc8ebd3ea Use PIX_FMT_NONE to silence icc warning #188: 16 years ago
Stefano Sabatini 540f1c7b13 Implement avfilter_version(). 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Måns Rullgård b049ad5054 fix AVClass for avfilter 17 years ago
Vitor Sessak 805d0232c5 Do not copy more data than needed 17 years ago
Vitor Sessak e9f54274c7 Remove header now made useless 17 years ago
Vitor Sessak 3bc2a52643 Remove unneeded function. 17 years ago
Vitor Sessak b57fc32787 Missed this file in my conditional compilation patch 17 years ago
Vitor Sessak 74b46655d4 Simplify 17 years ago
Vitor Sessak ce657d80cc Simplify 17 years ago
Vitor Sessak c245ddf23f Indent after last commit 17 years ago
Vitor Sessak c48e31aef9 Remove unneded else 17 years ago
Vitor Sessak a5b5d95a70 Cosmetical: indentation 17 years ago
Vitor Sessak b3431ecde2 Nit: Alignment 17 years ago
Vitor Sessak d9b575d384 Remove useless () 17 years ago
Vitor Sessak 7a9fd2a03c Do not always fail for circular filter chains 17 years ago
Vitor Sessak 5b7c403353 Remove unused var (dead code leftover?). 17 years ago