Mercurial > libavcodec.hg
graph
-
flac decoder by (Alex Beregszaszi <alex at fsn dot hu>) libavcodecWed, 18 Feb 2004 01:22:05 +0000, by michael
-
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) libavcodecSat, 14 Feb 2004 13:37:58 +0000, by michael
-
mpeg4 b frame + adaptive quantization assertion failure fix libavcodecSat, 14 Feb 2004 03:49:43 +0000, by michael
-
multithreaded spatial complexity calculation for i frames libavcodecSat, 14 Feb 2004 03:21:03 +0000, by michael
-
activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() libavcodecFri, 13 Feb 2004 21:07:31 +0000, by michael
-
replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong libavcodecFri, 13 Feb 2004 20:59:48 +0000, by michael
-
simplify MV availability check / dont use below last row MV which is always zero libavcodecFri, 13 Feb 2004 18:39:43 +0000, by michael
-
ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) libavcodecThu, 12 Feb 2004 16:21:21 +0000, by michael
-
* gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodecTue, 10 Feb 2004 20:48:09 +0000, by romansh
-
* Initial implementation of the G.726 ADPCM audio codec. libavcodecSat, 07 Feb 2004 08:20:00 +0000, by romansh
-
analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper libavcodecFri, 06 Feb 2004 03:56:05 +0000, by michael
-
initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodecThu, 05 Feb 2004 05:22:44 +0000, by melanson
-
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Mns Rullgrd)) libavcodecWed, 04 Feb 2004 16:03:10 +0000, by michael
-
fixes by Gildas Bazin <gbazin at altern dot org> libavcodecWed, 04 Feb 2004 15:49:55 +0000, by michael
-
added support for EA ADPCM and SMJPEG IMA ADPCM libavcodecTue, 03 Feb 2004 04:27:17 +0000, by melanson
-
vsad16_mmx2 only applies if encoders are turned on libavcodecSat, 31 Jan 2004 20:41:07 +0000, by melanson
-
these functions (get_bit_count and align_put_bits) are referenced even libavcodecSat, 31 Jan 2004 20:37:46 +0000, by melanson
-
SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>) libavcodecThu, 29 Jan 2004 01:15:25 +0000, by michael
-
first coded vs. first displayed pts (segfault & pts fix if b frames are used) libavcodecTue, 27 Jan 2004 13:55:34 +0000, by michael
-
int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecMon, 26 Jan 2004 19:09:47 +0000, by michael
-
Use reget buffer instead of copying from prev frame libavcodecSun, 25 Jan 2004 16:43:09 +0000, by rtognimp
-
freebsd fix for mpeg12.c (moving INT64_MAX to common.h) libavcodecSun, 25 Jan 2004 11:13:56 +0000, by alex
-
optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html libavcodecSat, 24 Jan 2004 23:47:33 +0000, by michael
-
closed gop support & flags2 as all bits in flags are used libavcodecThu, 22 Jan 2004 19:48:28 +0000, by michael
-
inttypes.h patch by (Chip <szarlada at freemail dot hu>) libavcodecThu, 22 Jan 2004 12:09:14 +0000, by michael
-
removing broken framerate conversation hack in mpeg1/2 libavcodecSun, 18 Jan 2004 21:41:44 +0000, by michael
-
fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp libavcodecWed, 14 Jan 2004 02:21:39 +0000, by michael
-
grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb)) libavcodecSat, 10 Jan 2004 19:54:12 +0000, by michael
-
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodecSat, 10 Jan 2004 16:04:55 +0000, by michael
-
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg libavcodecSat, 10 Jan 2004 12:53:07 +0000, by michael
-
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodecFri, 09 Jan 2004 18:00:31 +0000, by michael
-
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecThu, 08 Jan 2004 23:51:23 +0000, by michael
-
optimize compute_antialias() and add a floating point based alternative (2x faster) libavcodecThu, 08 Jan 2004 21:08:57 +0000, by michael
-
uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) libavcodecThu, 08 Jan 2004 18:44:36 +0000, by michael
-
frame rate emulation "fix" by (Mean <fixounet at free dot fr>) libavcodecSun, 04 Jan 2004 17:43:28 +0000, by michael
-
non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecSun, 04 Jan 2004 17:13:14 +0000, by michael
-
warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) libavcodecSun, 04 Jan 2004 14:43:52 +0000, by michael
-
denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) libavcodecSat, 03 Jan 2004 20:14:45 +0000, by michael
-
first pass at Sierra VMD A/V decoders; video looks great, audio is not libavcodecFri, 02 Jan 2004 04:45:06 +0000, by melanson
-
off-by-1 error in the never-before-tested embedded string code libavcodecFri, 02 Jan 2004 02:31:53 +0000, by melanson
-
print vbv buffer size & bitrate when decoding with -debug 1 libavcodecThu, 01 Jan 2004 02:56:35 +0000, by michael
-
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 30 Dec 2003 02:12:12 +0000, by michael
-
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecMon, 22 Dec 2003 19:42:28 +0000, by michael
-
initial predictors are not sent to the output in QT IMA; fix stereo QT libavcodecTue, 16 Dec 2003 01:17:58 +0000, by melanson
-
added End Of File handling to return last picture for MPEG1/2/4 libavcodecMon, 15 Dec 2003 14:40:37 +0000, by bellard
-
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecSun, 14 Dec 2003 17:47:23 +0000, by michael
-
Here are juste two added #ifdef CONFIG_ENCODERS to allow libavcodecSat, 13 Dec 2003 02:14:18 +0000, by michael
-
set AVCodecContext.width/height before get_buffer() libavcodecThu, 11 Dec 2003 11:17:54 +0000, by michael
-
fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed aspect ratio problem if CODEC_ID_MPEG2VIDEO is used to decode an MPEG1 stream (which is the recommended codec id for mpeg video) libavcodecWed, 10 Dec 2003 11:18:36 +0000, by bellard
-
100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l libavcodecTue, 09 Dec 2003 14:03:55 +0000, by michael
-
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 09 Dec 2003 01:49:56 +0000, by michael
-
set has_b_frames correctly, fixes rv20 dr1 with mplayer libavcodecThu, 04 Dec 2003 19:15:37 +0000, by michael
-
this should make the decoder safe for big-endian platforms libavcodecThu, 04 Dec 2003 14:14:43 +0000, by melanson
-
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only libavcodecWed, 03 Dec 2003 04:22:15 +0000, by melanson
-
split ff_h263_decode_mb() into h263 and mpeg4 versions libavcodecWed, 03 Dec 2003 01:16:35 +0000, by michael
-
h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs) libavcodecMon, 01 Dec 2003 20:04:14 +0000, by michael
-
dont read from b frames if draw_horiz_band==NULL libavcodecThu, 27 Nov 2003 13:38:00 +0000, by michael
-
* 3x encoding speedup. Finally we seem to be on par with libdv libavcodecThu, 27 Nov 2003 01:40:13 +0000, by romansh
-
- Add reget_buffer() function to AVCodecContext libavcodecWed, 26 Nov 2003 20:57:15 +0000, by rtognimp
-
16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 25 Nov 2003 00:35:18 +0000, by michael
-
theora alpha3 support (with maintaining backward compatibility, maybe we should remove all backward compatibility codes after final theora release?) libavcodecSun, 23 Nov 2003 18:49:53 +0000, by alex
-
finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg) libavcodecSun, 23 Nov 2003 18:43:09 +0000, by alex
-
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodecWed, 12 Nov 2003 22:01:13 +0000, by michael
-
exported mpa_decode_header for new parser API libavcodecMon, 10 Nov 2003 15:21:16 +0000, by bellard
-
100l: sometime palette was not copied to output frame libavcodecWed, 05 Nov 2003 23:27:23 +0000, by rtognimp
-
* fixes for broken builds on Solaris, OS2 and all bingendian libavcodecTue, 04 Nov 2003 19:35:43 +0000, by romansh
-
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecMon, 03 Nov 2003 18:06:54 +0000, by michael
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecMon, 03 Nov 2003 13:26:22 +0000, by michael
-
Fix some palette related defines, bump build number libavcodecSun, 02 Nov 2003 21:53:28 +0000, by rtognimp
-
* DV demuxer is now capable of decoding auxilary audio stream. So, libavcodecFri, 31 Oct 2003 22:26:26 +0000, by romansh
-
initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) libavcodecThu, 30 Oct 2003 21:05:00 +0000, by michael
-
100l (SAR is written as height/width instead of width/height in the MPEG1 standard) libavcodecThu, 30 Oct 2003 19:55:44 +0000, by michael
-
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodecThu, 30 Oct 2003 05:40:58 +0000, by melanson
-
dumping funny numbers from first zygo i frame header libavcodecWed, 29 Oct 2003 17:30:13 +0000, by michael
-
added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) libavcodecWed, 29 Oct 2003 14:08:18 +0000, by bellard
-
XvMC speedup by removing one memcpy and doing MB packing libavcodecMon, 27 Oct 2003 23:22:43 +0000, by iive
-
make convert_matrix() independant of MpegEncContext libavcodecMon, 27 Oct 2003 14:37:30 +0000, by michael
-
AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>) libavcodecSun, 26 Oct 2003 10:14:05 +0000, by michael
-
block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>) libavcodecSun, 26 Oct 2003 09:49:45 +0000, by michael
-
reorder table instead of wasting instructions to reorder the input to match the table libavcodecSat, 25 Oct 2003 21:59:28 +0000, by michael
-
support Cinepak files with funky (not divisible by 4) resolutions libavcodecSat, 25 Oct 2003 15:22:34 +0000, by melanson
-
* adding integer/floating point AAN implementations for DCT 2-4-8 libavcodecSat, 25 Oct 2003 00:32:54 +0000, by romansh
-
Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavcodecFri, 24 Oct 2003 20:09:30 +0000, by michael
-
rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodecFri, 24 Oct 2003 19:59:43 +0000, by michael
-
inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger) libavcodecThu, 23 Oct 2003 12:59:21 +0000, by michael
-
4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ... libavcodecThu, 23 Oct 2003 12:41:54 +0000, by michael
-
optionally merge postscale into quantization table for the float aan dct libavcodecThu, 23 Oct 2003 09:11:56 +0000, by michael
-
move blocks away MpegEncContext (7.4 -> 5.8k) libavcodecWed, 22 Oct 2003 12:01:21 +0000, by michael
-
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodecWed, 22 Oct 2003 11:23:39 +0000, by michael
-
move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodecWed, 22 Oct 2003 10:59:39 +0000, by michael
-
dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodecTue, 21 Oct 2003 19:55:31 +0000, by michael
-
use continued fractions to approximate a fraction if its numerator or denominator is too large libavcodecMon, 20 Oct 2003 22:33:53 +0000, by michael
-
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodecSun, 19 Oct 2003 21:05:41 +0000, by michael
-
- Moving -Wall from the individual Makefiles to configure (and only libavcodecSat, 18 Oct 2003 18:47:06 +0000, by michael
-
* providing MPEG codecs with a generic fields in AVFrame to use. libavcodecSat, 18 Oct 2003 03:19:44 +0000, by romansh
-
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set libavcodecFri, 17 Oct 2003 18:56:01 +0000, by michael
-
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE libavcodecThu, 16 Oct 2003 18:27:48 +0000, by romansh
-
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least libavcodecThu, 16 Oct 2003 00:21:54 +0000, by michael
-
replace file to remove nasty DOS CRs and hard tabs libavcodecWed, 15 Oct 2003 03:14:14 +0000, by melanson
-
added CRI ADX and XA ADPCM audio modules, courtesy of BERO libavcodecTue, 14 Oct 2003 04:40:53 +0000, by melanson
-
disable encoders where appropriate (patch courtesy of BERO libavcodecTue, 14 Oct 2003 04:15:53 +0000, by melanson
-
fix the case where all vlc codes are 8 bits long (repeat=256) libavcodecMon, 13 Oct 2003 19:38:34 +0000, by michael
-
dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders libavcodecMon, 13 Oct 2003 11:13:10 +0000, by michael
-
removed the obsolete and unused parameters of init_put_bits libavcodecSun, 12 Oct 2003 21:25:00 +0000, by alex
-
theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up) libavcodecSat, 11 Oct 2003 17:44:21 +0000, by alex
-
optimised versions of the get_pixels, diff_pixels, and bswap_buf libavcodecSat, 11 Oct 2003 16:43:51 +0000, by melanson
-
recommit (of patch, as cvslog msg didnt apply cleanly) libavcodecSat, 11 Oct 2003 08:25:23 +0000, by michael
-
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken libavcodecTue, 07 Oct 2003 11:32:40 +0000, by michaelni
-
This patch marks frames used in RPZA decoder as reference frames, from libavcodecSun, 05 Oct 2003 21:48:16 +0000, by tmmm
-
added solid color vectors; basic PAL8, 4x2-vector video (as in libavcodecSat, 04 Oct 2003 17:47:22 +0000, by tmmm
-
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) libavcodecSat, 04 Oct 2003 09:53:34 +0000, by michaelni
-
experimental half-pel motion compensation for C planes, courtesy of Dr. libavcodecThu, 02 Oct 2003 04:19:56 +0000, by tmmm
-
optionally try to encode each MB with MV=<0,0> and choose the one with better RD libavcodecThu, 02 Oct 2003 00:24:34 +0000, by michaelni
-
* preAlpha DV encoding support -- there's still a truckload libavcodecWed, 01 Oct 2003 23:34:46 +0000, by romansh
-
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavcodecWed, 01 Oct 2003 04:39:38 +0000, by tmmm
-
rate distortion optimal cbp support (h263/mpeg4 non intra only) libavcodecTue, 30 Sep 2003 22:18:43 +0000, by michaelni
-
* DV handling was streamlined for both muxing/demuxing and libavcodecMon, 29 Sep 2003 17:54:07 +0000, by romansh
-
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) libavcodecMon, 29 Sep 2003 15:44:59 +0000, by michaelni
-
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodecSun, 28 Sep 2003 22:53:25 +0000, by michaelni
-
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) libavcodecSun, 28 Sep 2003 20:34:11 +0000, by michaelni
-
slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization libavcodecWed, 24 Sep 2003 19:45:57 +0000, by michaelni
-
fix Interplay DPCM (frames are intracoded, predictors do not carry libavcodecFri, 19 Sep 2003 04:41:02 +0000, by tmmm
-
MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's libavcodecFri, 19 Sep 2003 04:00:32 +0000, by tmmm
-
video looks beautiful now, many thanks to Alexander Belyakov libavcodecThu, 18 Sep 2003 03:30:08 +0000, by tmmm
-
wrong, wrong, wrong...coded bits are read in the opposite direction libavcodecWed, 17 Sep 2003 05:17:31 +0000, by tmmm
-
another non const static, maybe its thread save now libavcodecMon, 15 Sep 2003 19:18:28 +0000, by michaelni
-
Ministry of English Composition fixes (courtesy of Diego Biurrun libavcodecSun, 14 Sep 2003 16:52:34 +0000, by tmmm
-
change pixel identifier conflict with AltiVec headers (patch courtesy of libavcodecSun, 14 Sep 2003 16:11:01 +0000, by tmmm
-
Use asms instead of builtins when compiling for generic Alpha. Less libavcodecSat, 13 Sep 2003 10:07:46 +0000, by mellum
-
* patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM libavcodecFri, 12 Sep 2003 18:25:04 +0000, by romansh
-
xan_wc3 decoder now works correctly; added a bunch of output libavcodecThu, 11 Sep 2003 05:46:25 +0000, by tmmm
-
AVI stream header FCC / more reliable detection of old xvid files libavcodecWed, 10 Sep 2003 23:40:55 +0000, by michaelni
-
detect avcodec_open() on an already opened AVCodecContext libavcodecWed, 10 Sep 2003 08:20:14 +0000, by michaelni
-
use const data - began to make code more portable libavcodecTue, 09 Sep 2003 22:56:25 +0000, by bellard
-
--disable-risky fix by (Luca Abeni <lucabe72 at email dot it>) libavcodecTue, 09 Sep 2003 19:46:21 +0000, by michaelni
-
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) libavcodecTue, 09 Sep 2003 19:03:14 +0000, by michaelni
-
update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) libavcodecMon, 08 Sep 2003 22:49:26 +0000, by bellard
-
changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete libavcodecMon, 08 Sep 2003 22:03:29 +0000, by bellard
-
removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features libavcodecMon, 08 Sep 2003 21:04:11 +0000, by bellard
-
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM libavcodecMon, 08 Sep 2003 04:10:59 +0000, by tmmm
-
MingW patches by (Glenn Maynard <g_sf at zewt dot org>) libavcodecThu, 04 Sep 2003 08:21:27 +0000, by michaelni
-
initial commit for Id RoQ and Interplay MVE multimedia subsystems libavcodecTue, 02 Sep 2003 04:32:02 +0000, by tmmm
-
bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate libavcodecFri, 29 Aug 2003 19:42:23 +0000, by michaelni
-
fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support libavcodecThu, 28 Aug 2003 13:38:06 +0000, by bellard
-
100l (forget to reset me.skip for b frames) libavcodecTue, 26 Aug 2003 22:26:18 +0000, by michaelni
-
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem libavcodecTue, 26 Aug 2003 22:05:12 +0000, by romansh
-
oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) libavcodecMon, 25 Aug 2003 22:54:53 +0000, by michaelni
-
xvid edge bug (if i understand the mpeg4 spec correctly) autodetection libavcodecMon, 25 Aug 2003 12:50:15 +0000, by michaelni
-
export int64_t_C as it is needed by libavformat.h libavcodecSun, 24 Aug 2003 16:00:34 +0000, by bellard
-
when changing version, please keep my changes (win32 compile fix) libavcodecSun, 24 Aug 2003 13:57:42 +0000, by bellard
-
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> libavcodecFri, 22 Aug 2003 14:59:04 +0000, by michaelni
-
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) libavcodecWed, 20 Aug 2003 07:57:00 +0000, by michaelni
-
fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) libavcodecTue, 19 Aug 2003 16:18:48 +0000, by michaelni
-
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext) libavcodecFri, 15 Aug 2003 19:58:27 +0000, by michaelni
-
* fixing a regression in mpeg encoder (not setting pix_fmt), libavcodecTue, 12 Aug 2003 18:20:29 +0000, by romansh
-
Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se> libavcodecMon, 11 Aug 2003 20:27:17 +0000, by al3x
-
skip ext header missing message for msmpeg4v2 libavcodecSun, 10 Aug 2003 21:11:45 +0000, by michaelni
-
endian-conscious fix, courtesy of Sebastian Jedruszkiewicz libavcodecFri, 08 Aug 2003 00:12:18 +0000, by tmmm
-
Add GNU header, remove X includes, add more check for xvmc render packet libavcodecTue, 29 Jul 2003 14:15:28 +0000, by iive
-
namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>) libavcodecTue, 29 Jul 2003 10:26:34 +0000, by michaelni
-
patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodecTue, 29 Jul 2003 09:58:47 +0000, by michaelni
-
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy) libavcodecWed, 16 Jul 2003 18:12:14 +0000, by michaelni
-
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) libavcodecSun, 13 Jul 2003 11:06:45 +0000, by michaelni
-
added the official VP3 IDCT (C implementation) as well as a grayscale libavcodecThu, 10 Jul 2003 05:16:25 +0000, by tmmm
-
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodecWed, 09 Jul 2003 23:10:59 +0000, by michaelni
-
1) remove TBL support in PPC performance. It's much more useful to use the libavcodecWed, 09 Jul 2003 20:18:13 +0000, by michaelni
-
the reference sw doesnt like some legal headers ... libavcodecMon, 07 Jul 2003 20:17:44 +0000, by michaelni
-
Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change libavcodecMon, 07 Jul 2003 11:19:18 +0000, by al3x
-
merge U and V statistics, 33% reduction in memory requirement, compression rate better for some files worse for others, worst compression rate loss 0.05% libavcodecSat, 05 Jul 2003 14:18:07 +0000, by michaelni
-
memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>) libavcodecSat, 05 Jul 2003 08:31:08 +0000, by michaelni
-
uniformization (now it uses the same trace functions as h264, defined in common.h) libavcodecFri, 04 Jul 2003 20:26:04 +0000, by al3x
-
PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecFri, 04 Jul 2003 09:39:05 +0000, by michaelni
-
Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodecThu, 03 Jul 2003 23:29:00 +0000, by michaelni
-
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss) libavcodecWed, 02 Jul 2003 10:45:04 +0000, by michaelni
-
moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? libavcodecSun, 29 Jun 2003 19:11:55 +0000, by al3x
-
PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSun, 29 Jun 2003 00:39:57 +0000, by michaelni
-
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) libavcodecSun, 29 Jun 2003 00:23:30 +0000, by michaelni
-
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) libavcodecFri, 27 Jun 2003 15:05:29 +0000, by tmmm
-
blinking blocks around thin vertical lines and dots bugfix libavcodecThu, 26 Jun 2003 11:31:34 +0000, by michaelni
-
DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodecMon, 23 Jun 2003 22:32:15 +0000, by michaelni
-
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodecSat, 21 Jun 2003 01:11:31 +0000, by michaelni
-
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 (Bjrn 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
-
loss fixes (thanks to Daniel Serpell) - shrink22 fix libavcodecMon, 21 Apr 2003 15:01:37 +0000, by bellard
-
accurate YUV to RGB and RGB to YUV conversions - added comments libavcodecMon, 21 Apr 2003 12:12:58 +0000, by bellard
-
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodecSun, 20 Apr 2003 16:18:44 +0000, by bellard
-
new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) libavcodecSun, 20 Apr 2003 16:15:43 +0000, by bellard
-
code redundancy reduction, courtesy of suxen_drol -at- hotmail.com libavcodecSat, 19 Apr 2003 13:30:09 +0000, by tmmm
-
better? default thresholds, if this is worse for any files, then tell us ASAP libavcodecFri, 18 Apr 2003 12:50:00 +0000, by michaelni
-
Utility functions (CRC calc & float->int converters) libavcodecWed, 16 Apr 2003 20:03:07 +0000, by arpi_esp
-
Changes for SPARC/Solaris compatibility. Now it should be possible to libavcodecTue, 15 Apr 2003 22:29:37 +0000, by romansh
-
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) libavcodecSat, 12 Apr 2003 22:49:54 +0000, by michaelni
-
some checks to avoid segfaults if the decoder is feeded with junk libavcodecFri, 11 Apr 2003 22:53:03 +0000, by michaelni
-
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodecThu, 10 Apr 2003 18:02:17 +0000, by michaelni
-
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodecThu, 10 Apr 2003 13:18:38 +0000, by michaelni
-
fixing slice decoding, dunno why the regression tests didnt catch that ... libavcodecThu, 10 Apr 2003 01:39:53 +0000, by michaelni
-
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) libavcodecSun, 06 Apr 2003 19:45:02 +0000, by michaelni
-
Fix for buggy (?) g++ (bailling out for beosaudio.cpp) libavcodecSat, 05 Apr 2003 12:11:10 +0000, by mmu_man
-
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) libavcodecFri, 04 Apr 2003 13:45:45 +0000, by michaelni
-
msmpeg4 2pass support & some related cleanup libavcodecWed, 02 Apr 2003 09:57:34 +0000, by michaelni
-
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodecMon, 31 Mar 2003 01:49:18 +0000, by michaelni
-
simplify slice encoding (variance of packet size is practically identical) libavcodecSun, 30 Mar 2003 16:22:08 +0000, by michaelni
-
faster C linear blend & interpolate deinterlacers libavcodecSat, 29 Mar 2003 14:06:24 +0000, by michaelni
-
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodecFri, 28 Mar 2003 14:05:55 +0000, by michaelni
-
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) libavcodecWed, 26 Mar 2003 23:25:18 +0000, by michaelni
-
binary compatibility fix (workaround for r.147, r.148) libavcodecMon, 24 Mar 2003 08:52:32 +0000, by nickols_k
-
new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecFri, 21 Mar 2003 22:50:54 +0000, by michaelni
-
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read libavcodecThu, 20 Mar 2003 17:52:30 +0000, by michaelni
-
error resilience cleanup (its faster too...) libavcodecThu, 20 Mar 2003 01:00:57 +0000, by michaelni
-
clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecTue, 18 Mar 2003 20:08:57 +0000, by michaelni
-
merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) libavcodecTue, 18 Mar 2003 17:22:23 +0000, by michaelni
-
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodecSun, 16 Mar 2003 21:03:20 +0000, by michaelni
-
cleaner & more flexible edge bug workaround libavcodecSat, 15 Mar 2003 20:47:09 +0000, by michaelni
-
per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodecWed, 12 Mar 2003 15:16:19 +0000, by michaelni
-
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodecTue, 11 Mar 2003 12:09:13 +0000, by michaelni
-
* 'externaly' visible option list begins avoptions_ prefix libavcodecMon, 10 Mar 2003 11:48:33 +0000, by kabi
-
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodecFri, 07 Mar 2003 12:37:49 +0000, by michaelni
-
more cosmetics so that doxygen output is readable ... libavcodecThu, 06 Mar 2003 15:56:56 +0000, by michaelni
-
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) libavcodecThu, 06 Mar 2003 12:06:00 +0000, by michaelni
-
doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;) libavcodecThu, 06 Mar 2003 10:21:57 +0000, by michaelni
-
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) libavcodecWed, 05 Mar 2003 20:03:15 +0000, by michaelni
-
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...) libavcodecWed, 05 Mar 2003 17:48:19 +0000, by michaelni
-
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications libavcodecWed, 05 Mar 2003 16:10:13 +0000, by michaelni
-
MpegEncContext.(i)dct_* -> DspContext.(i)dct_* libavcodecMon, 03 Mar 2003 14:54:00 +0000, by michaelni
-
fixing padding bug autodetection for some rare files, closes bug #647941 libavcodecFri, 28 Feb 2003 01:59:56 +0000, by michaelni
-
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodecThu, 27 Feb 2003 23:26:31 +0000, by michaelni
-
user specified motion estimation range limit libavcodecThu, 27 Feb 2003 22:56:07 +0000, by michaelni
-
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavcodecWed, 26 Feb 2003 17:26:20 +0000, by michaelni
-
* fixed IMA WAV decoding (though still might not be fully correct) libavcodecMon, 24 Feb 2003 13:26:41 +0000, by kabi
-
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ... libavcodecMon, 24 Feb 2003 09:49:37 +0000, by michaelni
-
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks libavcodecMon, 24 Feb 2003 00:05:17 +0000, by michaelni
-
32 vs. 64bit bugfix by (Dave Huang (dahanc)) libavcodecSat, 22 Feb 2003 13:44:16 +0000, by michaelni
-
reverse incorrect stride < (width+7)&~7 fix libavcodecThu, 20 Feb 2003 17:30:51 +0000, by michaelni
-
sync with mplayerxp. Fixes some 405.avi related flaws libavcodecThu, 20 Feb 2003 16:14:12 +0000, by nickols_k
-
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) libavcodecSun, 16 Feb 2003 23:05:38 +0000, by michaelni
-
check for qscale==0 (fixes 1/0 on one corrupted stream) libavcodecMon, 10 Feb 2003 22:43:30 +0000, by michaelni
-
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) libavcodecSun, 09 Feb 2003 00:37:50 +0000, by michaelni
-
direct blocksize in bframes fix (might fix qpel+bframe bug) libavcodecSat, 08 Feb 2003 18:23:39 +0000, by michaelni
-
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images libavcodecSat, 08 Feb 2003 15:34:25 +0000, by philipjsg
-
mpeg1 bframe encoding patch by (Raphal LEGRAND) with some modifications by me libavcodecSat, 08 Feb 2003 12:00:57 +0000, by michaelni
-
cliping MVs, i dunno if its correct but it looks better then without it libavcodecTue, 04 Feb 2003 01:32:25 +0000, by michaelni
-
handle odd image sizes when using subsampled chroma (useful for JPEG images) libavcodecSun, 02 Feb 2003 19:53:01 +0000, by bellard
-
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>) libavcodecSat, 01 Feb 2003 00:18:50 +0000, by michaelni
-
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? libavcodecTue, 28 Jan 2003 14:50:26 +0000, by bellard
-
drawing cute arrows instead of lame lines for motion vector visualization libavcodecSun, 26 Jan 2003 23:11:08 +0000, by michaelni
-
Altivec on non darwin systems patch by Romain Dolbeau libavcodecSun, 26 Jan 2003 22:29:47 +0000, by bellard
-
use av_malloc() functions - added av_strdup and av_realloc() libavcodecThu, 23 Jan 2003 23:03:09 +0000, by bellard
-
C implementation of the median deinterlacer (seems to be the only one libavcodecThu, 23 Jan 2003 04:19:24 +0000, by rfelker
-
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) libavcodecThu, 23 Jan 2003 01:20:47 +0000, by michaelni
-
fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff libavcodecWed, 22 Jan 2003 09:35:03 +0000, by bellard
-
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodecTue, 21 Jan 2003 17:34:12 +0000, by michaelni
-
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecMon, 20 Jan 2003 22:50:14 +0000, by michaelni
-
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodecMon, 20 Jan 2003 22:41:48 +0000, by michaelni
-
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case libavcodecMon, 20 Jan 2003 22:26:19 +0000, by bellard
-
trying to fix mb skip bug in mpeg1/2 if slices are not used libavcodecMon, 20 Jan 2003 20:37:24 +0000, by michaelni
-
fixing yuv422 -> yuv420p (i need that for the vceq videos ...) libavcodecMon, 20 Jan 2003 20:33:08 +0000, by michaelni
-
Function renaming. Solves some namespace conflicts libavcodecMon, 20 Jan 2003 16:33:47 +0000, by nickols_k
-
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSun, 19 Jan 2003 19:00:45 +0000, by michaelni
-
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Mns Rullgrd)) libavcodecSun, 19 Jan 2003 18:30:29 +0000, by michaelni
-
sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, libavcodecSun, 19 Jan 2003 12:06:36 +0000, by mellum
-
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it libavcodecFri, 17 Jan 2003 22:40:00 +0000, by arpi_esp
-
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecThu, 16 Jan 2003 21:54:55 +0000, by michaelni
-
AUtomatic dependency generation. Runs on Linux (at least). Probably should libavcodecTue, 14 Jan 2003 15:30:42 +0000, by philipjsg
-
padding bug autodetection improvement 2nd try libavcodecMon, 13 Jan 2003 13:20:21 +0000, by michaelni
-
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodecSun, 12 Jan 2003 13:29:24 +0000, by michaelni
-
average motion vector rounding like the reference says and not what the standard says libavcodecSun, 12 Jan 2003 12:16:36 +0000, by michaelni
-
sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications) libavcodecSat, 11 Jan 2003 22:32:56 +0000, by michaelni
-
add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) libavcodecSat, 11 Jan 2003 21:04:47 +0000, by michaelni
-
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodecSat, 11 Jan 2003 20:51:03 +0000, by michaelni
-
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodecSat, 11 Jan 2003 20:34:38 +0000, by michaelni
-
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions libavcodecSat, 11 Jan 2003 04:54:38 +0000, by bellard
-
build update - avpicture_fill() returns the image size libavcodecSat, 11 Jan 2003 04:51:31 +0000, by bellard
-
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu libavcodecSat, 11 Jan 2003 00:13:18 +0000, by bellard
-
simplified code (need automatic testing) - added primitive new format support. libavcodecSat, 11 Jan 2003 00:08:48 +0000, by bellard
-
moved avcodec_get_chroma_sub_sample() to imgconvert.c libavcodecSat, 11 Jan 2003 00:07:06 +0000, by bellard
-
new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() libavcodecSat, 11 Jan 2003 00:04:36 +0000, by bellard
-
workaround dropable p frame after first frame bug libavcodecThu, 09 Jan 2003 01:43:31 +0000, by michaelni
-
suppressed redundant math.h - suppressed M_PI redefinition libavcodecTue, 07 Jan 2003 22:43:16 +0000, by bellard
-
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding libavcodecTue, 07 Jan 2003 18:15:48 +0000, by bellard
-
enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support) libavcodecTue, 07 Jan 2003 17:48:14 +0000, by bellard
-
added define for builtins use - inverse fix by Romain Dolbeau libavcodecTue, 07 Jan 2003 17:41:43 +0000, by bellard
-
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check) libavcodecTue, 07 Jan 2003 11:07:15 +0000, by michaelni
-
oops : better error resilience - should fix most wma decoding problems libavcodecMon, 06 Jan 2003 22:47:42 +0000, by bellard
-
* first shot for generaly usable option parser for codecs libavcodecMon, 06 Jan 2003 18:06:51 +0000, by kabi
-
slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped) libavcodecSun, 05 Jan 2003 19:53:07 +0000, by michaelni
-
negative linesize support (so mplayer -flip works) libavcodecSun, 05 Jan 2003 17:59:26 +0000, by michaelni
-
pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>) libavcodecSun, 05 Jan 2003 17:17:14 +0000, by michaelni
-
warnings patch by (bubu <bubu at bubu dot net>) libavcodecWed, 01 Jan 2003 15:10:45 +0000, by michaelni
-
xvid build 3 still has the padding wrong in 1/8 of the cases :((((( libavcodecSun, 29 Dec 2002 01:27:50 +0000, by michaelni
-
fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodecSat, 21 Dec 2002 15:54:21 +0000, by michaelni
-
support dumping the qscale stuff to the screen libavcodecWed, 18 Dec 2002 09:23:24 +0000, by michaelni
-
mlib fix patch by (Juergen Keil <jk at tools dot de>) libavcodecSun, 15 Dec 2002 22:42:59 +0000, by michaelni
-
fixing playback of DaveMatthews_Crash_PocketPC.avi libavcodecWed, 11 Dec 2002 08:56:28 +0000, by michaelni
-
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>) libavcodecFri, 06 Dec 2002 17:58:21 +0000, by michaelni
-
fixing aspect (hopefully, i couldnt reproduce the bug) libavcodecFri, 06 Dec 2002 15:01:48 +0000, by michaelni
-
drop b frames if there are no reference frames libavcodecThu, 05 Dec 2002 11:33:43 +0000, by michaelni
-
fixing files where the first frame isn a keyframe libavcodecWed, 04 Dec 2002 22:16:24 +0000, by michaelni
-
new PSNR code (now works with chroma, b frames, ...) libavcodecWed, 04 Dec 2002 21:13:02 +0000, by michaelni
-
print a warning if something allocates 0 bytes libavcodecWed, 04 Dec 2002 12:42:25 +0000, by michaelni
-
use spatial error concealment if we dont have a previous frame libavcodecWed, 04 Dec 2002 11:25:53 +0000, by michaelni
-
* two functions to handle allocation of static data more simple libavcodecTue, 03 Dec 2002 19:40:35 +0000, by kabi
-
Simplify an expression and eliminate a compile warning libavcodecSat, 30 Nov 2002 17:14:07 +0000, by philipjsg
-
via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodecTue, 26 Nov 2002 16:26:58 +0000, by michaelni
-
apiexample doesnt send complete frames to the codec libavcodecTue, 26 Nov 2002 16:16:04 +0000, by michaelni
-
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecTue, 26 Nov 2002 09:21:01 +0000, by michaelni
-
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards libavcodecTue, 26 Nov 2002 08:56:10 +0000, by michaelni
-
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) libavcodecTue, 26 Nov 2002 00:54:27 +0000, by michaelni
-
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodecMon, 25 Nov 2002 16:58:41 +0000, by michaelni
-
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodecSat, 23 Nov 2002 10:58:05 +0000, by michael
-
moving init of some variables (hurry_up,...) to MPV_frame_start() libavcodecSat, 23 Nov 2002 09:12:57 +0000, by michaelni
-
altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecTue, 19 Nov 2002 23:22:29 +0000, by michaelni
-
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain) libavcodecThu, 14 Nov 2002 22:25:20 +0000, by michaelni
-
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) libavcodecThu, 14 Nov 2002 19:46:14 +0000, by michaelni
-
* not checking for get_buffer_callback - it would be user's error libavcodecThu, 14 Nov 2002 18:43:49 +0000, by kabi
-
* init for inv_zigzag_direct16 moved to init block libavcodecTue, 12 Nov 2002 10:05:21 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 10:04:45 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 09:44:59 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 09:43:43 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 09:40:17 +0000, by kabi