Mercurial > libavcodec.hg
graph
-
activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() libavcodecFri, 13 Feb 2004 21:07:31 +0000, by michael
-
replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong libavcodecFri, 13 Feb 2004 20:59:48 +0000, by michael
-
simplify MV availability check / dont use below last row MV which is always zero libavcodecFri, 13 Feb 2004 18:39:43 +0000, by michael
-
ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) libavcodecThu, 12 Feb 2004 16:21:21 +0000, by michael
-
* gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodecTue, 10 Feb 2004 20:48:09 +0000, by romansh
-
* Initial implementation of the G.726 ADPCM audio codec. libavcodecSat, 07 Feb 2004 08:20:00 +0000, by romansh
-
analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper libavcodecFri, 06 Feb 2004 03:56:05 +0000, by michael
-
initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodecThu, 05 Feb 2004 05:22:44 +0000, by melanson
-
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Mns Rullgrd)) libavcodecWed, 04 Feb 2004 16:03:10 +0000, by michael
-
fixes by Gildas Bazin <gbazin at altern dot org> libavcodecWed, 04 Feb 2004 15:49:55 +0000, by michael
-
added support for EA ADPCM and SMJPEG IMA ADPCM libavcodecTue, 03 Feb 2004 04:27:17 +0000, by melanson
-
vsad16_mmx2 only applies if encoders are turned on libavcodecSat, 31 Jan 2004 20:41:07 +0000, by melanson
-
these functions (get_bit_count and align_put_bits) are referenced even libavcodecSat, 31 Jan 2004 20:37:46 +0000, by melanson
-
SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>) libavcodecThu, 29 Jan 2004 01:15:25 +0000, by michael
-
first coded vs. first displayed pts (segfault & pts fix if b frames are used) libavcodecTue, 27 Jan 2004 13:55:34 +0000, by michael
-
int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecMon, 26 Jan 2004 19:09:47 +0000, by michael
-
Use reget buffer instead of copying from prev frame libavcodecSun, 25 Jan 2004 16:43:09 +0000, by rtognimp
-
freebsd fix for mpeg12.c (moving INT64_MAX to common.h) libavcodecSun, 25 Jan 2004 11:13:56 +0000, by alex
-
optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html libavcodecSat, 24 Jan 2004 23:47:33 +0000, by michael
-
closed gop support & flags2 as all bits in flags are used libavcodecThu, 22 Jan 2004 19:48:28 +0000, by michael
-
inttypes.h patch by (Chip <szarlada at freemail dot hu>) libavcodecThu, 22 Jan 2004 12:09:14 +0000, by michael
-
removing broken framerate conversation hack in mpeg1/2 libavcodecSun, 18 Jan 2004 21:41:44 +0000, by michael
-
fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp libavcodecWed, 14 Jan 2004 02:21:39 +0000, by michael
-
grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb)) libavcodecSat, 10 Jan 2004 19:54:12 +0000, by michael
-
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodecSat, 10 Jan 2004 16:04:55 +0000, by michael
-
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg libavcodecSat, 10 Jan 2004 12:53:07 +0000, by michael
-
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodecFri, 09 Jan 2004 18:00:31 +0000, by michael
-
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecThu, 08 Jan 2004 23:51:23 +0000, by michael
-
optimize compute_antialias() and add a floating point based alternative (2x faster) libavcodecThu, 08 Jan 2004 21:08:57 +0000, by michael
-
uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) libavcodecThu, 08 Jan 2004 18:44:36 +0000, by michael
-
frame rate emulation "fix" by (Mean <fixounet at free dot fr>) libavcodecSun, 04 Jan 2004 17:43:28 +0000, by michael
-
non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecSun, 04 Jan 2004 17:13:14 +0000, by michael
-
warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) libavcodecSun, 04 Jan 2004 14:43:52 +0000, by michael
-
denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) libavcodecSat, 03 Jan 2004 20:14:45 +0000, by michael
-
first pass at Sierra VMD A/V decoders; video looks great, audio is not libavcodecFri, 02 Jan 2004 04:45:06 +0000, by melanson
-
off-by-1 error in the never-before-tested embedded string code libavcodecFri, 02 Jan 2004 02:31:53 +0000, by melanson
-
print vbv buffer size & bitrate when decoding with -debug 1 libavcodecThu, 01 Jan 2004 02:56:35 +0000, by michael
-
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 30 Dec 2003 02:12:12 +0000, by michael
-
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecMon, 22 Dec 2003 19:42:28 +0000, by michael
-
initial predictors are not sent to the output in QT IMA; fix stereo QT libavcodecTue, 16 Dec 2003 01:17:58 +0000, by melanson
-
added End Of File handling to return last picture for MPEG1/2/4 libavcodecMon, 15 Dec 2003 14:40:37 +0000, by bellard
-
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecSun, 14 Dec 2003 17:47:23 +0000, by michael