Mercurial > libavcodec.hg
graph
-
move the 0x80 vector outside of the function, thus saving the compiler libavcodecTue, 27 Apr 2004 04:06:24 +0000, by melanson
-
separate out put_signed_pixels_clamped() into its own function and libavcodecTue, 27 Apr 2004 03:58:06 +0000, by melanson
-
disable hadamard for gcc below 3.3 - better fix awaited libavcodecMon, 26 Apr 2004 08:51:56 +0000, by alex
-
use the AVV macro from gcc_fixes.h instead ifdefs libavcodecMon, 26 Apr 2004 08:48:28 +0000, by alex
-
100l, and another one because it boils out with ICE under gcc 3.2.3 libavcodecMon, 26 Apr 2004 08:30:56 +0000, by alex
-
fix decoding with quant matrixes which contain elements <16 libavcodecSun, 25 Apr 2004 19:03:35 +0000, by michael
-
move __align16 some place where non-MMX machines can see it libavcodecSun, 25 Apr 2004 04:06:09 +0000, by melanson
-
correct MMX-optimized variant of VP3 IDCT, with comments (thank you libavcodecSun, 25 Apr 2004 03:26:24 +0000, by melanson
-
support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors libavcodecSun, 25 Apr 2004 02:09:47 +0000, by michael
-
add the minimal documentation to make this decoder useful libavcodecSat, 24 Apr 2004 19:30:49 +0000, by melanson
-
License change and cpu detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavcodecSat, 24 Apr 2004 15:23:50 +0000, by michael
-
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavcodecSat, 24 Apr 2004 15:16:23 +0000, by michael
-
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodecSat, 24 Apr 2004 11:51:38 +0000, by michael
-
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) libavcodecSat, 24 Apr 2004 03:02:40 +0000, by michael
-
VIS optimized motion compensation code. by (David S. Miller <davem at redhat dot com>) libavcodecFri, 23 Apr 2004 23:38:54 +0000, by michael
-
h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 23 Apr 2004 19:44:27 +0000, by michael
-
h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 23 Apr 2004 19:36:52 +0000, by michael
-
reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold libavcodecFri, 23 Apr 2004 19:06:30 +0000, by michael
-
better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecThu, 22 Apr 2004 13:21:59 +0000, by michael
-
hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecTue, 20 Apr 2004 17:05:12 +0000, by michael
-
fix y scale of mv vissualization of interlaced MVs libavcodecSun, 18 Apr 2004 18:30:05 +0000, by michael
-
passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder libavcodecSat, 17 Apr 2004 19:41:49 +0000, by michael
-
forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecFri, 16 Apr 2004 12:47:37 +0000, by michael
-
fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot net>) libavcodecFri, 16 Apr 2004 01:48:05 +0000, by michael
-
unify table indexing (motion_val,dc_val,ac_val,coded_block changed) libavcodecFri, 16 Apr 2004 01:01:45 +0000, by michael
-
assert(time_incr >= 0) so its clear that this MUST be the case libavcodecTue, 13 Apr 2004 13:17:35 +0000, by michael
-
progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecSun, 11 Apr 2004 16:28:31 +0000, by michael
-
verbosity patch by (Allen Day <allenday at ucla dot edu>) libavcodecSun, 11 Apr 2004 13:50:42 +0000, by michael
-
fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka) libavcodecFri, 09 Apr 2004 16:32:49 +0000, by michael
-
writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>) libavcodecFri, 09 Apr 2004 15:04:51 +0000, by michael
-
Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>) libavcodecFri, 09 Apr 2004 14:57:39 +0000, by michael
-
aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) libavcodecFri, 09 Apr 2004 14:53:41 +0000, by michael
-
padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) libavcodecThu, 08 Apr 2004 18:54:40 +0000, by michael
-
fix global header passing from demuxer to decoder libavcodecSun, 04 Apr 2004 17:55:59 +0000, by michael
-
pts hack (correct solution would be to pass the pts from the encoder to the muxer) libavcodecSun, 04 Apr 2004 17:06:30 +0000, by michael
-
remove function call from muxer->encoder and cleanly pass global headers libavcodecSun, 04 Apr 2004 15:19:20 +0000, by michael
-
fix obnoxious ogg_packet passing from encoder to muxer libavcodecSun, 04 Apr 2004 14:39:20 +0000, by michael
-
kill obnoxious ogg_packet passing from demuxer to decoder libavcodecSun, 04 Apr 2004 02:07:15 +0000, by michael
-
nicer looking arrows for the motion vector vissualization libavcodecSat, 03 Apr 2004 01:55:24 +0000, by michael
-
split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too libavcodecThu, 01 Apr 2004 17:07:06 +0000, by michael
-
ensure that the bitstream buffers for encoding partitioned frames are aligned libavcodecFri, 26 Mar 2004 21:58:55 +0000, by michael
-
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 26 Mar 2004 19:35:53 +0000, by michael
-
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise libavcodecFri, 26 Mar 2004 02:06:34 +0000, by michael
-
* some significant clean-up of the dv_decode_ac (it looks real libavcodecThu, 25 Mar 2004 01:46:40 +0000, by romansh
-
Compile fix by (Chip <szarlada at freemail dot hu>) libavcodecMon, 22 Mar 2004 12:07:02 +0000, by michael
-
static allocation rewrite (old code was plain a broken mess) libavcodecSun, 21 Mar 2004 21:58:14 +0000, by michael
-
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded libavcodecSat, 20 Mar 2004 16:40:20 +0000, by michael
-
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 19 Mar 2004 21:21:17 +0000, by michael
-
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>) libavcodecThu, 18 Mar 2004 22:45:37 +0000, by michael
-
* removing casualties of battle of the wits and English language libavcodecThu, 18 Mar 2004 04:19:34 +0000, by romansh
-
1000000l (using uninitalized variable for initalizing bits per MV table) libavcodecTue, 16 Mar 2004 16:57:27 +0000, by michael
-
use pan_scan to remove some weight, proper pan_scan offset reading libavcodecTue, 16 Mar 2004 15:38:40 +0000, by iive
-
mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width libavcodecMon, 15 Mar 2004 16:41:15 +0000, by iive
-
move MPV_common_init after parsing stream parameters, matrix rebuild libavcodecMon, 15 Mar 2004 00:08:24 +0000, by iive
-
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) libavcodecSun, 14 Mar 2004 23:45:42 +0000, by romansh
-
* DV decoder simplifications. Now it looks to be 6% faster. At least libavcodecSun, 14 Mar 2004 22:09:58 +0000, by romansh
-
don't fetch the size of SEQH unless SEQH was found libavcodecSun, 14 Mar 2004 15:04:21 +0000, by melanson
-
minor VMD system update; still not perfect, but should not crash either libavcodecSun, 14 Mar 2004 04:08:11 +0000, by melanson
-
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodecSun, 14 Mar 2004 04:04:08 +0000, by melanson
-
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) libavcodecSat, 13 Mar 2004 21:43:24 +0000, by michael
-
be smarter about the variable size of the extra SVQ3 data libavcodecSat, 13 Mar 2004 21:26:54 +0000, by melanson
-
smarten up the SVQ3 extradata decoder without changing the external API libavcodecSat, 13 Mar 2004 20:07:38 +0000, by melanson
-
* moving some of the commonly used bit reading/writing functions libavcodecFri, 12 Mar 2004 23:39:38 +0000, by romansh