Mercurial > libavcodec.hg
graph
-
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> libavcodec2003-08-22, by michaelni
-
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) libavcodec2003-08-20, by michaelni
-
fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) libavcodec2003-08-19, by michaelni
-
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext) libavcodec2003-08-15, by michaelni
-
Add GNU header, remove X includes, add more check for xvmc render packet libavcodec2003-07-29, by iive
-
namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>) libavcodec2003-07-29, by michaelni
-
patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec2003-07-29, by michaelni
-
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy) libavcodec2003-07-16, by michaelni
-
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) libavcodec2003-07-13, by michaelni
-
added the official VP3 IDCT (C implementation) as well as a grayscale libavcodec2003-07-10, by tmmm
-
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec2003-07-09, by michaelni
-
1) remove TBL support in PPC performance. It's much more useful to use the libavcodec2003-07-09, by michaelni
-
uniformization (now it uses the same trace functions as h264, defined in common.h) libavcodec2003-07-04, by al3x
-
PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-07-04, by michaelni
-
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss) libavcodec2003-07-02, by michaelni
-
PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-06-29, by michaelni
-
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) libavcodec2003-06-29, by michaelni
-
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec2003-06-21, by michaelni
-
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes libavcodec2003-06-17, by michaelni
-
fixed segfault if sequence header has not been found before slice decoding libavcodec2003-06-16, by bellard
-
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 libavcodec2003-06-13, by nickols_k
-
reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate) libavcodec2003-06-09, by michaelni
-
FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) libavcodec2003-06-09, by michaelni
-
revising and fixing motion vectors, squished block unpacking bug that libavcodec2003-05-31, by tmmm
-
fix mpeg1/2 decoding if there are no 0 bytes after the bitstream libavcodec2003-05-30, by michaelni
-
set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodec2003-05-26, by michaelni
-
rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's libavcodec2003-05-26, by tmmm
-
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) libavcodec2003-05-21, by michaelni
-
CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-05-20, by michaelni
-
fix subtle logic problem in block unpacker that leads to incorrect token libavcodec2003-05-19, by tmmm
-
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) libavcodec2003-05-16, by michaelni
-
moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodec2003-05-15, by michaelni
-
aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodec2003-05-14, by michaelni
-
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) libavcodec2003-05-14, by michaelni
-
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodec2003-05-13, by michaelni
-
ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec2003-05-11, by michaelni
-
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-05-07, by michaelni
-
fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodec2003-05-07, by tmmm
-
Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) libavcodec2003-05-05, by michaelni
-
making it nicer to the client who doesn't expect errors messages in stdout libavcodec2003-05-01, by romansh
-
10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec2003-04-27, by michaelni
-
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodec2003-04-20, by bellard
-
new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) libavcodec2003-04-20, by bellard
-
better? default thresholds, if this is worse for any files, then tell us ASAP libavcodec2003-04-18, by michaelni
-
Changes for SPARC/Solaris compatibility. Now it should be possible to libavcodec2003-04-15, by romansh