Mercurial > libavcodec.hg
graph
-
Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>) libavcodec2004-06-06, by michael
-
optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS libavcodec2004-06-06, by michael
-
sample_rate and channels in aac audio patch by (Luca Abeni <lucabe72 at email dot it>) libavcodec2004-06-05, by michael
-
mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden at gmx dot net>) libavcodec2004-06-05, by michael
-
avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2004-06-05, by michael
-
hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2004-06-05, by michael
-
remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2004-06-05, by michael
-
10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodec2004-05-31, by michael
-
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavcodec2004-05-30, by michael
-
accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec libavcodec2004-05-27, by michael
-
altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2004-05-26, by michael
-
rpza resolution fix, courtesy of Todd Kirby (doubleshot at pacbell.net) libavcodec2004-05-26, by melanson
-
avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ... libavcodec2004-05-25, by michael
-
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec2004-05-25, by michael
-
oops, forgot to commit that change from the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec2004-05-21, by michael
-
rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodec2004-05-18, by michael
-
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec2004-05-18, by michael
-
moving motion estimation specific variables from MpegEncContext -> MotionEstContext libavcodec2004-05-11, by michael
-
use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32 libavcodec2004-05-04, by michael
-
move the 0x80 vector outside of the function, thus saving the compiler libavcodec2004-04-27, by melanson
-
separate out put_signed_pixels_clamped() into its own function and libavcodec2004-04-27, by melanson
-
correct MMX-optimized variant of VP3 IDCT, with comments (thank you libavcodec2004-04-25, by melanson
-
support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors libavcodec2004-04-25, by michael
-
License change and cpu detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavcodec2004-04-24, by michael
-
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavcodec2004-04-24, by michael
-
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec2004-04-24, by michael
-
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) libavcodec2004-04-24, by michael
-
VIS optimized motion compensation code. by (David S. Miller <davem at redhat dot com>) libavcodec2004-04-23, by michael
-
h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec2004-04-23, by michael
-
h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec2004-04-23, by michael
-
better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2004-04-22, by michael
-
hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2004-04-20, 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 libavcodec2004-04-17, by michael
-
forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2004-04-16, by michael
-
fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot net>) libavcodec2004-04-16, by michael
-
unify table indexing (motion_val,dc_val,ac_val,coded_block changed) libavcodec2004-04-16, by michael
-
progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec2004-04-11, by michael
-
fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka) libavcodec2004-04-09, by michael
-
writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>) libavcodec2004-04-09, by michael
-
Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>) libavcodec2004-04-09, by michael
-
aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) libavcodec2004-04-09, by michael
-
padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) libavcodec2004-04-08, by michael
-
pts hack (correct solution would be to pass the pts from the encoder to the muxer) libavcodec2004-04-04, by michael
-
remove function call from muxer->encoder and cleanly pass global headers libavcodec2004-04-04, by michael
-
split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too libavcodec2004-04-01, by michael
-
ensure that the bitstream buffers for encoding partitioned frames are aligned libavcodec2004-03-26, by michael
-
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec2004-03-26, by michael
-
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise libavcodec2004-03-26, by michael
-
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded libavcodec2004-03-20, by michael
-
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec2004-03-19, by michael
-
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>) libavcodec2004-03-18, by michael
-
1000000l (using uninitalized variable for initalizing bits per MV table) libavcodec2004-03-16, by michael
-
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) libavcodec2004-03-14, by romansh
-
* DV decoder simplifications. Now it looks to be 6% faster. At least libavcodec2004-03-14, by romansh
-
minor VMD system update; still not perfect, but should not crash either libavcodec2004-03-14, by melanson
-
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodec2004-03-14, by melanson
-
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) libavcodec2004-03-13, by michael
-
smarten up the SVQ3 extradata decoder without changing the external API libavcodec2004-03-13, by melanson
-
disable lames leading zero "feature", fixes a few more flv encoding issues libavcodec2004-03-10, by michael
-
find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads libavcodec2004-03-09, by michael
-
cut over to using new VP3 DSP functions and remove the old ones; bring libavcodec2004-03-08, by melanson
-
seperated out the C-based VP3 DSP functions into a different file; also libavcodec2004-03-08, by melanson
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec2004-03-03, by michael
-
attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) libavcodec2004-03-01, by michael
-
attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) libavcodec2004-02-29, by michael
-
int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) libavcodec2004-02-28, by michael
-
Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>) libavcodec2004-02-28, by michael
-
export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>) libavcodec2004-02-25, by michael
-
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>) libavcodec2004-02-18, by michael
-
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>) libavcodec2004-02-18, by michael
-
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) libavcodec2004-02-14, by michael
-
replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong libavcodec2004-02-13, by michael
-
simplify MV availability check / dont use below last row MV which is always zero libavcodec2004-02-13, by michael
-
* gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodec2004-02-10, by romansh
-
analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper libavcodec2004-02-06, by michael
-
initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodec2004-02-05, by melanson
-
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Måns Rullgård)) libavcodec2004-02-04, by michael
-
these functions (get_bit_count and align_put_bits) are referenced even libavcodec2004-01-31, by melanson
-
first coded vs. first displayed pts (segfault & pts fix if b frames are used) libavcodec2004-01-27, by michael
-
optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html libavcodec2004-01-24, by michael
-
fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp libavcodec2004-01-14, by michael
-
grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb)) libavcodec2004-01-10, by michael
-
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec2004-01-10, by michael
-
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg libavcodec2004-01-10, by michael
-
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodec2004-01-09, by michael
-
optimize compute_antialias() and add a floating point based alternative (2x faster) libavcodec2004-01-08, by michael
-
uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) libavcodec2004-01-08, by michael
-
non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2004-01-04, by michael
-
denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) libavcodec2004-01-03, by michael
-
first pass at Sierra VMD A/V decoders; video looks great, audio is not libavcodec2004-01-02, by melanson
-
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-12-30, by michael
-
initial predictors are not sent to the output in QT IMA; fix stereo QT libavcodec2003-12-16, by melanson
-
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-12-14, by michael
-
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-12-09, by michael
-
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only libavcodec2003-12-03, by melanson
-
h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs) libavcodec2003-12-01, by michael
-
16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-11-25, by michael
-
finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg) libavcodec2003-11-23, by alex
-
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodec2003-11-12, by michael
-
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec2003-11-03, by michael
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec2003-11-03, by michael
-
* DV demuxer is now capable of decoding auxilary audio stream. So, libavcodec2003-10-31, by romansh
-
100l (SAR is written as height/width instead of width/height in the MPEG1 standard) libavcodec2003-10-30, by michael
-
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodec2003-10-30, by melanson
-
AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>) libavcodec2003-10-26, by michael
-
reorder table instead of wasting instructions to reorder the input to match the table libavcodec2003-10-25, by michael
-
support Cinepak files with funky (not divisible by 4) resolutions libavcodec2003-10-25, by melanson
-
Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavcodec2003-10-24, by michael
-
rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodec2003-10-24, by michael
-
inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger) libavcodec2003-10-23, by michael
-
4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ... libavcodec2003-10-23, by michael
-
optionally merge postscale into quantization table for the float aan dct libavcodec2003-10-23, by michael
-
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodec2003-10-22, by michael
-
move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodec2003-10-22, by michael
-
dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodec2003-10-21, by michael
-
use continued fractions to approximate a fraction if its numerator or denominator is too large libavcodec2003-10-20, by michael
-
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec2003-10-19, by michael
-
- Moving -Wall from the individual Makefiles to configure (and only libavcodec2003-10-18, by michael
-
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set libavcodec2003-10-17, by michael
-
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE libavcodec2003-10-16, by romansh
-
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least libavcodec2003-10-16, by michael
-
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
-
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
-
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) libavcodec2003-04-12, by michaelni
-
some checks to avoid segfaults if the decoder is feeded with junk libavcodec2003-04-11, by michaelni
-
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec2003-04-10, by michaelni
-
fixing slice decoding, dunno why the regression tests didnt catch that ... libavcodec2003-04-10, by michaelni
-
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) libavcodec2003-04-06, by michaelni
-
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>) libavcodec2003-04-04, by michaelni
-
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec2003-03-31, by michaelni
-
simplify slice encoding (variance of packet size is practically identical) libavcodec2003-03-30, by michaelni
-
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec2003-03-28, by michaelni
-
new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2003-03-21, by michaelni
-
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read libavcodec2003-03-20, by michaelni
-
clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2003-03-18, by michaelni
-
per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec2003-03-12, by michaelni
-
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodec2003-03-11, by michaelni
-
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec2003-03-07, by michaelni
-
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) libavcodec2003-03-06, by michaelni