]> git.sesse.net Git - x264/shortlog
x264
2011-05-12 Fiona GlaserMBAFF: Add frame/field MB stats
2011-05-12 Simon HorlickMBAFF: Template direct spatial
2011-05-12 Simon HorlickMBAFF: Template cache_load and cache_load_neighbours
2011-05-12 Simon HorlickMBAFF: Make interlaced support a compile time option
2011-05-12 Simon HorlickMBAFF: Don't call zigzag_init for every mb
2011-05-12 Simon HorlickMBAFF: Modify ratecontrol to update every two rows
2011-05-12 Simon HorlickMBAFF: Add support for slice-max-size
2011-05-12 Simon HorlickMBAFF: Add support for slice-max-mbs
2011-05-12 Simon HorlickMBAFF: Adaptive quantization
2011-05-12 Simon HorlickMBAFF: Enable adaptive MBAFF with VSAD decision
2011-05-12 Simon HorlickMBAFF: Create a VSAD DSP function
2011-05-12 Simon HorlickMBAFF: Direct spatial
2011-05-12 Simon HorlickMBAFF: Direct temporal
2011-05-12 Simon HorlickMBAFF: Calculate bipred POCs
2011-05-12 Simon HorlickMBAFF: Use both left macroblocks for ref_idx calculation
2011-05-12 Simon HorlickMBAFF: First edge deblocking
2011-05-12 Simon HorlickMBAFF: Implement left edge deblocking functions
2011-05-12 Simon HorlickMBAFF: Add extra data to the deblock strength structure
2011-05-12 Simon HorlickMBAFF: Deblocking support
2011-05-12 Simon HorlickMBAFF: Move common code from deblock functions
2011-05-12 Simon HorlickMBAFF: Add mbaff deblock strength calculation
2011-05-12 Simon HorlickMBAFF: Update x264_cabac_mvd_sum_mmxext to work with...
2011-05-12 Simon HorlickMBAFF: Clamp MVDs to 66 instead of 33
2011-05-12 Simon HorlickMBAFF: CABAC encoding of skips
2011-05-12 Simon HorlickMBAFF: Track what interlace decision the decoder is...
2011-05-12 Simon HorlickMBAFF: Fix mvy bounds
2011-05-12 Simon HorlickMBAFF: Copy deblocked pixels to other plane
2011-05-12 Simon HorlickMBAFF: Disallow skip where predicted interlace flag...
2011-05-12 Simon HorlickMBAFF: Inter support
2011-05-12 Simon HorlickMBAFF: Neighbour calculation
2011-05-12 Simon HorlickMBAFF: Store references to the two left macroblocks
2011-05-12 Simon HorlickMBAFF: Store left references in a table
2011-05-12 Simon HorlickMBAFF: Disable adaptive MBAFF when subme 0 is used
2011-05-12 Simon HorlickMBAFF: Save interlace decision for all macroblocks
2011-05-12 Fiona GlaserFix bug in NAL buffer resizing
2011-05-10 Anton MitrofanovFix zone bitrate multiplier and QP forcing in 2-pass...
2011-05-10 Fiona GlaserUse float constants in qp rounding
2011-05-10 Anton MitrofanovFix bugs with ratecontrol reconfiguration
2011-05-10 Anton MitrofanovMore validation of input parameters
2011-05-10 Anton MitrofanovFix bug in --b-adapt 2 with --rc-lookahead >248
2011-05-10 Oka MotofumiCheck for invalid pixfmts in lavf demuxer
2011-05-10 Fiona GlaserFix regression in r1944
2011-04-26 Fiona GlaserPrecalculate CABAC initialization contexts
2011-04-26 Fiona GlaserAvoid redundant log2f calls in mv cost initialization
2011-04-26 Fiona GlaserCABAC residual: cleanup and optimizations
2011-04-26 Anton MitrofanovValidate input parameters more carefully
2011-04-26 Anton MitrofanovFix VFR MB-tree to work as intended
2011-04-26 Yasuhiro IkedaSupport more recent GPAC versions
2011-04-26 Anton MitrofanovFix decoder desync with positive --chroma-qp-offset...
2011-04-26 Anton KhirnovUse AVMEDIA_TYPE_VIDEO instead of deprecated CODEC_TYPE...
2011-04-18 Fiona GlaserForce pic-struct for Blu-ray compat + fake-interlaced
2011-04-18 Anton MitrofanovFix open-gop with no-psy
2011-04-14 Steven WaltersFix build with disabled asm
2011-04-13 Fiona GlaserImprove Blu-ray compliance
2011-04-13 Fiona GlaserConsolidate Blu-ray hacks into --bluray-compat
2011-04-13 Fiona GlaserAdd SSE support to rectangle.h for 16-byte stores
2011-04-13 Steven WaltersDo not force Intel Compiler to target pre-mmx architect...
2011-04-12 Fiona GlaserWarn users when using --(psnr|ssim) without --tune...
2011-04-12 Dylan YudakenRemove redundant mbcmp calls in weightp analysis
2011-04-12 Anton MitrofanovUse integer math for filler size calculation
2011-04-12 Anton MitrofanovDisable progress for FFMS input with --no-progress
2011-04-12 Michael StuurmanFix bug in intra-refresh ratecontrol
2011-04-12 Fiona GlaserCosmetics: fix some signedness issues found by -Wsign...
2011-04-12 Fiona GlaserMinor fixes
2011-03-24 Anton MitrofanovImprove C99 support checks in configure
2011-03-24 Fiona GlaserEliminate the possibility of CAVLC level code overflow
2011-03-24 Henrik Gramnerx86 SIMD versions of optimize_chroma_dc
2011-03-24 Manuel RommelAdd Altivec version of mc_weight
2011-03-24 Manuel RommelAdd Altivec versions of mbcmp_x functions
2011-03-24 Steven WaltersRecognize cygwin as itself when not targeting mingw
2011-03-24 Steven WaltersPatch Intel's CPU dispatcher
2011-03-24 Steven WaltersIntel Compiler support
2011-03-24 Kieran KunhyaCosmetics: make struct definition braces consistent
2011-03-24 Fiona GlaserFix restoring of console title on Windows with ffms...
2011-03-19 Anton MitrofanovFix possible buffer overflow in mp4 muxer
2011-03-19 Nick LewyckyRemove inline asm syntax not supported by LLVM's assembler
2011-02-19 Fiona GlaserFix 10L in r1912
2011-02-18 Daniel KangAdd AVX functions where 3+ arg commands are useful
2011-02-18 Fiona GlaserFrame-packing 3D: don't place scenecuts on right views
2011-02-18 Fiona GlaserImprove slice-max-size handling of escape bytes
2011-02-18 Nathan CaldwellUse bs_write1 wherever possible in header writing
2011-02-18 Fiona GlaserRemove obsolete mvcost init code
2011-02-18 Anton MitrofanovFix memory leak on encoder close if not all frames...
2011-02-18 Anton MitrofanovFix signedness bug in CPU detection
2011-02-18 Fiona GlaserFix dumb bug caused by stray semicolon
2011-02-18 Anton MitrofanovFix malloc of zero size
2011-02-18 Anton MitrofanovFix crash in mp4 muxer after failure of x264_encoder_open
2011-02-18 Fiona GlaserFix shadowed variable warning in ffms.c
2011-02-18 Anton MitrofanovFix some Intel compiler warnings
2011-02-07 Fiona GlaserFix 10L in r1886
2011-02-07 Fiona GlaserImprove update interval of x264cli progress information
2011-02-07 Fiona GlaserWindows: restore previous console title after encoding
2011-02-07 Fiona GlaserAllow WEIGHTP_FAKE in interlaced mode
2011-02-07 Kieran KunhyaOutput pic struct information in libx264 API
2011-02-07 Fiona GlaserEnable FastShuffle on Penryn and Nehalem CPUs without...
2011-02-05 Yasuhiro IkedaMinor cosmetics in configure
2011-02-05 Anton MitrofanovVarious --help cosmetics
2011-02-05 Loren Merrittx86inc.asm: error on duplicate functions
2011-02-05 Fiona GlaserBump yasm version requirement to handle AVX
2011-02-05 Fiona GlaserFix rare corruption with subme=10
next