log

age author description
2003-11-10 melanson added Apple Graphics (SMC) decoder libavcodec
2003-11-09 rtognimp 4bpp support libavcodec
2003-11-07 rtognimp 8BPS decoder libavcodec
2003-11-07 rtognimp Set buffer hints, use cr where available libavcodec
2003-11-07 rtognimp Add cr codec capability and buffer hints libavcodec
2003-11-06 michael fix context=1 libavcodec
2003-11-05 rtognimp 100l: sometime palette was not copied to output frame libavcodec
2003-11-04 romansh * fixes for broken builds on Solaris, OS2 and all bingendian libavcodec
2003-11-03 michael av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2003-11-03 michael flush fix (untested) libavcodec
2003-11-03 michael only add prefix after \n libavcodec
2003-11-03 michael 10l (fixes dct coeff noise reduction) libavcodec
2003-11-03 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2003-11-02 michael noise reduction of dct coefficients libavcodec
2003-11-02 michael 10l ... libavcodec
2003-11-02 rtognimp Moved to new palette API libavcodec
2003-11-02 rtognimp Fix some palette related defines, bump build number libavcodec
2003-11-01 michael ffv1 rgb support libavcodec
2003-10-31 rtognimp 100l: free previous frame, not current one! libavcodec
2003-10-31 rtognimp Don't memcpy from unallocated memory libavcodec
2003-10-31 romansh * DV demuxer is now capable of decoding auxilary audio stream. So, libavcodec
2003-10-30 michael move identical code into its own function libavcodec
2003-10-30 michael initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) libavcodec
2003-10-30 michael 100l (SAR is written as height/width instead of width/height in the MPEG1 standard) libavcodec
2003-10-30 michael pts fix and related fixes libavcodec
2003-10-30 melanson revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodec
2003-10-29 michael dumping funny numbers from first zygo i frame header libavcodec
2003-10-29 alex initial support for zygovideo libavcodec
2003-10-29 bellard 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) libavcodec
2003-10-28 michael linear blend 1 line shift fix libavcodec
2003-10-27 iive XvMC speedup by removing one memcpy and doing MB packing libavcodec
2003-10-27 michael make convert_matrix() independant of MpegEncContext libavcodec
2003-10-26 michael AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>) libavcodec
2003-10-26 michael fixing the remaning block-align checks libavcodec
2003-10-26 michael block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>) libavcodec
2003-10-25 michael reorder table instead of wasting instructions to reorder the input to match the table libavcodec
2003-10-25 michael 10l libavcodec
2003-10-25 michael segfault fix libavcodec
2003-10-25 melanson support Cinepak files with funky (not divisible by 4) resolutions libavcodec
2003-10-25 romansh * adding integer/floating point AAN implementations for DCT 2-4-8 libavcodec
2003-10-24 michael optimizing libavcodec
2003-10-24 michael Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavcodec
2003-10-24 michael rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodec
2003-10-24 romansh * introducing dct248 into the DSP context. libavcodec
2003-10-23 alex 1l libavcodec
2003-10-23 michael minor mmx2 optimization if the dct libavcodec
2003-10-23 michael inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger) libavcodec
2003-10-23 michael 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ... libavcodec
2003-10-23 michael optionally merge postscale into quantization table for the float aan dct libavcodec
2003-10-23 michael 10l libavcodec
2003-10-22 alex 10l libavcodec
2003-10-22 alex 100l libavcodec
2003-10-22 michael oops forgot libavcodec
2003-10-22 michael floating point AAN DCT libavcodec
2003-10-22 michael 112 bytes smaller MpegEncContext libavcodec
2003-10-22 michael move blocks away MpegEncContext (7.4 -> 5.8k) libavcodec
2003-10-22 michael move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodec
2003-10-22 michael move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodec
2003-10-21 michael dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodec
2003-10-21 michael BSD doesnt have log2 libavcodec
2003-10-20 michael mpeg2 aspect ratio encoding fixed libavcodec
2003-10-20 michael use continued fractions to approximate a fraction if its numerator or denominator is too large libavcodec
2003-10-20 michael AVRational libavcodec
2003-10-20 michael bottom_field_first -> top_field_first libavcodec
2003-10-20 michael export mpeg2 active display area / pan scan libavcodec
2003-10-19 michael gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
2003-10-18 michael - Moving -Wall from the individual Makefiles to configure (and only libavcodec
2003-10-18 romansh * providing MPEG codecs with a generic fields in AVFrame to use. libavcodec
2003-10-17 michael emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set libavcodec
2003-10-16 romansh * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE libavcodec
2003-10-16 romansh * fix for a trivial 100l declaration typo libavcodec
2003-10-16 michael picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least libavcodec
2003-10-15 michael default_get_buffer() fixes libavcodec
2003-10-15 michael align libavcodec
2003-10-15 michael fix "first frame is no keyframe" bug libavcodec
2003-10-15 melanson activate the XA and ADX ADPCM codecs libavcodec
2003-10-15 melanson replace file to remove nasty DOS CRs and hard tabs libavcodec
2003-10-15 melanson this should be part of adpcm.c libavcodec
2003-10-15 melanson quiet libavcodec
2003-10-14 melanson added CRI ADX and XA ADPCM audio modules, courtesy of BERO libavcodec
2003-10-14 melanson disable encoders where appropriate (patch courtesy of BERO libavcodec
2003-10-13 michael fix the case where all vlc codes are 8 bits long (repeat=256) libavcodec
2003-10-13 michael alignment 10l libavcodec
2003-10-13 michael mmx2 optimization of huffyuv median encoding libavcodec
2003-10-13 michael 10l libavcodec
2003-10-13 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 libavcodec
2003-10-13 alex 10l libavcodec
2003-10-12 michael fix decoding if the aspect ratio changes libavcodec
2003-10-12 alex removed the obsolete and unused parameters of init_put_bits libavcodec
2003-10-12 michael h263 GOB decoding fix libavcodec
2003-10-12 michael intra dc treshold != 0 decoding fixed libavcodec
2003-10-11 alex Sunplus JPEG codec (SP5X) support libavcodec
2003-10-11 alex theora comments skipping libavcodec
2003-10-11 alex using av_abort libavcodec
2003-10-11 alex theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up) libavcodec
2003-10-11 melanson optimised versions of the get_pixels, diff_pixels, and bswap_buf libavcodec
2003-10-11 michael forgot to commit, i hope its correct libavcodec
2003-10-11 michael recommit of libavcodec
2003-10-11 michael recommit of libavcodec
2003-10-11 michael recommit (of patch, as cvslog msg didnt apply cleanly) libavcodec
2003-10-11 michael recommit of libavcodec
2003-10-11 michael recommit of libavcodec
2003-10-11 michael recommit of libavcodec
2003-10-11 romansh * recommiting change from SF CVS libavcodec
2003-10-11 melanson support a few more types of VQA files libavcodec
2003-10-07 michaelni use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken libavcodec
2003-10-05 tmmm This patch marks frames used in RPZA decoder as reference frames, from libavcodec
2003-10-05 michaelni mpeg1 + trellis quant segfault fix libavcodec
2003-10-04 michaelni 10l ? libavcodec
2003-10-04 tmmm added solid color vectors; basic PAL8, 4x2-vector video (as in libavcodec
2003-10-04 michaelni Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) libavcodec
2003-10-03 tmmm instructions for using the decoder libavcodec
2003-10-03 tmmm implemented Id Quake II CIN support libavcodec
2003-10-02 michaelni rd cbp + single coeff elimination fix libavcodec
2003-10-02 tmmm first pass at a VQA video decoder libavcodec
2003-10-02 tmmm experimental half-pel motion compensation for C planes, courtesy of Dr. libavcodec
2003-10-02 michaelni optionally try to encode each MB with MV=<0,0> and choose the one with better RD libavcodec
2003-10-01 romansh * preAlpha DV encoding support -- there's still a truckload libavcodec
2003-10-01 michaelni ac prediction cleanup libavcodec
2003-10-01 tmmm New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavcodec
2003-09-30 michaelni rate distortion optimal cbp support (h263/mpeg4 non intra only) libavcodec
2003-09-29 romansh * DV handling was streamlined for both muxing/demuxing and libavcodec
2003-09-29 michaelni avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) libavcodec
2003-09-28 michaelni PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
2003-09-28 michaelni AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) libavcodec
2003-09-28 michaelni simpler libavcodec
2003-09-27 michaelni hurry_up fix? libavcodec
2003-09-27 michaelni 100l libavcodec
2003-09-26 michaelni h263 stuffing decode fix libavcodec
2003-09-25 michaelni fixes levis.avi libavcodec
2003-09-24 michaelni slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization libavcodec
2003-09-24 michaelni constraint_parameter_flag fix libavcodec
2003-09-22 mellum Fix compilation with ccc libavcodec
2003-09-19 tmmm fix Interplay DPCM (frames are intracoded, predictors do not carry libavcodec
2003-09-19 tmmm MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's libavcodec
2003-09-19 tmmm do away with all those naughty global variables libavcodec
2003-09-18 tmmm video looks beautiful now, many thanks to Alexander Belyakov libavcodec
2003-09-17 tmmm wrong, wrong, wrong...coded bits are read in the opposite direction libavcodec
2003-09-16 bellard use VC++ lib tool if available libavcodec
2003-09-16 michaelni scenechange_threshold libavcodec
2003-09-15 bellard correct DLL windows install libavcodec
2003-09-15 michaelni another non const static, maybe its thread save now libavcodec
2003-09-14 tmmm initial Interplay video decoder libavcodec
2003-09-14 tmmm Ministry of English Composition fixes (courtesy of Diego Biurrun libavcodec
2003-09-14 tmmm change pixel identifier conflict with AltiVec headers (patch courtesy of libavcodec
2003-09-13 mellum Use asms instead of builtins when compiling for generic Alpha. Less libavcodec
2003-09-13 tmmm final word on RGBA byte order libavcodec
2003-09-12 romansh * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM libavcodec
2003-09-12 tmmm deploy palette control API libavcodec
2003-09-11 bellard simplified version handling libavcodec
2003-09-11 tmmm copy & paste strikes again libavcodec
2003-09-11 tmmm xan_wc3 decoder now works correctly; added a bunch of output libavcodec
2003-09-10 michaelni AVI stream header FCC / more reliable detection of old xvid files libavcodec
2003-09-10 michaelni detect old xvid with fourcc=DIVX libavcodec
2003-09-10 michaelni detect avcodec_open() on an already opened AVCodecContext libavcodec
2003-09-09 bellard removed warnings libavcodec
2003-09-09 bellard use const data - began to make code more portable libavcodec
2003-09-09 bellard removed warnings libavcodec
2003-09-09 bellard remove warnings libavcodec
2003-09-09 michaelni --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>) libavcodec
2003-09-09 michaelni Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) libavcodec
2003-09-08 bellard update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) libavcodec
2003-09-08 bellard CODEC_ID_MP3LAME is obsolete libavcodec
2003-09-08 bellard changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete libavcodec
2003-09-08 bellard removed os_support.h libavcodec
2003-09-08 bellard removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features libavcodec
2003-09-08 bellard ctype.h is a common header libavcodec
2003-09-08 tmmm New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM libavcodec
2003-09-05 al3x bump version numbers to 0.4.8 libavcodec
2003-09-04 michaelni MingW patches by (Glenn Maynard <g_sf at zewt dot org>) libavcodec
2003-09-02 michaelni CODEC_ID_MPEGVIDEO libavcodec
2003-09-02 tmmm initial commit for Id RoQ and Interplay MVE multimedia subsystems libavcodec
2003-09-01 michaelni 100l libavcodec
2003-09-01 michaelni more fixes libavcodec
2003-09-01 michaelni some fixes (still buggy though) libavcodec
2003-09-01 tmmm skip preamble bytes libavcodec
2003-09-01 michaelni asv2 encoding libavcodec
2003-09-01 michaelni ASV2 decoder libavcodec
2003-08-30 michaelni fixing unused f_code values libavcodec
2003-08-30 michaelni 10l (big vs. little endian) libavcodec
2003-08-29 michaelni bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate libavcodec
2003-08-29 michaelni 10l (closed gop bit) libavcodec
2003-08-28 bellard fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support libavcodec
2003-08-28 bellard spelling fix libavcodec
2003-08-26 michaelni 100l (forget to reset me.skip for b frames) libavcodec
2003-08-26 romansh * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem libavcodec
2003-08-26 michaelni fixing CODEC_FLAG_GLOBAL_HEADER libavcodec
2003-08-26 michaelni mpeg2 regression test libavcodec
2003-08-25 michaelni 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) libavcodec
2003-08-25 michaelni mpeg2 encoding libavcodec
2003-08-25 michaelni xvid edge bug (if i understand the mpeg4 spec correctly) autodetection libavcodec
2003-08-24 bellard removed unused variable libavcodec
2003-08-24 bellard avoid warning libavcodec
2003-08-24 bellard avoid warning libavcodec
2003-08-24 bellard removed unused variable libavcodec
2003-08-24 bellard removed unused variables libavcodec
2003-08-24 bellard memmove fixes (Jon Burgess) libavcodec
2003-08-24 bellard export int64_t_C as it is needed by libavformat.h libavcodec
2003-08-24 bellard when changing version, please keep my changes (win32 compile fix) libavcodec
2003-08-22 michaelni custom quant matrix encoding support libavcodec
2003-08-22 michaelni PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> libavcodec
2003-08-22 bellard repeat_pict was never returned libavcodec
2003-08-20 michaelni AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) libavcodec
2003-08-20 michaelni fixing chroma MC libavcodec
2003-08-19 michaelni MC rounding fixed? libavcodec
2003-08-19 michaelni fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) libavcodec
2003-08-18 michaelni use codec_tag for encoding too libavcodec
2003-08-15 michaelni fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext) libavcodec
2003-08-12 romansh * fixing a regression in mpeg encoder (not setting pix_fmt), libavcodec
2003-08-12 tmmm reverse earlier patch libavcodec
2003-08-11 al3x Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se> libavcodec
2003-08-10 michaelni skip ext header missing message for msmpeg4v2 libavcodec
2003-08-08 tmmm endian-conscious fix, courtesy of Sebastian Jedruszkiewicz libavcodec
2003-08-05 michaelni check input pix_fmt libavcodec
2003-08-05 michaelni cleanup / fixes libavcodec
2003-08-02 michaelni clear bitstream buffers in AVCodec.flush() libavcodec
2003-08-01 michaelni FF_INPUT_BUFFER_PADDING_SIZE libavcodec
2003-08-01 michaelni make the h263 decoder more error tolerant libavcodec
2003-07-29 iive Add GNU header, remove X includes, add more check for xvmc render packet libavcodec
2003-07-29 michaelni namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>) libavcodec
2003-07-29 michaelni patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec
2003-07-29 michaelni rate distortion mb decision support libavcodec
2003-07-29 michaelni debug stuff libavcodec
2003-07-28 al3x using av_abort instead exit libavcodec
2003-07-27 al3x 410p -> 411p libavcodec
2003-07-27 al3x CLJR decoding support libavcodec
2003-07-26 iive make MPV_frame_start fail on get_buffer failer libavcodec
2003-07-26 iive compile xvmc only when requested libavcodec
2003-07-26 iive initial XvMC support libavcodec
2003-07-26 iive initial XvMC support libavcodec
2003-07-26 michaelni ati vcr2 uv swap libavcodec
2003-07-25 al3x get_bits -> skip_bits libavcodec
2003-07-25 al3x warning fixes libavcodec
2003-07-24 michaelni vcr2 cleanup libavcodec
2003-07-24 michaelni ATI VCR2 decoding support libavcodec
2003-07-24 michaelni fix libavcodec
2003-07-24 michaelni ATI VCR1 decoder libavcodec
2003-07-23 michaelni last frames & b frames encoding fix libavcodec
2003-07-23 michaelni last frame decoding fix libavcodec
2003-07-23 michaelni bitstream changes to match JM7.2 libavcodec
2003-07-20 michaelni default for slices is display order again libavcodec
2003-07-18 michaelni svq3 b frame slices fix libavcodec
2003-07-17 michaelni AVCodec.flush() libavcodec
2003-07-16 michaelni edge fix libavcodec
2003-07-16 michaelni fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy) libavcodec
2003-07-16 michaelni fix qmin==qmax==1 && msmpeg4 && intra bug libavcodec
2003-07-15 michaelni flv1 fix libavcodec
2003-07-14 michaelni 10l libavcodec
2003-07-13 michaelni 10l libavcodec
2003-07-13 michaelni golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) libavcodec
2003-07-12 michaelni simpler libavcodec
2003-07-12 michaelni cleanup libavcodec
2003-07-10 michaelni postprocessing support libavcodec
2003-07-10 michaelni 1000l (forgot to commit) libavcodec
2003-07-10 michaelni fix? flv escape codes libavcodec
2003-07-10 tmmm added the official VP3 IDCT (C implementation) as well as a grayscale libavcodec
2003-07-10 michaelni flv cleanup / simplify libavcodec
2003-07-09 michaelni flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec
2003-07-09 michaelni 1) remove TBL support in PPC performance. It's much more useful to use the libavcodec
2003-07-08 michaelni few more error checks libavcodec
2003-07-07 michaelni the reference sw doesnt like some legal headers ... libavcodec
2003-07-07 al3x warning fix libavcodec
2003-07-07 michaelni mpeg 2 seeking fix libavcodec
2003-07-07 al3x 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 libavcodec
2003-07-06 michaelni CODEC_FLAG_LOW_DELAY fix libavcodec
2003-07-05 michaelni 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% libavcodec
2003-07-05 michaelni memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>) libavcodec
2003-07-04 al3x moved frame_count to wmadeccontext libavcodec
2003-07-04 al3x uniformization (now it uses the same trace functions as h264, defined in common.h) libavcodec
2003-07-04 al3x unwanted second definition of CHECKED_ALLOCZ libavcodec
2003-07-04 michaelni PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-07-03 michaelni Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
2003-07-03 michaelni fix last_block_index<=0 bug libavcodec
2003-07-02 michaelni cleanup / cosmetics libavcodec
2003-07-02 michaelni 20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss) libavcodec
2003-06-29 al3x 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? libavcodec
2003-06-29 michaelni PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-06-29 michaelni build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) libavcodec
2003-06-28 michaelni fix CHECKED_ALLOCZ(0) libavcodec
2003-06-28 michaelni gcc 2.95 workaround libavcodec
2003-06-27 tmmm - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) libavcodec
2003-06-27 tmmm Fix third pixel motion compensation libavcodec
2003-06-27 michaelni 2x100l libavcodec
2003-06-26 michaelni blinking blocks around thin vertical lines and dots bugfix libavcodec
2003-06-23 michaelni DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
2003-06-22 michaelni CONFIG_ENCODERS cleanup libavcodec
2003-06-21 michaelni the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
2003-06-21 michaelni fixing concealment MVs prediction libavcodec
2003-06-20 al3x some warning fixes libavcodec
2003-06-20 tmmm don't step on the context libavcodec
2003-06-20 tmmm 4, not 2 libavcodec
2003-06-19 tmmm added support for B-frames and multiple slices libavcodec
2003-06-19 tmmm fix identifier to fix compilation libavcodec
2003-06-18 michaelni make ff_emulated_edge_mc() independant of MpegEncContext libavcodec
2003-06-18 nickols_k optimization: merge phases 0 and 1 libavcodec
2003-06-17 michaelni lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes libavcodec
2003-06-17 nickols_k to be more precise libavcodec
2003-06-17 nickols_k finally works now libavcodec
2003-06-16 al3x 10l libavcodec
2003-06-16 bellard fixed segfault if sequence header has not been found before slice decoding libavcodec
2003-06-16 michaelni cleanup libavcodec
2003-06-16 al3x a bottle of coke (=0.5l) libavcodec
2003-06-16 nickols_k some useful warning libavcodec
2003-06-15 michaelni lossless jpeg decoding support libavcodec
2003-06-13 michaelni golomb rice codes libavcodec
2003-06-13 kabi * removed redundant includes (they were even wrongly used) libavcodec
2003-06-13 nickols_k 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 libavcodec
2003-06-10 bellard works with old gcc versions too libavcodec
2003-06-09 michaelni reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate) libavcodec
2003-06-09 michaelni 10l libavcodec
2003-06-09 michaelni FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) libavcodec
2003-06-07 michaelni more comments libavcodec
2003-06-06 michaelni cleanup libavcodec
2003-06-05 kabi * 3gp patch by Joca libavcodec
2003-06-03 michaelni 4xm adpcm libavcodec
2003-06-01 michaelni fix 4xm yuv->rgb565 transform libavcodec
2003-06-01 michaelni 10l (array[-1] ...) libavcodec
2003-06-01 michaelni 4xm codec libavcodec
2003-05-31 tmmm revising and fixing motion vectors, squished block unpacking bug that libavcodec
2003-05-30 michaelni rgb15 & rgb16 fix libavcodec
2003-05-30 michaelni (truncated) unary binerization libavcodec
2003-05-30 michaelni fix mpeg1/2 decoding if there are no 0 bytes after the bitstream libavcodec
2003-05-29 michaelni mpeg1 decoding fix libavcodec
2003-05-28 michaelni CABAC libavcodec
2003-05-28 tmmm placeholder IDs for 4xm A/V codecs libavcodec
2003-05-27 michaelni motion vector vissualization for mpeg1/2 libavcodec
2003-05-26 michaelni set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodec
2003-05-26 tmmm rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's libavcodec
2003-05-24 mellum Warning and compatibility fixes. libavcodec
2003-05-23 michaelni some benchmarking code libavcodec
2003-05-23 michaelni optimize libavcodec
2003-05-23 michaelni cleanup libavcodec
2003-05-22 michaelni truncated h263 decoding support / H263-ES "demuxer" libavcodec
2003-05-21 michaelni altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) libavcodec
2003-05-20 kabi * compile fixes by Mitch at Bits.COM libavcodec
2003-05-20 michaelni cleanup libavcodec
2003-05-20 michaelni CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-05-19 michaelni ASV1 codec libavcodec
2003-05-19 tmmm fix subtle logic problem in block unpacker that leads to incorrect token libavcodec
2003-05-18 michaelni 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 libavcodec
2003-05-16 michaelni seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) libavcodec
2003-05-16 michaelni bigendian fix libavcodec
2003-05-16 michaelni CODEC_CAP_DRAW_HORIZ_BAND libavcodec
2003-05-15 michaelni moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodec
2003-05-15 mellum Warning fixes. libavcodec
2003-05-15 michaelni optimize libavcodec
2003-05-14 michaelni cleanup libavcodec
2003-05-14 michaelni libmpeg2 style bitstream reader 17 vs 16 bit bugfix libavcodec
2003-05-14 michaelni aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodec
2003-05-14 michaelni make sh4 IDCT optional, so the user can choose libavcodec
2003-05-14 michaelni sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni AMR-NB audio support patch by (<joca at rixmail dot se>) libavcodec
2003-05-14 michaelni libmpeg2 style bitstream reader fixes libavcodec
2003-05-14 michaelni some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) libavcodec
2003-05-14 michaelni decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-13 michaelni small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodec
2003-05-13 michaelni optimizations libavcodec
2003-05-13 kabi * oops - reversed last commit libavcodec
2003-05-13 michaelni optimizations libavcodec
2003-05-12 michaelni 100l (document buffer padding requirements) libavcodec
2003-05-12 kabi * sync libavcodec
2003-05-12 kabi * link libfaad when needed libavcodec
2003-05-12 kabi * quiet missing EOF \n warning libavcodec
2003-05-12 kabi * support for AAC audio streams via libfaad libavcodec
2003-05-12 tmmm fix image buffer leak on keyframes, add more error condition checks libavcodec
2003-05-12 romansh * fixing a bug in avpicture_layout (PAL8 wasn't handled properly) libavcodec
2003-05-11 michaelni ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
2003-05-11 michaelni more idct_permute docs libavcodec
2003-05-11 tmmm fix motion vector decoding bug and reinstate interframes libavcodec
2003-05-11 tmmm get those permutations straight libavcodec
2003-05-10 tmmm squashed a bunch of subtle array indexing bugs, fixed block mapping libavcodec
2003-05-10 michaelni print obmc bug info only if avctx->debug&1 libavcodec
2003-05-10 tmmm dump the shady binary search logic (the part that binary searches libavcodec
2003-05-10 tmmm change the way the ImageDescription is passed to the decoder libavcodec
2003-05-09 michaelni svq3 decoder by anonymous libavcodec
2003-05-08 tmmm correct the custom coding mode alphabet, add some validation on the libavcodec
2003-05-07 michaelni more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-05-07 romansh * introducing new public interface in imgconvert.c libavcodec
2003-05-07 tmmm looking better all the time! motion compensation is starting to work libavcodec
2003-05-07 tmmm fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodec
2003-05-06 michaelni release buffer cleanup libavcodec
2003-05-06 tmmm fix decoder so that ffmpeg does not crash, at least not right away libavcodec
2003-05-05 michaelni Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) libavcodec
2003-05-05 michaelni doxy libavcodec
2003-05-05 tmmm first pass at a new VP3 video decoder libavcodec
2003-05-03 arpi_esp looks better (req. for mp-G2) libavcodec
2003-05-01 romansh making it nicer to the client who doesn't expect errors messages in stdout libavcodec
2003-04-29 romansh * fixing NTSC frame rate for DV streams libavcodec
2003-04-27 michaelni 10l libavcodec
2003-04-27 michaelni tired libavcodec
2003-04-27 michaelni 10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec
2003-04-25 michaelni 10l libavcodec
2003-04-25 michaelni 2pass stats fix (by ffdshow cvslog) libavcodec
2003-04-25 michaelni typo in a comment ... libavcodec
2003-04-25 michaelni fixing mixed dr1 + internal buffers libavcodec
2003-04-25 michaelni doc fixes (forgot to commit) libavcodec
2003-04-23 kabi * more strict types libavcodec
2003-04-22 michaelni cleanup mpeg1/2 bitstream parser libavcodec
2003-04-22 kabi * fixed initialization and some memleak libavcodec
2003-04-21 bellard rgb555 alpha extraction fix libavcodec
2003-04-21 bellard added img_get_alpha_info() libavcodec
2003-04-21 bellard fixed PIX_FMT_YUV422 conversions libavcodec
2003-04-21 bellard loss fixes (thanks to Daniel Serpell) - shrink22 fix libavcodec
2003-04-21 bellard added all missing UV conversions libavcodec
2003-04-21 bellard almost exhaustive image conversion support libavcodec
2003-04-21 bellard accurate YUV to RGB and RGB to YUV conversions - added comments libavcodec
2003-04-20 bellard YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodec
2003-04-20 bellard fixed static init libavcodec
2003-04-20 bellard new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) libavcodec
2003-04-19 bellard rgba32 convert libavcodec
2003-04-19 tmmm code redundancy reduction, courtesy of suxen_drol -at- hotmail.com libavcodec
2003-04-18 michaelni better? default thresholds, if this is worse for any files, then tell us ASAP libavcodec
2003-04-18 michaelni mpeg2 qscale flag libavcodec
2003-04-17 michaelni segfault fix libavcodec
2003-04-16 arpi_esp Compile a52 util functions too libavcodec
2003-04-16 arpi_esp Utility functions (CRC calc & float->int converters) libavcodec
2003-04-16 michaelni meanigfull dr1 comment libavcodec
2003-04-15 romansh Changes for SPARC/Solaris compatibility. Now it should be possible to libavcodec
2003-04-15 tmmm native Indeo3 decoder implementation libavcodec
2003-04-14 michaelni 10l libavcodec
2003-04-14 michaelni check validity of some flags libavcodec
2003-04-14 michaelni minor cleanup / some warning fixes libavcodec
2003-04-14 michaelni 10l (hadamard fix) libavcodec
2003-04-12 michaelni 10l libavcodec
2003-04-12 michaelni faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) libavcodec
2003-04-12 michaelni 10l (use before malloc) libavcodec
2003-04-11 michaelni some checks to avoid segfaults if the decoder is feeded with junk libavcodec
2003-04-11 michaelni 100l (mpeg2 decoding fixed) libavcodec
2003-04-11 michaelni 10l (adaptve quant fix) libavcodec
2003-04-10 michaelni #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec
2003-04-10 michaelni 10l libavcodec
2003-04-10 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 libavcodec
2003-04-10 michaelni b frames + slices bugfix libavcodec
2003-04-10 michaelni fixing slice decoding, dunno why the regression tests didnt catch that ... libavcodec
2003-04-07 michaelni some checks to avoid segfault libavcodec
2003-04-06 michaelni pict_type & quality fix libavcodec
2003-04-06 michaelni fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) libavcodec
2003-04-05 mmu_man Fix for buggy (?) g++ (bailling out for beosaudio.cpp) libavcodec
2003-04-05 michaelni #ifdef TRACE printf() -> tprintf() libavcodec
2003-04-04 michaelni multiple reference frames support libavcodec
2003-04-04 michaelni H264 decoder & demuxer libavcodec
2003-04-04 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>) libavcodec
2003-04-04 michaelni fixing mem corruption libavcodec
2003-04-02 michaelni 10l libavcodec
2003-04-02 michaelni msmpeg4 2pass support & some related cleanup libavcodec
2003-04-01 michaelni fixing msmpeg4v2 encoding libavcodec
2003-03-31 michaelni some static -> dynamic alloc & 16->8 bit libavcodec
2003-03-31 michaelni mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec
2003-03-30 michaelni mpeg1 slice encoding support libavcodec
2003-03-30 michaelni simplify slice encoding (variance of packet size is practically identical) libavcodec
2003-03-29 michaelni faster C linear blend & interpolate deinterlacers libavcodec
2003-03-29 michaelni fixing cliping of c deinterlacers libavcodec
2003-03-28 michaelni AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec
2003-03-26 michaelni I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) libavcodec
2003-03-26 mmu_man debug stuff only for DEBUG :) libavcodec
2003-03-26 michaelni faster hadamard transform libavcodec
2003-03-26 michaelni 10l libavcodec
2003-03-24 nickols_k binary compatibility fix (workaround for r.147, r.148) libavcodec
2003-03-22 michaelni user setable quantizer bias libavcodec
2003-03-22 michaelni binary compatibility fix libavcodec
2003-03-22 michaelni 10l libavcodec
2003-03-21 michaelni bitstream tracing support libavcodec
2003-03-21 michaelni new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2003-03-20 michaelni better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read libavcodec
2003-03-20 michaelni error resilience cleanup (its faster too...) libavcodec
2003-03-18 michaelni clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2003-03-18 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) libavcodec
2003-03-17 michaelni qmin/qmax cleanup libavcodec
2003-03-17 michaelni 10l libavcodec
2003-03-16 michaelni rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodec
2003-03-16 michaelni field pic decoding cleanup libavcodec
2003-03-15 michaelni cleaner & more flexible edge bug workaround libavcodec
2003-03-15 michaelni halfpel MC doxy libavcodec
2003-03-14 al3x 10l libavcodec
2003-03-14 kabi * fixing cut&paste bug libavcodec
2003-03-12 michaelni oops libavcodec
2003-03-12 michaelni rvlc decoding support libavcodec
2003-03-12 mmu_man /me should really learn doxygen :) libavcodec
2003-03-12 kabi * added more options libavcodec
2003-03-12 kabi * cosmetic doc fix libavcodec
2003-03-12 kabi * moved os_support.h into libavcodec libavcodec
2003-03-12 michaelni 100l libavcodec
2003-03-12 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec
2003-03-11 michaelni restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodec
2003-03-10 kabi * 'externaly' visible option list begins avoptions_ prefix libavcodec
2003-03-10 michaelni even more fixes libavcodec
2003-03-10 kabi * oooooops - sorry for this one - wrong logic libavcodec
2003-03-10 michaelni more fixes libavcodec
2003-03-10 michaelni more fixes libavcodec
2003-03-10 michaelni bug workaround libavcodec
2003-03-09 al3x simplified libavcodec
2003-03-08 michaelni looks better IMHO libavcodec
2003-03-08 michaelni merging fourcc with codec_tag libavcodec
2003-03-07 kabi * support FF_MM_FORCE libavcodec
2003-03-07 kabi * more generic avoption_parse libavcodec
2003-03-07 michaelni Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec
2003-03-06 michaelni more cosmetics so that doxygen output is readable ... libavcodec
2003-03-06 michaelni typo libavcodec
2003-03-06 michaelni doxy / cosmetics libavcodec
2003-03-06 michaelni doxy / cosmetics libavcodec
2003-03-06 michaelni typos & cosmetics libavcodec
2003-03-06 michaelni altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) libavcodec
2003-03-06 michaelni per file doxy libavcodec
2003-03-06 michaelni doxy libavcodec
2003-03-06 michaelni cosmetics libavcodec
2003-03-06 michaelni doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;) libavcodec
2003-03-06 michaelni more dox libavcodec
2003-03-06 michaelni more idiot proof dox libavcodec
2003-03-05 michaelni ff_block_permute() dox libavcodec
2003-03-05 michaelni cleanup libavcodec
2003-03-05 michaelni mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) libavcodec
2003-03-05 michaelni 10l libavcodec
2003-03-05 michaelni field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...) libavcodec
2003-03-05 michaelni extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications libavcodec
2003-03-04 michaelni typo (fixes wmv1 regression test in c) libavcodec
2003-03-03 kabi * minor optimalization libavcodec
2003-03-03 michaelni MpegEncContext.(i)dct_* -> DspContext.(i)dct_* libavcodec
2003-03-01 michaelni fixing inaccurate frame_rate libavcodec
2003-02-28 michaelni 10l libavcodec
2003-02-28 michaelni h263(+) clenaup & bugfixes libavcodec
2003-02-28 michaelni fixing padding bug autodetection for some rare files, closes bug #647941 libavcodec
2003-02-27 michaelni support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec
2003-02-27 michaelni user specified motion estimation range limit libavcodec
2003-02-26 michaelni move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavcodec
2003-02-25 bellard added DTG active format information libavcodec
2003-02-24 kabi * using const buffers for reading libavcodec
2003-02-24 kabi * const arrays libavcodec
2003-02-24 kabi * fixed IMA WAV decoding (though still might not be fully correct) libavcodec
2003-02-24 michaelni huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ... libavcodec
2003-02-24 michaelni get_vlc2() "docs" libavcodec
2003-02-24 michaelni round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks libavcodec
2003-02-22 michaelni 32 vs. 64bit bugfix by (Dave Huang (dahanc)) libavcodec
2003-02-20 michaelni reverse incorrect stride < (width+7)&~7 fix libavcodec
2003-02-20 nickols_k sync with mplayerxp. Fixes some 405.avi related flaws libavcodec
2003-02-18 kabi * using $(MAKE) libavcodec
2003-02-18 michaelni fixing 410 -> 420 libavcodec
2003-02-18 kabi * sync with main liba52 sources libavcodec
2003-02-18 kabi * update cleanup rules (Steven M. Schultz) libavcodec
2003-02-16 michaelni 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) libavcodec
2003-02-14 michaelni moving postprocess to ffmpeg/libavcodec libavcodec
2003-02-14 michaelni improving parsing of incomplete headers libavcodec
2003-02-11 michael avoid #include "../ libavcodec
2003-02-11 michael #ifdef c++ libavcodec
2003-02-11 kabi * prototypes at one place libavcodec
2003-02-11 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
2003-02-10 michaelni check for qscale==0 (fixes 1/0 on one corrupted stream) libavcodec
2003-02-10 michaelni dos2unix libavcodec
2003-02-10 kabi * check for potentialy problematic field len libavcodec
2003-02-10 kabi * opts compilation libavcodec
2003-02-10 kabi * still unfinished code for Options libavcodec
2003-02-10 kabi * still unfinished code for Options libavcodec
2003-02-10 kabi * static,const,compiler warning cleanup libavcodec
2003-02-09 tmmm register cyuv with allcodecs.c libavcodec
2003-02-09 bellard added paletted 8 bit format support libavcodec
2003-02-09 michaelni Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) libavcodec
2003-02-08 michaelni direct blocksize in bframes fix (might fix qpel+bframe bug) libavcodec
2003-02-08 philipjsg Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images libavcodec
2003-02-08 michaelni mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me libavcodec
2003-02-07 michaelni b frame segfault fix (+-1 bug) libavcodec
2003-02-04 michaelni cliping MVs, i dunno if its correct but it looks better then without it libavcodec
2003-02-02 michaelni divx503 decoding fix libavcodec
2003-02-02 bellard handle odd image sizes when using subsampled chroma (useful for JPEG images) libavcodec
2003-02-01 bellard dependencies are only build with make depend libavcodec
2003-02-01 michaelni fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>) libavcodec
2003-01-29 michaelni 100000l libavcodec
2003-01-29 michaelni bugfix libavcodec
2003-01-29 michaelni --disable-risky support libavcodec
2003-01-28 kabi * headers valid for C++ compilers libavcodec
2003-01-28 bellard win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? libavcodec
2003-01-28 bellard win32: added vsnprintf libavcodec
2003-01-28 michaelni 10l / 4mv segfault fix libavcodec
2003-01-27 michaelni optimizing av_log2 libavcodec
2003-01-27 bellard DV audio decoder by Roman Shaposhnick libavcodec
2003-01-26 michaelni drawing cute arrows instead of lame lines for motion vector visualization libavcodec
2003-01-26 michaelni feeding doxygen libavcodec
2003-01-26 bellard Altivec on non darwin systems patch by Romain Dolbeau libavcodec
2003-01-23 bellard removed warning libavcodec
2003-01-23 bellard use av_malloc() functions - added av_strdup and av_realloc() libavcodec
2003-01-23 bellard undefine malloc macros libavcodec
2003-01-23 rfelker C implementation of the median deinterlacer (seems to be the only one libavcodec
2003-01-23 michaelni reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) libavcodec
2003-01-22 bellard 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 libavcodec
2003-01-21 michaelni cleanup libavcodec
2003-01-21 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec
2003-01-20 michaelni More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-01-20 michaelni img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec
2003-01-20 bellard added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case libavcodec
2003-01-20 michaelni trying to fix mb skip bug in mpeg1/2 if slices are not used libavcodec
2003-01-20 michaelni fixing yuv422 -> yuv420p (i need that for the vceq videos ...) libavcodec
2003-01-20 kabi * code for parsing options libavcodec
2003-01-20 nickols_k reverse libavcodec
2003-01-20 nickols_k Function renaming. Solves some namespace conflicts libavcodec
2003-01-19 michaelni align libavcodec
2003-01-19 michaelni PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-01-19 michaelni C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård)) libavcodec
2003-01-19 michaelni finetuneing thresholds/factors libavcodec
2003-01-19 mellum sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, libavcodec
2003-01-18 michaelni bugs libavcodec
2003-01-17 arpi_esp - removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it libavcodec
2003-01-16 michaelni AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-01-15 michaelni fixing DCTELEM != short libavcodec
2003-01-15 michaelni more compare functions (rd & bit) libavcodec
2003-01-14 michaelni 10l libavcodec
2003-01-14 philipjsg AUtomatic dependency generation. Runs on Linux (at least). Probably should libavcodec
2003-01-13 michaelni padding bug autodetection improvement 2nd try libavcodec
2003-01-13 michaelni better padding/stuffing bug autodetection libavcodec
2003-01-13 michaelni gmc1 segfault fix (found by kabi) libavcodec
2003-01-12 michaelni dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec
2003-01-12 michaelni /* align 16 */ libavcodec
2003-01-12 michaelni average motion vector rounding like the reference says and not what the standard says libavcodec
2003-01-12 michaelni get_format() libavcodec
2003-01-11 michaelni sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications) libavcodec
2003-01-11 michaelni add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) libavcodec
2003-01-11 michaelni altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec
2003-01-11 michaelni os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodec
2003-01-11 bellard added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions libavcodec
2003-01-11 bellard moved avpicture_xxx to imgconvert libavcodec
2003-01-11 bellard build update - avpicture_fill() returns the image size libavcodec
2003-01-11 bellard changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu libavcodec
2003-01-11 bellard simplified code (need automatic testing) - added primitive new format support. libavcodec
2003-01-11 bellard moved avcodec_get_chroma_sub_sample() to imgconvert.c libavcodec
2003-01-11 bellard new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() libavcodec
2003-01-10 mellum Implement sad8x8 and sad16x16 with pix_abs. libavcodec
2003-01-09 michaelni typo (noticed by kabi) libavcodec
2003-01-09 michaelni qpel fix libavcodec
2003-01-09 michaelni fixed wmv2 slices libavcodec
2003-01-09 michaelni workaround dropable p frame after first frame bug libavcodec
2003-01-08 bellard altivec patches by Romain Dolbeau libavcodec
2003-01-07 bellard suppressed getopt.h libavcodec
2003-01-07 bellard tests link all libavcodec libavcodec
2003-01-07 bellard suppressed pix_norm_altivec libavcodec
2003-01-07 bellard suppressed redundant math.h - suppressed M_PI redefinition libavcodec
2003-01-07 bellard generic M_PI define libavcodec
2003-01-07 bellard fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding libavcodec
2003-01-07 bellard removed redundant includes libavcodec
2003-01-07 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) libavcodec
2003-01-07 bellard align fixes for sse/altivec libavcodec
2003-01-07 bellard enabled SSE fft on x86 libavcodec
2003-01-07 bellard use av_malloc instead of malloc libavcodec
2003-01-07 bellard compile fixes libavcodec
2003-01-07 bellard added define for builtins use - inverse fix by Romain Dolbeau libavcodec
2003-01-07 michaelni PIC / ebx fix libavcodec
2003-01-07 michaelni more gcc bug workarounds libavcodec
2003-01-07 michaelni gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check) libavcodec
2003-01-06 bellard oops : better error resilience - should fix most wma decoding problems libavcodec
2003-01-06 kabi * avoid usage of next/last buffer after flush libavcodec
2003-01-06 kabi * first shot for generaly usable option parser for codecs libavcodec
2003-01-06 michaelni 1000l (push & esp) using mangle now ... libavcodec
2003-01-06 michaelni b frame segfault fix libavcodec
2003-01-05 michaelni qpel in b frames bugfixes libavcodec
2003-01-05 michaelni slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped) libavcodec
2003-01-05 michael YUV 411/422/444 support for pp libavcodec
2003-01-05 michaelni negative linesize support (so mplayer -flip works) libavcodec
2003-01-05 michaelni pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>) libavcodec
2003-01-05 michaelni qpel in mmx2/3dnow libavcodec
2003-01-03 michaelni mpeg4 header encoding bugfix libavcodec
2003-01-02 michaelni pre motion estimation cleanup/bugfix libavcodec
2003-01-02 michaelni motion estimation pre pass libavcodec
2003-01-01 michaelni bugfix libavcodec
2003-01-01 michaelni warnings patch by (bubu <bubu at bubu dot net>) libavcodec
2003-01-01 michaelni shape adaptive diamonds for EPZS libavcodec
2003-01-01 michaelni trellis quantization for mpeg1 libavcodec
2002-12-31 michaelni more optimized trellis quantizer libavcodec
2002-12-31 michaelni trellis quantization libavcodec
2002-12-30 faust3 10l another int i missing (without ^M) libavcodec
2002-12-30 michael 10l (int i) libavcodec
2002-12-30 michaelni correcter mpeg4 headers libavcodec
2002-12-29 michael cleaning corners of green dirt ;) libavcodec
2002-12-29 michaelni removing PIX_FMT_ANY libavcodec
2002-12-29 michaelni better set pix_fmt explicitly libavcodec
2002-12-29 michaelni xvid build 3 still has the padding wrong in 1/8 of the cases :((((( libavcodec
2002-12-29 michael buffer alloc cleanup / 10l libavcodec
2002-12-27 michaelni qpel encoding libavcodec
2002-12-22 al3x disabled aspect code due to it is extra buggy libavcodec
2002-12-21 michaelni fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodec
2002-12-19 kabi * fix for empty image queue libavcodec
2002-12-18 michaelni mb qp limits libavcodec
2002-12-18 michaelni support dumping the qscale stuff to the screen libavcodec
2002-12-17 michaelni more debug output libavcodec
2002-12-15 michaelni mlib fix patch by (Juergen Keil <jk at tools dot de>) libavcodec
2002-12-11 michaelni fixing playback of DaveMatthews_Crash_PocketPC.avi libavcodec
2002-12-09 kabi * fill codec_id in codec_open libavcodec
2002-12-09 michaelni 100l libavcodec
2002-12-09 michaelni AVVideoFrame -> AVFrame libavcodec
2002-12-09 michaelni cleanup / messup? libavcodec
2002-12-09 michaelni correct mpeg4 vo type libavcodec
2002-12-08 michaelni remove fake wmv2 codec libavcodec
2002-12-07 michaelni ump4 decoding fixed libavcodec
2002-12-06 michaelni practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>) libavcodec
2002-12-06 michaelni fixing api-example libavcodec
2002-12-06 michaelni aspect ratio encoding for mpeg1 libavcodec
2002-12-06 michaelni mpeg1&2 aspect decoding libavcodec
2002-12-06 michaelni fixing aspect (hopefully, i couldnt reproduce the bug) libavcodec
2002-12-06 michaelni fixing 2pass assert failure libavcodec
2002-12-06 michaelni missing "\" (found by nick) libavcodec
2002-12-05 michaelni better? scene change detection libavcodec
2002-12-05 michaelni fixing hq + adaptive quant libavcodec
2002-12-05 michaelni drop b frames if there are no reference frames libavcodec
2002-12-04 michaelni fixing files where the first frame isn a keyframe libavcodec
2002-12-04 michaelni new PSNR code (now works with chroma, b frames, ...) libavcodec
2002-12-04 michaelni print a warning if something allocates 0 bytes libavcodec
2002-12-04 michaelni workaround old xvid bug libavcodec
2002-12-04 michaelni specific debug output support libavcodec
2002-12-04 michaelni fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that) libavcodec
2002-12-04 michaelni use spatial error concealment if we dont have a previous frame libavcodec
2002-12-04 michaelni cleanup libavcodec
2002-12-03 kabi * two functions to handle allocation of static data more simple libavcodec
2002-12-03 al3x 10l fix libavcodec
2002-12-03 michaelni 100l (sad8x8_x2 had params in wrong order) libavcodec
2002-12-03 michaelni 100l (mixing chroma & luma linesize) libavcodec
2002-11-30 philipjsg Simplify an expression and eliminate a compile warning libavcodec
2002-11-27 mellum Kludge around compilation failure on Alpha. libavcodec
2002-11-26 michaelni via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodec
2002-11-26 michaelni apiexample doesnt send complete frames to the codec libavcodec
2002-11-26 michaelni altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
2002-11-26 mmu_man Avoid "unused variable 'c'" warning. libavcodec
2002-11-26 michaelni fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards libavcodec
2002-11-26 philipjsg Add some rudimentary support for sparc64 libavcodec
2002-11-26 michaelni dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) libavcodec
2002-11-25 michaelni via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodec
2002-11-25 michaelni 10l libavcodec
2002-11-25 michaelni fixing aspect libavcodec
2002-11-23 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodec
2002-11-23 michaelni moving init of some variables (hurry_up,...) to MPV_frame_start() libavcodec
2002-11-22 kabi * altivec and pix_norm patch by Brian Foley libavcodec
2002-11-22 kabi * Ogg/Vorbis patch by Mark Hills libavcodec
2002-11-22 kabi * remaining part of John Ryland's patch libavcodec
2002-11-20 al3x mjpegb support (need more samples) libavcodec
2002-11-20 michaelni aspect ratio cleanup libavcodec
2002-11-20 kabi * cut&paste fix libavcodec
2002-11-19 michaelni altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
2002-11-19 michaelni 10l libavcodec
2002-11-19 kabi * oops fixed bad initialization of ff vals. libavcodec
2002-11-19 kabi * fixed prototype libavcodec
2002-11-19 kabi * compilation fix (ARM users please check) libavcodec
2002-11-18 michael fixing compilation of cs_test libavcodec
2002-11-18 michaelni hurry_up=5 support libavcodec
2002-11-15 michaelni slices & encoding optim libavcodec
2002-11-15 michaelni dr1 libavcodec
2002-11-14 michaelni 0.1l libavcodec
2002-11-14 michaelni YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain) libavcodec
2002-11-14 michaelni 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) libavcodec
2002-11-14 michaelni huffyuv libavcodec
2002-11-14 kabi * minor warning fix libavcodec
2002-11-14 kabi * not checking for get_buffer_callback - it would be user's error libavcodec
2002-11-14 michaelni 1l found by kabi libavcodec
2002-11-12 kabi * fixing some minor const warnings libavcodec
2002-11-12 kabi * init for inv_zigzag_direct16 moved to init block libavcodec
2002-11-12 kabi * init table once libavcodec
2002-11-12 kabi * using macros to shorten init part libavcodec
2002-11-11 kabi * quick fix for bit exact setting libavcodec
2002-11-11 michaelni 100l for kabi (fixing qpel) libavcodec
2002-11-11 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
2002-11-11 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
2002-11-11 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
2002-11-11 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
2002-11-11 kabi * useless commit - ignore libavcodec
2002-11-11 kabi * avcodec_init could be removed I guess... libavcodec
2002-11-11 kabi * consts libavcodec
2002-11-11 kabi * added dsp_mask libavcodec
2002-11-10 arpi_esp 10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback libavcodec
2002-11-10 michaelni reversing header game libavcodec
2002-11-10 michaelni avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (Måns Rullgård)) libavcodec
2002-11-10 michaelni hurry_up>=5 -> skip everything except header & set pict_type&key_frame libavcodec
2002-11-09 michaelni fixing -sameq with mpeg2 libavcodec
2002-11-09 michaelni cleanup libavcodec
2002-11-08 michaelni cleanup (breaks compatibility, requested by fabrice) libavcodec
2002-11-06 michaelni cleanup libavcodec
2002-11-06 michaelni cleanup libavcodec
2002-11-05 michaelni cleanup libavcodec
2002-11-05 michaelni lrintf detection (based upon a patch by François Revol <revol at free dot fr>) libavcodec
2002-11-04 michael dont use fastmemcpy for PIC libavcodec
2002-11-04 michaelni vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>) libavcodec
2002-11-04 kabi * DR1 support libavcodec
2002-11-04 michael fixing dependancies libavcodec
2002-11-03 michael pp docs libavcodec
2002-11-02 al3x fixed some bugs in app parser - some jfif and adobe jpgs fixed libavcodec
2002-11-02 michaelni support forcing low_delay during decoding libavcodec
2002-11-02 michael cleanup libavcodec
2002-11-02 michael cleanup libavcodec
2002-11-02 michaelni Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) libavcodec
2002-11-02 michaelni added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support libavcodec
2002-11-02 michaelni cleanup libavcodec
2002-11-02 arpi_esp handle init error in ffmpeg12 libavcodec
2002-11-02 michaelni better padding bug detection libavcodec
2002-11-01 michaelni put MIN/MAX under ifndef MAX/MIN libavcodec
2002-11-01 michaelni fixing msmpeg4v3 with mb_height % slice_height != 0 libavcodec
2002-11-01 michaelni hopefully fixing sprite_warping_points==0 libavcodec
2002-11-01 michael cosmetics requested by kabi libavcodec
2002-10-31 kabi * avoid negative numbers as well libavcodec
2002-10-31 nickols_k 10l libavcodec
2002-10-31 nickols_k reverse first hunk libavcodec
2002-10-31 nickols_k fixed debug compilation libavcodec
2002-10-31 michaelni put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them libavcodec
2002-10-31 michaelni dont call emms_c() for each MB libavcodec
2002-10-31 michaelni cleanup libavcodec
2002-10-31 michael disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it libavcodec
2002-10-31 al3x fixed 10l libavcodec
2002-10-31 michael using fewer registers ... to workaround something libavcodec
2002-10-31 michaelni fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated libavcodec
2002-10-31 bellard fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) libavcodec
2002-10-30 michaelni fixing q>0.0 assert failure caused by overflow of variance for b frames libavcodec
2002-10-30 michael removing "-npp" (found by arpi) libavcodec
2002-10-30 michael per context cpuCaps (idea by kabi) libavcodec
2002-10-30 michael change qscale type to int8 and fix qscale ordering libavcodec
2002-10-30 michaelni exporting the internal qscale table, this allso fixes the ordering libavcodec
2002-10-30 al3x NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de> libavcodec
2002-10-30 michaelni 1) Add MMX deinterlace code. libavcodec
2002-10-30 michael using same numbers for cpuCaps as libmpeg2 & liba52 libavcodec
2002-10-30 michael cleanly passing the cpuCaps libavcodec
2002-10-29 michael 10l libavcodec
2002-10-29 bellard use lrintf to avoid double conversion libavcodec
2002-10-29 bellard added lrintf for non ISOC libcs (fixme: find a better test) libavcodec
2002-10-29 bellard avoid name clash - fixed again block size selection libavcodec
2002-10-29 bellard avoid name clash libavcodec
2002-10-29 michael cleanup libavcodec
2002-10-29 michael cosmetics ;) libavcodec
2002-10-29 michael better deblocking filter libavcodec
2002-10-29 michael -fomit-frame-pointer is needed for the PIC code libavcodec
2002-10-29 michael using fewer registers (fixes compilation bug hopefully) libavcodec
2002-10-29 colin fix compilation on non-x86 with gcc 2.95 libavcodec
2002-10-28 michael postprocessing cleanup: libavcodec
2002-10-28 al3x FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos) libavcodec
2002-10-28 bellard fixed block size selection libavcodec
2002-10-28 bellard added new fft/mdct code - added fft-test program libavcodec
2002-10-28 bellard added wma decoder libavcodec
2002-10-28 bellard preparing integration of new AC3 decoder libavcodec
2002-10-28 bellard new generic FFT/MDCT code for audio codecs libavcodec
2002-10-27 michaelni get_vlc2() libavcodec
2002-10-27 arpi_esp 3rd 10l - don't let it read data beyond the end of frame libavcodec
2002-10-27 al3x 2nd 10l (noticed by arpi) libavcodec
2002-10-27 al3x minor speedup noticed by arpi libavcodec
2002-10-27 al3x 10l libavcodec
2002-10-27 al3x reworked decode_frame marker searching, fixes many non-working samples libavcodec
2002-10-27 michaelni mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality) libavcodec
2002-10-27 michaelni 75% smaller rl_length table libavcodec
2002-10-27 michaelni dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2002-10-27 michaelni handle direct rendering buffer allocation failure libavcodec
2002-10-26 michaelni segfault fix patch by (Juergen Keil <jk at tools dot de>) libavcodec
2002-10-25 michaelni fixing decoding of streams with no keyframe at the start libavcodec
2002-10-25 michaelni idct_permutation_type variable, so the permutation type can quickly be identified libavcodec
2002-10-25 michaelni regression test for H263+ libavcodec
2002-10-25 michaelni slice encoding cleanup libavcodec
2002-10-24 michaelni clip MVs for direct mode libavcodec
2002-10-23 michaelni optimize block_permute() libavcodec
2002-10-23 michaelni fixing interlaced MC & edge-emu libavcodec
2002-10-22 michaelni more defaults libavcodec
2002-10-22 michaelni xvid qpel bug autodetect libavcodec
2002-10-22 michaelni xvid qpel bug workaround libavcodec
2002-10-20 michaelni fixing msmpeg4v3 encoding at bitrates <128k libavcodec
2002-10-19 michaelni fixing h263 slice decoding (again) libavcodec
2002-10-19 michaelni fixing interlaced dct with 4mv libavcodec
2002-10-19 michaelni fixing h263 decoding (did segfault) libavcodec
2002-10-18 michaelni fixing interlaced dct + hq mode libavcodec
2002-10-16 michaelni init flags before using it (found by arpi) libavcodec
2002-10-16 michaelni complete mpeg4 GMC decoding support libavcodec
2002-10-16 michaelni fixing alt_scan for the first frame (variable was reset) libavcodec
2002-10-15 michaelni warning fixes libavcodec
2002-10-14 michaelni better padding bug detection libavcodec
2002-10-14 bellard removed warnings libavcodec
2002-10-14 bellard removed invalid header include libavcodec
2002-10-14 michaelni mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) libavcodec
2002-10-13 michaelni fixing wmv1 slice decoding libavcodec
2002-10-13 michaelni better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec
2002-10-11 mellum Move Alpha optimized IDCT to own file. Based on a patch by Måns libavcodec
2002-10-11 bellard removed unused variables libavcodec
2002-10-11 bellard corrected pixel format display libavcodec
2002-10-10 bellard added two pass info libavcodec
2002-10-09 michaelni mpeg1 2pass encoding libavcodec
2002-10-09 bellard resample fix by Petros Tsantoulis libavcodec
2002-10-09 bellard support buffers containing more than one frame libavcodec
2002-10-08 bellard fixed NTSC end of line bug libavcodec
2002-10-08 bellard minimum support for YUV411P (new combined scaler/converter will handle that better...) libavcodec
2002-10-08 michaelni 16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>) libavcodec
2002-10-07 arpi_esp 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer) libavcodec
2002-10-07 arpi_esp DV ntsc support, 411P colorspace added libavcodec
2002-10-07 mellum * Fix dct_unquantize_h263_axp for changed block_last_index indexing. libavcodec
2002-10-06 michaelni set low_delay on encoding if no b frames libavcodec
2002-10-06 michaelni trying to fix the non-x86 IDCTs (untested) libavcodec
2002-10-05 mellum Make compilable again after DCT cleanup. It gives wrong results, libavcodec
2002-10-05 mellum Some nifty stuff for upcoming patches. libavcodec
2002-10-04 mellum Fix for source dir != build dir. Patch provided by Måns Rullgård. libavcodec
2002-10-04 al3x moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv) libavcodec
2002-10-04 bellard simplified parsing - added MMX idct support libavcodec
2002-10-04 bellard added DV support libavcodec
2002-10-03 bellard first working version of DV video decoder libavcodec
2002-10-03 bellard in fact IDCT248 needs to be normalized as I suspected libavcodec
2002-10-03 michaelni ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2002-10-03 bellard added IDCT248 testing libavcodec
2002-10-03 bellard first version of IDCT248 for DV decoding support libavcodec
2002-10-02 michaelni fixing custom quantizer matrix decoding libavcodec
2002-10-02 michaelni optimization libavcodec
2002-10-02 michaelni sliced mode for mpeg1/2 libavcodec
2002-10-01 michaelni move scantable init from block-decode to header parser libavcodec
2002-10-01 michaelni optimizing mpeg2 decode block stuff libavcodec
2002-10-01 michaelni rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) libavcodec
2002-09-30 michaelni fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution libavcodec
2002-09-30 michaelni optimizing mpeg1_decode_block() libavcodec
2002-09-30 michaelni forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) libavcodec
2002-09-30 michaelni convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodec
2002-09-29 michaelni indenting preprocessor stuff, as its completly unreadable otherwise libavcodec
2002-09-29 michaelni renaming variable libavcodec
2002-09-29 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
2002-09-29 mellum Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win libavcodec
2002-09-28 mellum An easy way to speed up encoding by 6%. libavcodec
2002-09-28 mellum Minor warning fix. libavcodec
2002-09-27 michaelni minor optimization of h263_encode_motion() libavcodec
2002-09-27 michaelni ff_get_fourcc() & XVIX support libavcodec
2002-09-26 michaelni autodetect UMP4 (by adding a fourcc field to AVCodecContext) libavcodec
2002-09-26 michaelni automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... libavcodec
2002-09-26 michaelni h263_dc_scale() cleanup libavcodec
2002-09-26 michaelni mpeg4 interlaced dct encoding libavcodec
2002-09-24 michaelni ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2002-09-24 michaelni adaptive quantization for h263 libavcodec
2002-09-24 michaelni adaptive quantization for mpeg1 libavcodec
2002-09-24 michaelni darkness masking (lumi masking does only bright stuff now) libavcodec
2002-09-24 michaelni fixing ac prediction encoding with adaptive quantization libavcodec
2002-09-23 michaelni fixing variance scaling for b frames (messed adaptive quants up) libavcodec
2002-09-23 michaelni adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec
2002-09-23 michaelni ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2002-09-20 michaelni pix_sum16_mmx() libavcodec
2002-09-19 arpi_esp fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) libavcodec
2002-09-19 michaelni fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully libavcodec
2002-09-19 michaelni fixing apiexample libavcodec
2002-09-19 michaelni documenting most stuff in AVCodecContext libavcodec
2002-09-19 mellum * Remove -finline-limit=8000 (not supported by gcc 2.95) libavcodec
2002-09-19 michaelni fixing *pixels_tab stuff (hopefully, as its untested ...) libavcodec
2002-09-19 michaelni avcodec_alloc_context() libavcodec
2002-09-18 michaelni 10l (forgot to commit) libavcodec
2002-09-18 michaelni better min/max rate handling libavcodec
2002-09-18 michaelni fixing libavcodec
2002-09-15 michaelni fixing memalign libavcodec
2002-09-14 michaelni dont store version for bit-exact tests libavcodec
2002-09-14 michaelni alignment info libavcodec
2002-09-14 michaelni interlaced b frames fix libavcodec
2002-09-14 michaelni fixing qpel 4mv libavcodec
2002-09-14 al3x complete aspect support libavcodec
2002-09-14 michaelni interlaced qpel mpeg4 fixed libavcodec
2002-09-13 mellum Synthesize pixels16 functions from pixels functions. libavcodec
2002-09-13 al3x aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) libavcodec
2002-09-13 mellum Fix for h % 8 == 4 in put_pixels_axp_asm. libavcodec
2002-09-13 michaelni 10l (field select readed at the wrong place ...) libavcodec
2002-09-13 michaelni interlaced b frames cleanup libavcodec
2002-09-13 mellum Due to version renumbering, Alpha builtins aren't supported in thegcc libavcodec
2002-09-13 michaelni interlaced mpeg4 b frame decoding libavcodec
2002-09-13 mellum Adapt to new 8/16 table scheme. libavcodec
2002-09-13 michaelni fixing 1/0 if the headers are incomplete (like what M$ encoder generates) libavcodec
2002-09-12 michaelni fixing interlaced mpeg4 decoding libavcodec
2002-09-12 michaelni parsing resync header extension support libavcodec
2002-09-12 michaelni vbv parameter parsing (more skiping actually ;) ) libavcodec
2002-09-12 michaelni avoid nonsense frame-skip messages libavcodec
2002-09-12 michaelni uninitialized var ... libavcodec
2002-09-12 michaelni statistics for forw & back p-MBs instead of just one counter for both libavcodec
2002-09-12 michaelni m4v input support libavcodec
2002-09-12 michaelni export pts from stream if available libavcodec
2002-09-12 philipjsg Change abort() calls to av_abort() calls. libavcodec
2002-09-12 michaelni set pict_type & key_frame on decoding too libavcodec
2002-09-11 michaelni put/avg_pixels16 libavcodec