1397 Commits (5f9220437025a0d66abc68323b4ce9b50e72d51b)

Author SHA1 Message Date
Diego Biurrun 01c5779f56 x86: Drop some unnecessary YASM ifdefs 11 years ago
Anton Khirnov 9c21c08fa7 af_ashowinfo: print a more descriptive name for AV_MATRIX_ENCODING_DOLBY 11 years ago
Alessandro Ghedini a49aa440c9 af_volume: implement replaygain pre-amplification 11 years ago
Katerina Barone-Adesi b33c64e4c2 vf_settb: rename to settb 11 years ago
Vittorio Giovara 6ee55c7b11 vf_transpose: K&R formatting cosmetics 11 years ago
Anton Khirnov b4679ecdbd {v,a}f_showinfo: print frame side data 11 years ago
Anton Khirnov 06c3cd3c01 af_volume: support using replaygain frame side data 11 years ago
Diego Biurrun 7513234bdd avfilter: more correct printf format specifiers 11 years ago
Anton Khirnov e843612695 af_channelmap: fix ONE_STR mapping mode 11 years ago
Anton Khirnov 713d3f98c8 vf_shuffleplanes: fix the type of the mapping indices 11 years ago
Anton Khirnov 599b81ca9a lavfi: add shuffleplanes filter 11 years ago
Anton Khirnov bba2a7cc5f lavfi: use the correct filter context for logging an error. 11 years ago
Luca Barbato e995cf1bcc avfilter: Add missing emms_c when needed 11 years ago
Vittorio Giovara 4c41a7a179 vf_frei0r: fix missing end of line character 11 years ago
Vittorio Giovara 61b323ce7c vf_frei0r: refactor library loading from env variable 11 years ago
Vittorio Giovara 4e0be9c86f vf_frei0r: prevent a segfault when filter parameters are not set 11 years ago
Vittorio Giovara 8accddeb58 vf_frei0r: adjust error messages 11 years ago
Anton Khirnov bc6461c286 af_compand: replace strtok_r() with av_get_token() 11 years ago
Andrew Kelley 738f83582a lavfi: add compand audio filter 11 years ago
Anton Khirnov 39c2880eea af_volume: preserve frame properties 11 years ago
Anton Khirnov dcc7e4bf1d af_resample: preserve frame properties 11 years ago
Anton Khirnov 30517a9f05 Use av_frame_copy() to simplify code where appropriate. 11 years ago
Vittorio Giovara 35b05c5184 vf_interlace: deprecate lowpass option 11 years ago
Anton Khirnov ba7dfe5c50 lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy group 11 years ago
Anton Khirnov f758ea6e99 buffersink: document special error codes returned from av_buffersink_get_frame 11 years ago
Diego Biurrun 4a7d3837b4 buffersrc: Have function parameter names match between .c and .h file 11 years ago
Keith Lawson de203abd71 vf_overlay: add eof_action switch 11 years ago
Anton Khirnov 104a97beaf buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctly 11 years ago
Robert Krüger d8e763fda7 vf_yadif: Relicense from GPL to LGPL 11 years ago
Vittorio Giovara abb5e37f64 avfilter: fix leaks on error in ff_filter_frame 11 years ago
Vittorio Giovara 5655732c77 avfilter: add needs_writable field to the internal AVFilterPad structure 11 years ago
Vittorio Giovara d44bd7fb27 avfilter: add documentation for needs_writable 11 years ago
Vittorio Giovara a7d0e7ead9 lavfi: add framepack filter 11 years ago
Luca Barbato d68dc3c944 drawtext: Drop pointless header 11 years ago
Diego Biurrun b83d1ee3b4 avutil: Move library version related macros to version.h 11 years ago
Reinhard Tartler 6d3ea1957f Bump major of libavfilter for reference counted buffer API changes. 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Vittorio Giovara 3a16ec19d2 vf_interlace: check one av_frame_clone allocation 11 years ago
Diego Biurrun cffecc0e7e avfilter/graphparser: Directly free filter memory if initialization fails 11 years ago
Diego Biurrun 7d1a68e95b avfilter/buffer: Suppress deprecation warning for avfilter_unref_buffer 11 years ago
Diego Biurrun e73996954d filtfmts-test: Fix use of deprecated API 11 years ago
Vittorio Giovara 446e37dc97 vf_fieldorder: remove superfluous get_video_buffer 11 years ago
Rudolf Polzer 3a14b160bd vf_scale: make the dar variable return the DAR. 11 years ago
Rudolf Polzer 34a0ac41a8 vf_aspect: support variables in evaluating the aspect ratios 11 years ago
Diego Biurrun ed1a11ed52 gradfun: x86: Factor out common code for some gradfun_filter_line() variants 11 years ago
Diego Biurrun ee80cf741a avfilter: x86: K&R formatting cosmetics 11 years ago
Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
Vittorio Giovara 884c7a6eb8 avfilter: fix const use of avfilter_next 11 years ago
Vittorio Giovara 5c439b41d0 avfilter: have avfilter_get_by_name return const for next bump 11 years ago
Daniel Kang 0e73049416 avfilter: x86: Port gradfun filter optimizations to yasm 11 years ago