log

age author description
2004-04-19 michael exporting field_select/ref_index values libavcodec
2004-04-18 michael fix y scale of mv vissualization of interlaced MVs libavcodec
2004-04-18 michael fix exported motion vectors libavcodec
2004-04-17 michael passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder libavcodec
2004-04-17 michael flv dropable p frame support libavcodec
2004-04-16 michael seems wmv8 doesnt use intra-inter prediction libavcodec
2004-04-16 michael forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2004-04-16 michael fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot net>) libavcodec
2004-04-16 michael t/dprintf printf -> av_log libavcodec
2004-04-16 michael segfault fix libavcodec
2004-04-16 michael unify table indexing (motion_val,dc_val,ac_val,coded_block changed) libavcodec
2004-04-14 kabi * removed config.h libavcodec
2004-04-13 michael assert(time_incr >= 0) so its clear that this MUST be the case libavcodec
2004-04-11 michael progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec
2004-04-11 michael verbosity patch by (Allen Day <allenday at ucla dot edu>) libavcodec
2004-04-09 michael fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka) libavcodec
2004-04-09 michael dos2unix libavcodec
2004-04-09 michael writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>) libavcodec
2004-04-09 michael Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>) libavcodec
2004-04-09 michael aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) libavcodec
2004-04-08 michael padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) libavcodec
2004-04-07 alex conversion to av_log libavcodec
2004-04-07 alex unknown format chars libavcodec
2004-04-04 michael fix global header passing from demuxer to decoder libavcodec
2004-04-04 michael pts hack (correct solution would be to pass the pts from the encoder to the muxer) libavcodec
2004-04-04 michael remove function call from muxer->encoder and cleanly pass global headers libavcodec
2004-04-04 michael fix obnoxious ogg_packet passing from encoder to muxer libavcodec
2004-04-04 michael time & (s)rand is forbidden libavcodec
2004-04-04 michael kill obnoxious ogg_packet passing from demuxer to decoder libavcodec
2004-04-04 michael remove spyware from ogg*.c libavcodec
2004-04-03 michael nicer looking arrows for the motion vector vissualization libavcodec
2004-04-02 michael rv20 (0x20201002) support libavcodec
2004-04-02 michael interlaced chroma MC divx-bug workaround libavcodec
2004-04-02 michael skiped mbs in interlaced b frames fix libavcodec
2004-04-02 michael gmc segfault fix libavcodec
2004-04-01 michael split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too libavcodec
2004-03-29 michael fixing alignment, 2nd try libavcodec
2004-03-28 michael hmm av_log(..., get_bits()); libavcodec
2004-03-26 michael ensure that the bitstream buffers for encoding partitioned frames are aligned libavcodec
2004-03-26 michael fix decoding of qp<6 libavcodec
2004-03-26 michael h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec
2004-03-26 michael huge vbv buffer size + CBR fix libavcodec
2004-03-26 michael always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise libavcodec
2004-03-25 romansh * some significant clean-up of the dv_decode_ac (it looks real libavcodec
2004-03-24 mellum warning patrol libavcodec
2004-03-22 michael 1000l for iive libavcodec
2004-03-22 michael Compile fix by (Chip <szarlada at freemail dot hu>) libavcodec
2004-03-22 michael 1000l in av_mallocz_static() libavcodec
2004-03-21 michael static allocation rewrite (old code was plain a broken mess) libavcodec
2004-03-20 michael do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded libavcodec
2004-03-20 michael h264 loop filter optimizations libavcodec
2004-03-19 michael h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec
2004-03-18 michael h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>) libavcodec
2004-03-18 romansh * removing casualties of battle of the wits and English language libavcodec
2004-03-16 michael moving f/b_code init to where it should be libavcodec
2004-03-16 michael 1000000l (using uninitalized variable for initalizing bits per MV table) libavcodec
2004-03-16 michael init cleanup libavcodec
2004-03-16 iive use pan_scan to remove some weight, proper pan_scan offset reading libavcodec
2004-03-15 iive mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width libavcodec
2004-03-15 melanson update the API for the idct function libavcodec
2004-03-15 iive move MPV_common_init after parsing stream parameters, matrix rebuild libavcodec
2004-03-14 romansh * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) libavcodec
2004-03-14 romansh * DV decoder simplifications. Now it looks to be 6% faster. At least libavcodec
2004-03-14 michael alignment fix libavcodec
2004-03-14 michael width,height%16!=0 fix libavcodec
2004-03-14 melanson don't fetch the size of SEQH unless SEQH was found libavcodec
2004-03-14 melanson minor VMD system update; still not perfect, but should not crash either libavcodec
2004-03-14 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodec
2004-03-13 michael removing broken mpeg_decode_gop() libavcodec
2004-03-13 michael fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) libavcodec
2004-03-13 melanson be smarter about the variable size of the extra SVQ3 data libavcodec
2004-03-13 melanson smarten up the SVQ3 extradata decoder without changing the external API libavcodec
2004-03-13 melanson credit update libavcodec
2004-03-12 romansh * moving some of the commonly used bit reading/writing functions libavcodec
2004-03-11 michael 10l libavcodec
2004-03-10 michael mb stuffing in partitioned frames fix libavcodec
2004-03-10 michael h263+ custom pcf support libavcodec
2004-03-10 michael disable lames leading zero "feature", fixes a few more flv encoding issues libavcodec
2004-03-09 michael find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads libavcodec
2004-03-09 kabi * missing opts for make dep libavcodec
2004-03-08 melanson use optimized VP3 functions where appropriate libavcodec
2004-03-08 melanson cut over to using new VP3 DSP functions and remove the old ones; bring libavcodec
2004-03-08 melanson seperated out the C-based VP3 DSP functions into a different file; also libavcodec
2004-03-06 michael h263 framerate & aspect ratio fixes libavcodec
2004-03-05 michael fix motion compensation with (x+1/2,y+1/2) MVs libavcodec
2004-03-05 michael 10l libavcodec
2004-03-05 kabi * more consts libavcodec
2004-03-05 kabi * const warn elimination libavcodec
2004-03-05 kabi * const warn elimintation libavcodec
2004-03-05 kabi * const libavcodec
2004-03-04 iive silence warnings libavcodec
2004-03-03 michael count > thread_count for execute() libavcodec
2004-03-03 michael av_log() cleanup libavcodec
2004-03-03 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2004-03-03 michael macrofree av_freep() libavcodec
2004-03-02 iive add vlc for cbp=0 that is valid in 422,444 libavcodec
2004-03-02 michael 10l (segfault fix) libavcodec
2004-03-02 michael 100l (divx5 b frame + seeking + flush fix) libavcodec
2004-03-02 iive forgot default chroma_format value libavcodec
2004-03-02 iive fix typo libavcodec
2004-03-01 iive initial chroma_format changes,xvmc tweaks and codec_cap libavcodec
2004-03-01 michael attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) libavcodec
2004-02-29 michael optimizing/cleanup of mpeg/qpel_motion() libavcodec
2004-02-29 michael attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) libavcodec
2004-02-29 michael skip b frames before first i frame libavcodec
2004-02-29 michael simplify MPV_motion() libavcodec
2004-02-29 michael interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi) libavcodec
2004-02-28 michael mpeg2 field pic decoding fix libavcodec
2004-02-28 michael int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) libavcodec
2004-02-28 michael Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>) libavcodec
2004-02-26 michael 10l (vdpart fix) libavcodec
2004-02-26 michael AVCodec.supported_framerates libavcodec
2004-02-26 michael INT64_MIN fix libavcodec
2004-02-26 michael 10l libavcodec
2004-02-26 michael 100l (field picture decoding fix) libavcodec
2004-02-25 michael export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>) libavcodec
2004-02-25 michael 1l libavcodec
2004-02-25 michael use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavcodec
2004-02-25 michael av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
2004-02-25 michael set AVFrame.pts based upon framerate if its 0 libavcodec
2004-02-23 michael av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
2004-02-23 michael multithreaded mpeg2 decoding libavcodec
2004-02-23 michael av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
2004-02-23 michael av_log() libavcodec
2004-02-22 michael c99 libavcodec
2004-02-22 michael (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavcodec
2004-02-19 michael w32threads by (Gildas Bazin <gbazin at altern dot org>) libavcodec
2004-02-19 iive use get_format libavcodec
2004-02-18 michael simplify libavcodec
2004-02-18 michael auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>) libavcodec
2004-02-18 michael check if threads_count is too large libavcodec
2004-02-18 michael flac_flush() libavcodec
2004-02-18 michael simplify libavcodec
2004-02-18 alex avoid negative array indices libavcodec
2004-02-18 michael crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>) libavcodec
2004-02-18 michael remove residual array, it isnt really needed libavcodec
2004-02-18 michael flac fixes: libavcodec
2004-02-18 michael flac decoder by (Alex Beregszaszi <alex at fsn dot hu>) libavcodec
2004-02-17 michael noise reduction with threads bugfix libavcodec
2004-02-16 michael more error checks for the sequence header libavcodec
2004-02-14 rtognimp rle_code can overflow when multiplied by 4 libavcodec
2004-02-14 rtognimp Use av_log libavcodec
2004-02-14 michael normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) libavcodec
2004-02-14 michael mpeg4 b frame + adaptive quantization assertion failure fix libavcodec
2004-02-14 michael multithreaded spatial complexity calculation for i frames libavcodec
2004-02-14 michael ff_copy_bits() optimization libavcodec
2004-02-13 michael activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() libavcodec
2004-02-13 michael replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong libavcodec
2004-02-13 michael simplify MV availability check / dont use below last row MV which is always zero libavcodec
2004-02-13 michael multithreaded/SMP motion estimation libavcodec
2004-02-12 michael ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) libavcodec
2004-02-10 romansh * gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodec
2004-02-09 michael rv10/obmc fixes libavcodec
2004-02-08 michael 2 byte shorter userdata for mpeg4 libavcodec
2004-02-08 michael M$ ADPCM encoding & some simplifications libavcodec
2004-02-07 michael segfault fix libavcodec
2004-02-07 michael use clip() from common.h libavcodec
2004-02-07 romansh * Initial implementation of the G.726 ADPCM audio codec. libavcodec
2004-02-06 michael - made --extra-cflags option work on darwin libavcodec
2004-02-06 michael h263 4mv encoding fix libavcodec
2004-02-06 michael segfault fix libavcodec
2004-02-06 alex get_bit_count -> put_bits_count libavcodec
2004-02-06 alex get_bit_count -> put_bits_count libavcodec
2004-02-06 michael analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper libavcodec
2004-02-06 michael quantizer noise shaping optimization libavcodec
2004-02-05 melanson initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodec
2004-02-05 michael remove incorect motion estimation table libavcodec
2004-02-04 michael 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)) libavcodec
2004-02-04 michael fixes by Gildas Bazin <gbazin at altern dot org> libavcodec
2004-02-03 melanson added support for EA ADPCM and SMJPEG IMA ADPCM libavcodec
2004-02-02 michael simplify libavcodec
2004-02-02 michael quantizer noise shaping libavcodec
2004-02-01 mellum tiny warning fix libavcodec
2004-01-31 alex changed includes libavcodec
2004-01-31 alex not needed anymore libavcodec
2004-01-31 michael segfault fix libavcodec
2004-01-31 melanson vsad16_mmx2 only applies if encoders are turned on libavcodec
2004-01-31 melanson these functions (get_bit_count and align_put_bits) are referenced even libavcodec
2004-01-31 melanson handle invalid buffer sizes libavcodec
2004-01-31 melanson watch those hard tabs libavcodec
2004-01-31 melanson handle 0-length buffers libavcodec
2004-01-31 melanson handle 0-length buffers libavcodec
2004-01-29 michael b frames + cbr fix libavcodec
2004-01-29 michael SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>) libavcodec
2004-01-28 michael 4mv + b frame encoding segfault fix libavcodec
2004-01-27 michael first coded vs. first displayed pts (segfault & pts fix if b frames are used) libavcodec
2004-01-26 michael 10l libavcodec
2004-01-26 michael int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2004-01-26 michael mpeg4 pts fix libavcodec
2004-01-25 rtognimp Use reget buffer instead of copying from prev frame libavcodec
2004-01-25 alex freebsd fix for mpeg12.c (moving INT64_MAX to common.h) libavcodec
2004-01-24 michael optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html libavcodec
2004-01-24 michael optimization libavcodec
2004-01-23 michael segfault fix libavcodec
2004-01-22 michael closed gop support & flags2 as all bits in flags are used libavcodec
2004-01-22 michael inttypes.h patch by (Chip <szarlada at freemail dot hu>) libavcodec
2004-01-21 michael more tolerance for dc=0 libavcodec
2004-01-19 michael avcodec_flush_buffers() fix libavcodec
2004-01-18 michael segfault fix libavcodec
2004-01-18 michael removing broken framerate conversation hack in mpeg1/2 libavcodec
2004-01-18 michael rv20 mv prediction in b frames fix libavcodec
2004-01-15 michael xvid "packed" stuff support libavcodec
2004-01-14 michael dont calculate stuff if its not used ... libavcodec
2004-01-14 michael fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp libavcodec
2004-01-13 rtognimp Right fix for older zlib version libavcodec
2004-01-13 rtognimp Fix for older version of zlib libavcodec
2004-01-12 michael type fixes, found by Wolfgang Hesseler libavcodec
2004-01-12 rtognimp MSZH and ZLIB decoder support libavcodec
2004-01-10 michael grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb)) libavcodec
2004-01-10 michael copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec
2004-01-10 michael more sane inttypes emulation behavior if libavcodec is used outside ffmpeg libavcodec
2004-01-10 michael cleanup libavcodec
2004-01-09 michael something unimportant ... libavcodec
2004-01-09 michael inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodec
2004-01-08 michael lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
2004-01-08 michael optimize compute_antialias() and add a floating point based alternative (2x faster) libavcodec
2004-01-08 michael uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) libavcodec
2004-01-08 michael memleak fix libavcodec
2004-01-05 michael 10l libavcodec
2004-01-05 michael interlaced dct decision cleanup libavcodec
2004-01-05 michael simplify libavcodec
2004-01-04 michael gop timestamp fix libavcodec
2004-01-04 michael 10000l libavcodec
2004-01-04 michael frame rate emulation "fix" by (Mean <fixounet at free dot fr>) libavcodec
2004-01-04 michael mpeg2 QP clamping fix libavcodec
2004-01-04 michael non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2004-01-04 michael warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) libavcodec
2004-01-04 michael SVCD scan offset stuff libavcodec
2004-01-03 michael denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) libavcodec
2004-01-02 michael denoise_dct_mmx() libavcodec
2004-01-02 michael more trellis quant optimizations libavcodec
2004-01-02 melanson first pass at Sierra VMD A/V decoders; video looks great, audio is not libavcodec
2004-01-02 michael cleanup libavcodec
2004-01-02 michael optimizing (trellis) quantizer libavcodec
2004-01-02 melanson off-by-1 error in the never-before-tested embedded string code libavcodec
2004-01-01 michael put_pixels width comment fix libavcodec
2004-01-01 michael dont show uninitalized motion vectors libavcodec
2004-01-01 michael rate limit tips and checks libavcodec
2004-01-01 michael print vbv buffer size & bitrate when decoding with -debug 1 libavcodec
2003-12-30 michael info about h and tpel libavcodec
2003-12-30 michael interlaced motion estimation libavcodec
2003-12-30 michael 100000l libavcodec
2003-12-30 michael motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-12-29 michael picture number fixes libavcodec
2003-12-28 michael 10l (segfault fix) libavcodec
2003-12-22 michael lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
2003-12-22 michael 10l (forgot to copy top_field_first flag) libavcodec
2003-12-21 michael rv20 / h263 b frame fix libavcodec
2003-12-19 michael fix crash libavcodec
2003-12-18 melanson SVQ3 uses unrestricted motion vectors libavcodec
2003-12-18 michael svq3 fix libavcodec
2003-12-17 michael vbv_delay libavcodec
2003-12-16 bellard pts and dts support in parser API libavcodec
2003-12-16 melanson initial predictors are not sent to the output in QT IMA; fix stereo QT libavcodec
2003-12-15 bellard added End Of File handling to return last picture for MPEG1/2/4 libavcodec
2003-12-15 michael 100l (forgot alpha & ppc) libavcodec