]> git.sesse.net Git - x264/history - filters
Switch to exponential interpolation between presets.
[x264] / filters /
2016-04-12 Henrik Gramnercli: Refactor filter option parsing
2016-01-16 Henrik GramnerBump dates to 2016
2016-01-16 Henrik Gramnercli: Use memory-mapped input frames for yuv and y4m
2015-10-11 Anton MitrofanovFix a few static analyzer performance hints
2015-07-25 Yu XiaoleiNV21 input support
2015-02-23 Anton MitrofanovUpdate configure for auto detection of system libx264...
2015-02-23 Anton MitrofanovBump dates to 2015
2014-08-26 Tristan Matthewsfilters: fix sizeof mismatch
2014-08-26 Anton MitrofanovFix memory leak when using select_every filter
2014-01-21 James Weaverv210 input support
2014-01-08 Henrik GramnerBump dates to 2014
2013-10-25 Anton MitrofanovUpdate to current libav/ffmpeg API
2013-10-24 Anton MitrofanovFix possible crashes in resize and crop filters with...
2013-01-09 Loren MerrittBump dates to 2013
2012-05-15 Anton MitrofanovAdd support for RGB formats in bit-depth conversion...
2012-02-04 Anton MitrofanovUse TV range algorithm for bit-depth conversions
2012-02-04 HiiBump dates to 2012
2012-02-04 Anton MitrofanovFix normalization of colorspace when input is packed...
2012-01-15 Steven WaltersResize filter updates
2011-12-01 Steven WaltersYUV range detection and support for x264CLI
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-08-24 Anton MitrofanovFix intermediate conversion for YUVJ* pixfmts with...
2011-08-24 Fiona GlaserFix typo in help
2011-07-22 Anton MitrofanovVarious cosmetics
2011-07-18 Anton MitrofanovFix spurious "stream properties changed" with --seek...
2011-07-14 Anton MitrofanovFix incorrect chroma swap for some input pixfmts
2011-07-10 Anton MitrofanovFix resize filter crash with YUVJ* input pixfmt
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-06-15 Steven WaltersResize filter updates
2011-04-12 Fiona GlaserCosmetics: fix some signedness issues found by -Wsign...
2011-01-25 Sean McGovernBump dates to 2011
2011-01-10 Steven WaltersFix broken YV12 handling in the resize filter
2010-12-05 Steven WaltersFix incompatible csp format issue
2010-12-05 Anton MitrofanovReally fix fittobox resize rounding code
2010-11-22 James DarnleyFix resize filter rounding code
2010-10-31 Fiona GlaserFix syntax for some parameterless functions
2010-10-10 Fiona GlaserUpdate header in depth.c
2010-10-10 Anton MitrofanovFix filter parsing with --extra-cflags="-DNDEBUG"
2010-09-28 Oskar ArvidssonFinish support for high-depth video throughout x264
2010-09-19 Steven WaltersAdd full chroma input flag to swscale
2010-09-19 James DarnleyAdd --disable-gpl option to configure
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-26 Steven WaltersFiltering system-related fixes
2010-07-15 Oskar ArvidssonFix build with bit_depth > 8
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-15 Steven WaltersAdd video filtering system to x264cli