Mercurial > libavcodec.hg
graph
-
av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at sensestream dot com>) libavcodecThu, 08 Jul 2004 10:46:28 +0000, by michael
-
ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>) libavcodecMon, 05 Jul 2004 19:19:04 +0000, by michael
-
shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecMon, 05 Jul 2004 02:21:38 +0000, by michael
-
Ignore palette for grayscale files, all my samples are inverted with libavcodecSun, 27 Jun 2004 16:06:15 +0000, by rtognimp
-
use libmpeg2 idct to decode xvid videos unless the user forced some other idct libavcodecFri, 25 Jun 2004 19:14:23 +0000, by michael
-
transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature request tracker libavcodecThu, 24 Jun 2004 22:13:44 +0000, by michael
-
1000l to myself for FFMIN(...,0) instead of ...,6) libavcodecSat, 19 Jun 2004 01:25:02 +0000, by michael
-
1000l to the ffsvq3 author, our default bitstream reader is only guranteed to be able to read 25bit at a time libavcodecSat, 19 Jun 2004 01:14:13 +0000, by michael
-
polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters libavcodecThu, 17 Jun 2004 15:43:23 +0000, by michael
-
cut-n-paste error slipped through the cracks... thanks to DJ Hartman for libavcodecWed, 16 Jun 2004 02:53:12 +0000, by melanson
-
the ongoing struggle for encoding conditionals libavcodecSun, 13 Jun 2004 00:10:07 +0000, by melanson
-
mpeg2 chroma422/444 support, may be slower, may be faster for other codecs libavcodecFri, 11 Jun 2004 07:59:12 +0000, by iive
-
fix initialization bug in which execution overwrites essential data libavcodecFri, 11 Jun 2004 02:24:08 +0000, by melanson
-
attempt to create some separation in the FLAC system with respect to libavcodecThu, 10 Jun 2004 04:13:43 +0000, by melanson
-
make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch by (Chip <szarlada at freemail dot hu>) libavcodecWed, 09 Jun 2004 01:57:47 +0000, by michael
-
gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>) libavcodecTue, 08 Jun 2004 17:01:17 +0000, by michael
-
hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecTue, 08 Jun 2004 02:41:41 +0000, by michael
-
noise preserving sum of squares comparission function libavcodecMon, 07 Jun 2004 03:23:31 +0000, by michael
-
Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>) libavcodecSun, 06 Jun 2004 03:52:42 +0000, by michael
-
optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS libavcodecSun, 06 Jun 2004 03:45:53 +0000, by michael
-
sample_rate and channels in aac audio patch by (Luca Abeni <lucabe72 at email dot it>) libavcodecSat, 05 Jun 2004 22:36:43 +0000, by michael
-
mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden at gmx dot net>) libavcodecSat, 05 Jun 2004 22:33:47 +0000, by michael
-
avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSat, 05 Jun 2004 22:29:37 +0000, by michael
-
hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSat, 05 Jun 2004 22:26:03 +0000, by michael
-
remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSat, 05 Jun 2004 22:23:55 +0000, by michael
-
change qscale -> lambda for the motion estimation libavcodecThu, 03 Jun 2004 19:29:47 +0000, by michael
-
10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodecMon, 31 May 2004 23:44:02 +0000, by michael
-
Add support for qtrle4 (16 colors/gray levels) libavcodecMon, 31 May 2004 20:18:08 +0000, by rtognimp
-
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavcodecSun, 30 May 2004 20:37:15 +0000, by michael
-
Newer version, using a vectorized version of the libavcodecFri, 28 May 2004 13:31:38 +0000, by michael
-
mmx optimized version of the per line/accurate deblock filter libavcodecThu, 27 May 2004 21:42:00 +0000, by michael
-
accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec libavcodecThu, 27 May 2004 15:57:20 +0000, by michael
-
altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecWed, 26 May 2004 20:15:15 +0000, by michael
-
10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>) libavcodecWed, 26 May 2004 20:04:49 +0000, by michael
-
rpza resolution fix, courtesy of Todd Kirby (doubleshot at pacbell.net) libavcodecWed, 26 May 2004 02:42:41 +0000, by melanson
-
avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ... libavcodecTue, 25 May 2004 18:17:25 +0000, by michael
-
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodecTue, 25 May 2004 18:07:25 +0000, by michael
-
oops, forgot to commit that change from the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodecFri, 21 May 2004 14:29:25 +0000, by michael
-
rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodecTue, 18 May 2004 17:23:49 +0000, by michael
-
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodecTue, 18 May 2004 17:09:46 +0000, by michael
-
* reimplementation using mutexes and condition variables. libavcodecTue, 18 May 2004 01:53:43 +0000, by romansh
-
moving motion estimation specific variables from MpegEncContext -> MotionEstContext libavcodecTue, 11 May 2004 01:38:46 +0000, by michael
-
reduce dependancy between motion estimation and MpegEncContext libavcodecTue, 11 May 2004 00:58:08 +0000, by michael
-
dummy avcodec_thread_init() to avoid linking issues libavcodecMon, 10 May 2004 23:38:53 +0000, by michael
-
p frame encoding, only with 0,0 motion vectors yet though libavcodecSun, 09 May 2004 15:50:08 +0000, by michael
-
using pointers so the code could eventually be used for P frames libavcodecSat, 08 May 2004 14:15:45 +0000, by michael
-
buffer hints, use reget_buffer, removed copy from previous frame libavcodecFri, 07 May 2004 21:34:33 +0000, by rtognimp
-
first pass at a Sorenson Video 1 (SVQ1) encoder libavcodecFri, 07 May 2004 03:10:11 +0000, by melanson
-
support decoding mpeg4 with buggy dc clipping libavcodecWed, 05 May 2004 19:53:40 +0000, by michael
-
use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32 libavcodecTue, 04 May 2004 02:58:30 +0000, by michael