Mercurial > libavcodec.hg
graph
-
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodecMon, 11 Oct 2004 02:19:29 +0000, by michael
-
Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>) libavcodecFri, 08 Oct 2004 10:37:45 +0000, by michael
-
segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0) libavcodecTue, 05 Oct 2004 19:44:26 +0000, by michael
-
Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>) libavcodecTue, 05 Oct 2004 18:36:15 +0000, by michael
-
Build process: libpostproc patch by (Franti?ek Dvo?k <valtri at users dot sourceforge dot net>) libavcodecTue, 05 Oct 2004 17:43:10 +0000, by michael
-
h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecSun, 03 Oct 2004 22:01:21 +0000, by michael
-
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecFri, 01 Oct 2004 14:38:32 +0000, by michael
-
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecFri, 01 Oct 2004 13:32:13 +0000, by michael
-
* these vars could be either static or extern (compilation fix gcc-3.5) libavcodecThu, 30 Sep 2004 15:02:07 +0000, by kabi
-
dont just resample half of the data sometimes libavcodecTue, 28 Sep 2004 21:11:09 +0000, by michael
-
support for Sierra Online audio files and Apple QuickDraw codec, libavcodecTue, 28 Sep 2004 03:09:49 +0000, by melanson
-
if audio is PCM, push it through (sync is not perfect yet) libavcodecTue, 28 Sep 2004 03:04:36 +0000, by melanson
-
move h264 idct to its own file and call via function pointer in DspContext libavcodecMon, 27 Sep 2004 19:47:17 +0000, by michael
-
set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) libavcodecMon, 27 Sep 2004 02:39:55 +0000, by michael
-
assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecSat, 25 Sep 2004 10:06:31 +0000, by michael
-
H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecSat, 25 Sep 2004 09:59:36 +0000, by michael
-
Zlib encoder: fix image orientation (was flipped), 100l in deflate error libavcodecThu, 23 Sep 2004 22:20:17 +0000, by rtognimp
-
merge predict_plane() with DWTELEM->8bit conversation (21% faster) libavcodecThu, 23 Sep 2004 12:20:41 +0000, by michael
-
segfault fix by (Kostya <cannonball at bw-team dot com>) libavcodecThu, 23 Sep 2004 09:42:25 +0000, by michael
-
* simplification patch by Jeffrey Ryan Muizelaar libavcodecWed, 22 Sep 2004 05:04:18 +0000, by romansh
-
Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet finished, but at least the picture can be recognized libavcodecTue, 21 Sep 2004 17:37:28 +0000, by alex
-
greyscale decoding (option to skip u,v planes) support libavcodecTue, 21 Sep 2004 17:31:46 +0000, by alex
-
check if the user specified timestamps are strictly monotone libavcodecMon, 20 Sep 2004 13:47:47 +0000, by michael
-
consistent use of types patch by (D Richard Felker III <dalias at aerifal dot cx>) libavcodecSun, 19 Sep 2004 14:43:09 +0000, by michael
-
simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecFri, 17 Sep 2004 23:51:36 +0000, by michael
-
huffyuv writes to AVCodecContext.stats_out only once every 32 frames, libavcodecFri, 17 Sep 2004 11:21:52 +0000, by michael
-
warning the user about possible incompatibilities libavcodecFri, 17 Sep 2004 11:17:17 +0000, by michael
-
(non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecFri, 17 Sep 2004 10:57:57 +0000, by michael
-
h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise dot com>) libavcodecThu, 16 Sep 2004 19:05:22 +0000, by michael
-
10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecThu, 16 Sep 2004 17:36:39 +0000, by michael
-
IBM Ultimotion video decoder, courtesy of Konstantin Shishkov libavcodecThu, 16 Sep 2004 03:31:41 +0000, by melanson
-
* I was finally convinced. And besides, if err it's better to err with libavcodecTue, 14 Sep 2004 06:58:24 +0000, by romansh
-
AVC (H264 in mp4 files, fourcc avc1) support libavcodecMon, 13 Sep 2004 21:20:55 +0000, by rtognimp
-
100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...) libavcodecSun, 12 Sep 2004 23:09:54 +0000, by michael
-
use pointer arithmetic in mc_block(), 25% faster libavcodecSun, 12 Sep 2004 10:51:02 +0000, by michael
-
put the warning to the right place to avoid crashes libavcodecFri, 10 Sep 2004 15:38:14 +0000, by alex
-
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster libavcodecMon, 06 Sep 2004 03:17:31 +0000, by michael
-
Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecFri, 03 Sep 2004 02:32:39 +0000, by michael
-
optional non spec compliant optimizations for mpeg1 libavcodecThu, 02 Sep 2004 15:46:03 +0000, by michael
-
h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecThu, 02 Sep 2004 10:49:54 +0000, by michael
-
quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) libavcodecThu, 26 Aug 2004 20:04:54 +0000, by michael
-
typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>) libavcodecWed, 25 Aug 2004 22:35:04 +0000, by michael
-
bsd patch by (Bohdan Horst <nexus at irc dot pl>) libavcodecWed, 25 Aug 2004 00:01:34 +0000, by michael
-
ffmpeg short conversion got fixed somewhere, no need to workaround it - fixes amplitude bug libavcodecSun, 22 Aug 2004 12:40:57 +0000, by alex
-
new opensource lossy/lossless audio codec based on speech compression techniques (actually based on bonk) libavcodecSat, 21 Aug 2004 19:19:35 +0000, by alex