1496 Commits (268098d8b2a6e3dd84be788a2cd6fda10f7b3e71)

Author SHA1 Message Date
Michael Niedermayer f54e06feb3 vf_deshake: try to fix memleak 13 years ago
Michael Niedermayer 02670762d2 libavfilter/libmpcodecs: add vf_pp from current mplayer svn 13 years ago
Nicolas George 42655b24c2 avfiltergraph: avoid harmful auto audio conversions. 13 years ago
Nicolas George 4217dfe87b af_pan: remove dual double/int storage of gain. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Clément Bœsch 241f8465d0 lavfi/abuffer: init the data planes with NULL pointers. 13 years ago
Nicolas George a923b6b8f4 af_pan: move query_format before config_props. 13 years ago
Nicolas George eb9ba527e7 af_pan: remove the indirect function call. 13 years ago
Nicolas George a297856b8c af_pan: reindent after last commit. 13 years ago
Nicolas George a44b510d56 af_pan: use libswr for rematrixing. 13 years ago
Stefano Sabatini 4538d66010 lavfi/aspect: set default value to 0:1, as stated in the docs 13 years ago
Stefano Sabatini 80715c3b23 lavfi/aspect: remove confusing comments 13 years ago
Stefano Sabatini 360218713f lavfi/aspect: show log info even in case no argument is provided to setdar/setsar 13 years ago
Stefano Sabatini 7bdefc0f12 lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame PTS 13 years ago
Nicolas George bd5080b1b0 af_pan: comment a tricky piece of code. 13 years ago
Clément Bœsch cba4e2cbbc pan: fix uninitialized channel_id variable. 13 years ago
Clément Bœsch d3b06399ff lavfi/silencedetect: use av_ts2timestr() macro. 13 years ago
Stefano Sabatini f89f9bdadd lavfi/ashowinfo: only print checksum for the existing planes 13 years ago
Stefano Sabatini 1e6408a18e lavfi/showinfo: only print checksum for the existing planes 13 years ago
Stefano Sabatini 175ab5f9a9 lavfi/*showinfo: use av_ts2* macros in showinfo and ashowinfo 13 years ago
Diego Biurrun 7331b6e718 Drop some completely unnecessary av_unused attributes. 13 years ago
Janne Grunau 456d3e4fb5 yadif: specify array size outside DECLARE_ALIGNED 13 years ago
Diego Biurrun 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
Clément Bœsch c84acc31b2 Revert "vf_fspp: use LOCAL_MANGLE instead of MANGLE." 13 years ago
Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
Clément Bœsch 1aa8f5fcfb vf_fspp: use LOCAL_MANGLE instead of MANGLE. 13 years ago
Stefano Sabatini 0349d61eef lavfi/aspect: rename field aspect->aspect to aspect->ratio 13 years ago
Stefano Sabatini b7d45d0b0f lavfi: add setfield filter 13 years ago
Stefano Sabatini 70ffda3217 lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect 13 years ago
Andrey Utkin e496c45d9b drawtext: add 'fix_bounds' option on coords fixing 13 years ago
Andrey Utkin 2b43dfce36 drawtext: fix text_{w, h} expression vars 13 years ago
Andrey Utkin e7f0bc8c0f drawtext: add missing braces around an if() block. 13 years ago
Clément Bœsch 174880f580 lavfi/thumbnail: rename @url to @see. 13 years ago
Clément Bœsch d50a4c4a5b lavfi/amerge: copy ref props after filtering samples. 13 years ago
Clément Bœsch 85c66793d7 lavfi/pan: copy ref props after filtering samples. 13 years ago
Clément Bœsch c79eddaff1 lavfi/aconvert: use libswresample. 13 years ago
Clément Bœsch e96be8409f lavfi/aresample: use libswresample. 13 years ago
Clément Bœsch 9f0b0db0d3 lavfi/aformat: use do..while(0) form for macro. 13 years ago
Clément Bœsch f65600d519 drawtext: use new public timecode API. 13 years ago
Michael Niedermayer c4bdb2bf93 libavfilter/version.h: fix project name 13 years ago
Clément Bœsch 23b639c44f Fix "ouput" typo and add a check. 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Nicolas George 4a68949cd8 lavfi: Makefile: cosmetics: align FFLIBS. 13 years ago
Diego Biurrun 07a873a277 build: Automatically include architecture-specific library Makefile snippets. 13 years ago
Diego Biurrun 33ad8c3cab cosmetics: Remove some unnecessary block braces. 13 years ago
Nicolas George af21823ae0 lavfi: require libswr for af_pan. 13 years ago
Nicolas George 0c3577bfd9 lavfi: add avfilter_graph_dump. 13 years ago
Clément Bœsch 9bd44b42a8 pan: drop unecessary includes. 13 years ago
Clément Bœsch 66b1b7e5fa pan: move query_formats() to avoid forward declarations. 13 years ago
Clément Bœsch 94dc4a5046 pan: reindent after remap commit. 13 years ago