]> git.sesse.net Git - x264/history - x264.c
Update file headers throughout x264
[x264] / x264.c
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-03 BugMasterbinmode stdin on mingw, not just msvc
2008-05-20 Loren Merrittchange DEBUG_DUMP_FRAME to run-time --dump-yuv
2008-04-21 Loren Merritt--asm to allow testing of different versions of asm...
2008-04-10 Loren Merrittthreads=auto on multicore now implies thread input...
2008-03-31 Loren Merrittfix a crash on mp4 muxing with invalid params
2008-03-30 Fiona Glaservariance-based psy adaptive quantization
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-06 Loren Merrittcosmetics
2007-03-24 Loren Merrittadjust bitstream buffer sizes for very large frames
2006-12-15 Loren Merrittwin32: use pthreads instead of win32threads. for some...
2006-12-15 Loren MerrittNew threading method:
2006-10-13 Loren Merrittcosmetics
2006-10-13 Loren Merrittallow fractional values of crf
2006-10-10 Loren Merrittno more decoder. it never worked anyway, and the presen...
2006-10-02 Loren Merrittbetter error checking in x264_param_parse.
2006-10-01 Loren Merrittadd an option to control direct_8x8_inference_flag...
2006-10-01 Loren Merrittallow custom deadzones for non-trellis quantization.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-08-03 Loren Merrittcli: move some options from --help to --longhelp
2006-08-03 Loren Merrittcli: don't try to get resolution from filename unless...
2006-08-03 Loren Merrittr542 broke --visualize
2006-07-31 Loren Merrittapi addition: x264_param_parse() to set options by...
2006-07-23 Loren Merrittnew option: --qpfile forces frames types and QPs.
2006-07-18 Loren Merrittapi change: select ratecontrol method with an enum...
2006-05-06 Loren Merritt--sps-id, to allow concatenating streams with different...
2006-04-19 Loren MerrittBefore, we eliminated dct blocks containing only a...
2006-03-26 Loren Merrittcli: support yuv4mpeg input.
2006-03-20 Loren Merritt10l in r473 and stdin
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-03-19 Loren Merrittseparate --thread-input from --threads
2006-03-18 Loren Merrittif --threads > 1, then read the input stream in its...
2006-03-08 Loren Merrittcosmetics: muxers -> muxers.c
2006-03-05 Loren Merritt--direct auto
2006-02-12 Loren Merrittallow ',' separator for --filter
2006-02-06 Loren Merritttoo many systems don't have off_t; use uint64_t instead.
2006-01-13 Loren Merrittcli: large file support
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2006-01-05 Loren Merrittmkv: increase nalu size size to 4 bytes.
2005-12-31 Loren Merrittuse some extra packing modes for CQM headers.
2005-12-30 Loren Merrittjoint bidirectional motion refinement (--bime)
2005-12-24 Loren Merrittfix some overflows in mp4 timestamps.
2005-12-05 Loren Merritt--no-fast-pskip
2005-12-04 Loren MerrittMP4: set "track enabled" flag.
2005-11-18 Loren MerrittRD mode decision for B-frames (--b-rdo)
2005-11-06 Loren Merrittallow --level to understand names in addition to idc
2005-11-03 Loren MerrittTrellis RD quantization.
2005-11-03 Loren Merrittcli: arithmetic overflow in bitrate printing
2005-10-31 Loren Merrittcli: print estimated time left in --progress
2005-10-26 Loren MerrittIf frame count is known at init time (cli & vfw), then...
2005-10-23 Loren Merritt--crf: 1pass quality-based VBR.
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-08 Loren Merrittnew option: --mixed-refs
2005-10-08 Loren Merrittcosmetics in option parsing
2005-10-08 Loren Merrittexpose the rest of the VUI flags.
2005-10-02 Loren Merrittcosmetics
2005-10-02 Loren Merrittcli: fix a crash on piped input.
2005-10-02 Loren Merrittstats summary: separately report all 5 partition sizes...
2005-09-24 Loren MerrittMP4 output: update to GPAC 0.4 API.
2005-09-20 Steve Lhommefps patch by Haali
2005-08-16 Loren Merrittcli: workaround to allow "--ratetol inf" on win32.
2005-08-09 Laurent Aimar * all: Patch by Mike Matsnev :
2005-07-22 Laurent Aimar * all: Added matroska writing. Patch by Mike Matsnev.
2005-06-21 Loren Merritt--cqmfile reads quant matrices in a JM-compatible format.
2005-06-21 Loren Merrittadjust coded buffer size based on input resolution...
2005-06-20 Loren Merrittcustom quant matrices
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-05-29 Loren Merrittmultithreading (via slices)
2005-05-24 Loren Merrittmove zones parsing to ratecontrol.c; allows passing...
2005-05-24 Loren MerrittUMHex motion seach (but no early termination yet)
2005-05-24 Loren MerrittZoned ratecontrol.
2005-05-13 Loren MerrittCLI option: --seek
2005-05-12 Loren MerrittCLI option: --visualize
2005-05-11 Loren MerrittNew ratecontrol options:
2005-04-30 Loren MerrittUpdated MSVC project files.
2005-04-21 Loren MerrittCLI (mp4): return to 'capture' output mode, remove...
2005-04-19 Loren MerrittAllow manual selection of fullpel ME method. New method...
2005-04-18 Loren Merritt10l (CLI: fflush after progress update)
2005-04-17 Loren MerrittCLI: progress indicator
2005-04-15 Eric Petit [mp4] ftyp & moov boxes at the begining of the file...
2005-04-14 Loren MerrittCLI: --fps had side-effects. fixed.
2005-04-14 Loren MerrittCLI: cosmetics
2005-04-13 Laurent Aimar * x264.c: Fix ctts box creation. Patch by bobololo...
2005-04-12 Loren MerrittCLI: require output file (don't default to stdout)...
2005-04-12 Loren MerrittCLI: MP4 muxing.
2005-04-07 Måns RullgårdOptionally use access unit delimiter NAL units.
2005-04-05 Loren Merrittprint svn version number in SEI info and in CLI/VfW.
2005-03-28 Loren MerrittCLI: flush B-frames at the end of the encode
2005-03-17 Loren Merritttweak usage message
2005-03-16 Loren MerrittSimplify inter analysis option names. (psub16x16 -...
2005-03-15 Loren Merrittmacroblock_analyse: simplify cost comparisons. (cosmetic)
2005-03-14 Loren MerrittChroma ME (P-frames only).
2005-03-13 Loren MerrittSSD comparison function (not yet used).
2005-03-10 Loren MerrittAVI & Avisynth input (win32 only).
2005-03-10 Loren Merrittexpose option "chroma qp offset"
2005-03-05 Loren Merrittreport version number in decimal instead of hex
next