]> git.sesse.net Git - ffmpeg/history - libavcodec/motion_est_template.c
Hap decoder and encoder
[ffmpeg] / libavcodec / motion_est_template.c
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-05-01 Anton Khirnovlavc: move CODEC_FLAG_MV0 to mpegvideo
2014-03-26 Diego BiurrunAdd missing headers to make template files compile...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-09-20 Mans Rullgardmotion_est: fix use of inline on extern functions
2011-10-11 Mans Rullgardmotion_est: make MotionExtContext.map_generation unsigned
2011-07-17 Diego Biurrunmotion_est: remove disabled code
2011-07-03 Diego Biurrundoxygen: Drop array size declarations from Doxygen...
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-08 Diego BiurrunRestore array sizes in doxygen parameter names.
2010-07-02 Diego BiurrunAvoid square brackets in Doxygen comments; Doxygen...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-02 Michael Niedermayerslice dice, inline and outline cmp()
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-07-09 Michael NiedermayerNew full search ME
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-03-31 Loren Merrittdoxy comment tweaks
2007-03-31 Guillaume PoirierAdd doxy comments, based on Loren's explanations posted...
2006-12-22 Michael Niedermayertest DIRECT{0,0} too if flag mv0 is used
2006-12-20 Michael Niedermayerfix special casing of the 0,0 MV for b frames (slight...
2006-12-20 Michael Niedermayerdont favor the zero MV if mv0 is used (psnr per bitrate...
2006-12-12 Michael Niedermayermv overflow in map fix (untested except regression...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-05 Michael Niedermayer10l umh search needs hex size 2 now after the last...
2006-12-05 Michael Niedermayermake hex and large 2 small diamond search half their...
2006-12-02 Diego Biurrunspelling cosmetics: cliped --> clipped
2006-12-02 Michael Niedermayerfix indention
2006-12-02 Michael Niedermayerdia_size=-1 -> funny_diamond_search()
2006-12-02 Michael Niedermayerhexagon search
2006-12-01 Michael Niedermayerremove pretty much useless skiping of some predictors
2006-12-01 Michael Niedermayertypo in umh
2006-12-01 Michael NiedermayerUMH support (dia_size=-1 activates it)
2006-12-01 Michael Niedermayercosmetic (prevent name clashes of variables in a macro...
2006-11-30 Michael Niedermayer1 step diamond search around the median MV predictor
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-08 Dominik MierzejewskiFixes:
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-05-07 Michael Niedermayermake zero motion vector threshold user setable
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-10-28 Michael NiedermayerH.261 encoder by (Maarten Daniels <maarten dot daniels...
2004-09-13 Michael Niedermayerpre_cmp fix
2004-08-26 Michael Niedermayerquad tree based motion compensation (currently only...
2004-08-22 Michael Niedermayer4x4 SSE compare function
2004-07-05 Loren Merritt shape-adaptive diamond + prediction crash patch by...
2004-06-14 Michael Niedermayerfewer overflows
2004-06-10 Michael Niedermayerclip input motion vectors
2004-05-11 Michael Niedermayermoving motion estimation specific variables from MpegEn...
2004-05-11 Michael Niedermayerreduce dependancy between motion estimation and MpegEnc...
2004-04-22 Michael Niedermayermotion estimation cleanup
2004-02-13 Michael Niedermayersimplify MV availability check / dont use below last...
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-08-24 Fabrice Bellardremoved unused variable
2003-05-15 Falk HüffnerWarning fixes.
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-03-31 Michael Niedermayersome static -> dynamic alloc & 16->8 bit
2003-03-06 Michael Niedermayerper file doxy
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-18 Michael Niedermayerbugs
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2003-01-02 Michael Niedermayerpre motion estimation cleanup/bugfix
2003-01-01 Michael Niedermayershape adaptive diamonds for EPZS
2002-12-27 Michael Niedermayerqpel encoding