]> git.sesse.net Git - x264/history - output
Switch to exponential interpolation between presets.
[x264] / output /
2016-04-11 Henrik Gramnermatroska: mk_close: Check fseek() return value
2016-01-16 Henrik GramnerBump dates to 2016
2015-08-18 Henrik Gramnermatroska: Add comments for the remaining element names
2015-07-25 Henrik GramnerGet rid of some tabs and trailing whitespaces
2015-07-25 Henrik Gramnermatroska: Write the correct DocTypeVersion when using...
2015-07-24 Anton Mitrofanovmp4: Fix file handle leak
2015-07-24 Henrik Gramnerflv: Check fseek() and fwrite() return values
2015-07-24 Henrik Gramnerflv: Fix memory and file handle leaks
2015-07-24 Henrik Gramnermatroska: Fix memory leak
2015-02-23 Vittorio GiovaraAdd mono frame packing value
2015-02-23 Vittorio Giovaramatroska: Correctly write display width and height...
2015-02-23 Anton MitrofanovBump dates to 2015
2014-07-20 Yusuke Nakamuramp4_lsmash: Use new I/O API instead of deprecated one.
2014-03-12 Steve LhommeWrite 3D metadata when outputting Matroska
2014-01-08 Henrik GramnerBump dates to 2014
2013-10-30 Anton MitrofanovAdd L-SMASH support as preferable alternative for MP4...
2013-10-25 Henrik GramnerUse calloc instead of malloc + memset
2013-10-25 Henrik GramnerReplace gf_malloc with regular malloc in mp4 muxer
2013-08-24 Hiroki TaniuraFix GPAC support on Windows
2013-08-23 Henrik GramnerWindows Unicode support
2013-01-09 Loren MerrittBump dates to 2013
2012-07-03 Anton MitrofanovFix crash with --fps 0
2012-02-04 HiiBump dates to 2012
2011-07-22 Anton MitrofanovVarious cosmetics
2011-03-19 Anton MitrofanovFix possible buffer overflow in mp4 muxer
2011-02-18 Anton MitrofanovFix crash in mp4 muxer after failure of x264_encoder_open
2011-02-05 Anton MitrofanovFix possible division by zero in mkv and flv muxers...
2011-01-25 Sean McGovernBump dates to 2011
2010-10-10 Yusuke NakamuraMove DTS compression from libx264 to x264cli
2010-10-10 Anton MitrofanovVarious cosmetics
2010-09-18 Fiona GlaserUpdate source file headers
2010-08-01 Mike MatsnevFix aspect ratio writing in the MKV muxer
2010-07-03 Steven WaltersCentralize logging within x264cli
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-05-31 Anton MitrofanovFix crash with MP4-muxing if zero frames were encoded
2010-04-23 Fiona GlaserFix issues with extremely large timebases
2010-04-23 Fiona GlaserFix four minor bugs found by Clang
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-27 Yusuke NakamuraFix slightly wrong mp4 duration.
2010-03-27 Yusuke NakamuraFix link errors with newest gpac cvs
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-03-27 Yusuke NakamuraTimecode input/output
2010-02-23 Fiona GlaserSimpleBlock requires Matroska Doctype v2
2010-02-15 Alexander StrangeMark cli_input/output_t variables as const when possible
2010-02-15 Alexander Strangemkv: Write the x264 version into the file header
2010-02-15 Alexander Strangemkv: Write SimpleBlock instead of Block for frame headers
2010-02-15 Yusuke NakamuraWrite PASP atom in mp4 muxing
2010-01-30 Loren MerrittFix log2f detection, include order, some gcc warnings
2010-01-30 Yusuke NakamuraImprove DTS generation, move DTS compression into libx264
2010-01-14 Fiona GlaserPeriodic intra refresh
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2009-12-01 David ConradAdd x264 prefix to functions with ffmpeg equivalents
2009-11-25 Kieran KunhyaFix bugs in fps/timestamp handling in FLV muxer
2009-11-15 Kieran KunhyaFLV muxing support
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