Mercurial > libavcodec.hg
graph
-
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken libavcodec2003-10-07, by michaelni
-
This patch marks frames used in RPZA decoder as reference frames, from libavcodec2003-10-05, by tmmm
-
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) libavcodec2003-10-04, by michaelni
-
experimental half-pel motion compensation for C planes, courtesy of Dr. libavcodec2003-10-02, by tmmm
-
optionally try to encode each MB with MV=<0,0> and choose the one with better RD libavcodec2003-10-02, by michaelni
-
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavcodec2003-10-01, by tmmm
-
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) libavcodec2003-09-29, by michaelni
-
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec2003-09-28, by michaelni
-
slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization libavcodec2003-09-24, by michaelni
-
MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's libavcodec2003-09-19, by tmmm
-
change pixel identifier conflict with AltiVec headers (patch courtesy of libavcodec2003-09-14, by tmmm
-
Use asms instead of builtins when compiling for generic Alpha. Less libavcodec2003-09-13, by mellum
-
* patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM libavcodec2003-09-12, by romansh
-
AVI stream header FCC / more reliable detection of old xvid files libavcodec2003-09-10, by michaelni
-
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) libavcodec2003-09-09, by michaelni
-
update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) libavcodec2003-09-08, by bellard
-
changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete libavcodec2003-09-08, by bellard
-
removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features libavcodec2003-09-08, by bellard
-
bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate libavcodec2003-08-29, by michaelni
-
fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support libavcodec2003-08-28, by bellard
-
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem libavcodec2003-08-26, by romansh
-
xvid edge bug (if i understand the mpeg4 spec correctly) autodetection libavcodec2003-08-25, by michaelni
-
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