Mercurial > libavcodec.hg
graph
-
make ff_emulated_edge_mc() independant of MpegEncContext libavcodecWed, 18 Jun 2003 22:00:23 +0000, by michaelni
-
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes libavcodecTue, 17 Jun 2003 22:48:51 +0000, by michaelni
-
fixed segfault if sequence header has not been found before slice decoding libavcodecMon, 16 Jun 2003 14:09:18 +0000, by bellard
-
* removed redundant includes (they were even wrongly used) libavcodecFri, 13 Jun 2003 09:36:13 +0000, by kabi
-
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga libavcodecFri, 13 Jun 2003 08:31:40 +0000, by nickols_k
-
reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate) libavcodecMon, 09 Jun 2003 23:55:16 +0000, by michaelni
-
FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) libavcodecMon, 09 Jun 2003 02:24:51 +0000, by michaelni
-
revising and fixing motion vectors, squished block unpacking bug that libavcodecSat, 31 May 2003 07:56:58 +0000, by tmmm
-
fix mpeg1/2 decoding if there are no 0 bytes after the bitstream libavcodecFri, 30 May 2003 00:02:25 +0000, by michaelni
-
set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodecMon, 26 May 2003 21:40:58 +0000, by michaelni
-
rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's libavcodecMon, 26 May 2003 17:44:24 +0000, by tmmm
-
truncated h263 decoding support / H263-ES "demuxer" libavcodecThu, 22 May 2003 14:12:22 +0000, by michaelni
-
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) libavcodecWed, 21 May 2003 17:50:57 +0000, by michaelni
-
CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 20 May 2003 00:42:14 +0000, by michaelni
-
fix subtle logic problem in block unpacker that leads to incorrect token libavcodecMon, 19 May 2003 01:22:46 +0000, by tmmm
-
improving 3IV1 support (still far from perfect) note, disabled as it requires some checks in the inner loops which would slow things down a tiny bit libavcodecSun, 18 May 2003 00:07:17 +0000, by michaelni
-
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) libavcodecFri, 16 May 2003 21:47:02 +0000, by michaelni
-
moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodecThu, 15 May 2003 23:30:03 +0000, by michaelni
-
libmpeg2 style bitstream reader 17 vs 16 bit bugfix libavcodecWed, 14 May 2003 22:38:58 +0000, by michaelni
-
aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) libavcodecWed, 14 May 2003 17:46:55 +0000, by michaelni
-
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodecWed, 14 May 2003 15:12:13 +0000, by michaelni
-
make sh4 IDCT optional, so the user can choose libavcodecWed, 14 May 2003 12:32:17 +0000, by michaelni
-
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodecWed, 14 May 2003 12:18:49 +0000, by michaelni
-
AMR-NB audio support patch by (<joca at rixmail dot se>) libavcodecWed, 14 May 2003 11:40:16 +0000, by michaelni
-
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) libavcodecWed, 14 May 2003 10:54:25 +0000, by michaelni
-
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodecWed, 14 May 2003 01:08:02 +0000, by michaelni
-
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodecWed, 14 May 2003 00:32:22 +0000, by michaelni
-
small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodecTue, 13 May 2003 23:38:51 +0000, by michaelni
-
100l (document buffer padding requirements) libavcodecMon, 12 May 2003 23:03:00 +0000, by michaelni
-
fix image buffer leak on keyframes, add more error condition checks libavcodecMon, 12 May 2003 04:28:35 +0000, by tmmm
-
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly) libavcodecMon, 12 May 2003 02:53:43 +0000, by romansh
-
ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodecSun, 11 May 2003 11:26:35 +0000, by michaelni
-
fix motion vector decoding bug and reinstate interframes libavcodecSun, 11 May 2003 04:47:45 +0000, by tmmm
-
squashed a bunch of subtle array indexing bugs, fixed block mapping libavcodecSat, 10 May 2003 21:46:17 +0000, by tmmm
-
dump the shady binary search logic (the part that binary searches libavcodecSat, 10 May 2003 16:06:33 +0000, by tmmm
-
change the way the ImageDescription is passed to the decoder libavcodecSat, 10 May 2003 04:30:29 +0000, by tmmm
-
correct the custom coding mode alphabet, add some validation on the libavcodecThu, 08 May 2003 02:01:17 +0000, by tmmm
-
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecWed, 07 May 2003 23:32:45 +0000, by michaelni
-
* introducing new public interface in imgconvert.c libavcodecWed, 07 May 2003 19:01:45 +0000, by romansh
-
looking better all the time! motion compensation is starting to work libavcodecWed, 07 May 2003 12:28:36 +0000, by tmmm
-
fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodecWed, 07 May 2003 02:30:37 +0000, by tmmm
-
fix decoder so that ffmpeg does not crash, at least not right away libavcodecTue, 06 May 2003 03:11:20 +0000, by tmmm
-
Tiny patch for OpenBSD by (Bj«Órn Sandell <biorn at dce dot chalmers dot se>) libavcodecMon, 05 May 2003 23:22:56 +0000, by michaelni
-
making it nicer to the client who doesn't expect errors messages in stdout libavcodecThu, 01 May 2003 22:45:09 +0000, by romansh
-
10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodecSun, 27 Apr 2003 01:11:26 +0000, by michaelni