]> git.sesse.net Git - x264/history - input
Switch to exponential interpolation between presets.
[x264] / input /
2016-04-11 Henrik Gramnerffms: Various improvements
2016-01-16 Henrik GramnerBump dates to 2016
2016-01-16 Henrik Gramnercli: Use memory-mapped input frames for yuv and y4m
2016-01-16 Henrik Gramnery4m: Support extended frame headers when seeking
2016-01-16 Henrik Gramnery4m: Avoid some redundant strlen() calls
2015-08-18 Henrik GramnerSilence various static analyzer warnings
2015-07-25 Yu XiaoleiNV21 input support
2015-07-24 Henrik Gramneravs: Fix file handle leak
2015-02-23 Anton MitrofanovBump dates to 2015
2014-12-12 Henrik GramnerAvxSynth: Remove a bunch of unused cruft
2014-08-26 Anton MitrofanovUpdate to the current lavf API and fix memory leak...
2014-08-26 Anton MitrofanovFix memory leak when using select_every filter
2014-07-20 Steven WaltersMSVS 2013 Update 2 support
2014-01-21 James Weaverv210 input support
2014-01-08 Henrik GramnerBump dates to 2014
2014-01-08 Henrik GramnerCLI: Avoid redundant 16-bit upconversions in piped...
2013-10-25 Anton MitrofanovUpdate to current libav/ffmpeg API
2013-10-24 Anton MitrofanovFix possible crashes in resize and crop filters with...
2013-08-27 Henrik GramnerWorkaround for FFMS indexing bug
2013-08-23 Henrik GramnerWindows Unicode support
2013-04-23 Tim Walkerlavf input: don't use deprecated AVStream fields
2013-04-23 Anton MitrofanovFix y4m input with C420paldv colorspace
2013-02-26 Stephen HutchinsonAdd AvxSynth support to the AviSynth input module.
2013-01-09 Loren MerrittBump dates to 2013
2012-11-19 Anton Khirnovlavf input: allocate AVFrame correctly
2012-11-07 Jan EkströmAdd support for the ffmpeg/vapoursynth high bit depth...
2012-09-26 Jason MartensFix use of deprecated av_close_input_file call
2012-02-04 Anton MitrofanovUse TV range algorithm for bit-depth conversions
2012-02-04 HiiBump dates to 2012
2012-02-04 Oka MotofumiFix crash in --demuxer y4m with unsupported colorspace
2011-12-01 Steven WaltersYUV range detection and support for x264CLI
2011-11-11 Anton MitrofanovFix crash if timecode file opening fails
2011-10-22 Yusuke NakamuraFix infinite loop parsing TDecimate Mode 3 timecode...
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-08-05 Yasuhiro IkedaAvoid using deprecated libavformat functions
2011-07-29 Yusuke NakamuraTimecode parsing: Add missing initialization
2011-07-22 Anton MitrofanovVarious cosmetics
2011-07-18 Anton MitrofanovFix use of deprecated libavcodec functions
2011-07-10 xvidfanRGB encoding support
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-07-10 Steven WaltersFix deprecation in libavformat usage
2011-05-10 Oka MotofumiCheck for invalid pixfmts in lavf demuxer
2011-04-26 Anton KhirnovUse AVMEDIA_TYPE_VIDEO instead of deprecated CODEC_TYPE...
2011-04-12 Anton MitrofanovDisable progress for FFMS input with --no-progress
2011-04-12 Fiona GlaserCosmetics: fix some signedness issues found by -Wsign...
2011-03-24 Steven WaltersIntel Compiler support
2011-02-18 Fiona GlaserFix shadowed variable warning in ffms.c
2011-02-18 Anton MitrofanovFix some Intel compiler warnings
2011-02-07 Fiona GlaserImprove update interval of x264cli progress information
2011-01-25 Yasuhiro IkedaAdd --input-fmt option to lavf input
2011-01-25 Sean McGovernBump dates to 2011
2011-01-10 Steven WaltersFix memory leak in lavf demuxer.
2010-12-07 Steven WaltersDetect Avisynth initialization failures
2010-12-07 Anton MitrofanovDon't try to get timecodes if reading frame failed
2010-12-05 Yusuke NakamuraFix regression in rev1549
2010-12-05 Anton MitrofanovFix --tcfile-in if timecode v2 file starts from nonzero pts
2010-11-14 Steven WaltersUpdate ffms2 support for its latest API break.
2010-09-28 Oskar ArvidssonFinish support for high-depth video throughout x264
2010-09-18 Fiona GlaserUpdate source file headers
2010-08-16 golgol7777Fix lavf input with delayed frames
2010-08-16 Yasuhiro IkedaTry to guess input length for lavf input
2010-08-16 Yasuhiro IkedaWorkaround bug in fps/timestamp handling with lavf...
2010-07-26 Steven WaltersFiltering system-related fixes
2010-07-17 Steven WaltersAvisynth 2.6 colorspace support
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-15 Steven WaltersAdd video filtering system to x264cli
2010-07-03 Steven WaltersCentralize logging within x264cli
2010-06-25 Steven WaltersUse threadpools to avoid unnecessary thread creation
2010-06-09 Anton MitrofanovWarn about shadowed variable declarations
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-06-02 Fiona GlaserAdd API function to fix x264_picture_t initialization
2010-06-02 Yusuke NakamuraFix Avisynth input
2010-05-06 Anton MitrofanovMore cosmetics
2010-05-06 James DarnleyAdd field-order detection to y4m demuxer
2010-04-23 Steven Waltersfix ffms demuxer to support input timebase values ...
2010-04-23 Fiona GlaserFix issues with extremely large timebases
2010-04-23 Fiona GlaserFix four minor bugs found by Clang
2010-04-14 Steven WaltersMake interlaced detection in avisynth only apply to...
2010-04-07 Steven WaltersAdd TFF/BFF detection to all demuxers
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-31 Yusuke NakamuraFix 10l in timecode seeking
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-03-27 Yusuke NakamuraTimecode input/output
2010-03-24 David ConradIgnore XYSCSS in y4m if the newer standard C tag is...
2010-02-15 Alexander StrangeMark cli_input/output_t variables as const when possible
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2009-12-11 Steven WaltersAvisynth-MT and 2.6 compatibility fixes
2009-12-09 Steven WaltersMinor seeking fix with Avisynth input
2009-11-30 Steven WaltersEnhanced Avisynth input support
2009-11-15 Alexander StrangeUse __attribute__((may_alias)) for type-punning
2009-11-09 Steven WaltersFix issues relating to input/output files being pipes...
2009-10-24 Steven Walterssplit muxers.c into one file per format