log

age author description
2004-11-25 michael fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>) libavcodec
2004-11-24 michael YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>) libavcodec
2004-11-24 michael Fixed typo which caused incorrect motion prediction in B-frames. patch by (Loren Merritt <lorenm ta u tod washington tod edu>) libavcodec
2004-11-24 michael check num_entries too to avoid reading over the array end and dont check i>0 it must be >0 there libavcodec
2004-11-23 michael Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Loren Merritt <lorenm.u@washington@edu>) libavcodec
2004-11-21 mmu_man BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS" libavcodec
2004-11-21 michael whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point<ca>) libavcodec
2004-11-19 michael workaround apps which dont provided correctly padded streams libavcodec
2004-11-19 michael fixing rv20201002 libavcodec
2004-11-19 michael rv20103001 support libavcodec
2004-11-19 michael reset ref_index libavcodec
2004-11-19 michael fix parser libavcodec
2004-11-17 melanson native QPEG video decoder, courtesy of Konstantin Shishkov libavcodec
2004-11-16 michael overflow fix libavcodec
2004-11-15 michael extradata and FF_INPUT_BUFFER_PADDING_SIZE doc libavcodec
2004-11-14 michael attribute_used libavcodec
2004-11-14 michael plane predicted non-interlacd rgb decodeing fix libavcodec
2004-11-13 michael automatic workaround for another padding bug libavcodec
2004-11-12 michael merge pam_decode_frame() into pnm_decode_frame() libavcodec
2004-11-12 michael pnm parser libavcodec
2004-11-12 michael When bswap_32 is a macro, png images fail to decode properly, patch by (Milan Cutka <cutka>at<szm>dot<sk>) libavcodec
2004-11-12 michael av_resample_compensate() doxy libavcodec
2004-11-12 michael H261 fixing and cleaning: libavcodec
2004-11-11 michael move p*m from image/lavf -> image2/lavc libavcodec
2004-11-11 michael 10l (CONFIG_ZLIB) libavcodec
2004-11-09 michael porting png support from -f image to -f image2 libavcodec
2004-11-08 michael fix image stream copy libavcodec
2004-11-06 michael cbr audio muxing fix libavcodec
2004-10-31 michael switch ffv1 to the put/get_symbol() from snow libavcodec
2004-10-31 michael switch ffv1 from CABAC to the range coder libavcodec
2004-10-31 michael remove debug stuff libavcodec
2004-10-31 michael segfault fix libavcodec
2004-10-30 michael CABAC -> range coder libavcodec
2004-10-30 michael range coder libavcodec
2004-10-29 rtognimp Fix mjpeg-b (padding bytes can exist between end of sos and image data) libavcodec
2004-10-28 michael cleanup libavcodec
2004-10-28 michael simplify ff_h261_reorder_mb_index libavcodec
2004-10-28 michael simplify libavcodec
2004-10-28 michael fix and cleanup h261 mb_type selection libavcodec
2004-10-28 michael cleanup libavcodec
2004-10-28 michael H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavcodec
2004-10-27 michael YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme dot com>) libavcodec
2004-10-27 melanson Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov libavcodec
2004-10-26 michael stride align cleanup libavcodec
2004-10-26 michael optimization libavcodec
2004-10-25 michael type fix libavcodec
2004-10-25 michael type fix libavcodec
2004-10-25 michael fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodec
2004-10-24 michael mjpeg parser libavcodec
2004-10-24 michael INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>) libavcodec
2004-10-24 michael optimzation libavcodec
2004-10-24 michael optimization libavcodec
2004-10-23 michael fix CABAC+LOOP missmatch libavcodec
2004-10-23 michael cbp_table cleanup libavcodec
2004-10-23 michael cleanup of decode_cabac_residual() libavcodec
2004-10-23 michael decode intra cabac mb_type cleanup libavcodec
2004-10-22 michael small typo patch by (Gildas Bazin <gbazin at altern dot org>) libavcodec
2004-10-22 michael H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-10-22 romansh * Introducing IIDC1394 grabbing interface. libavcodec
2004-10-21 michael user selectble cutoff frequency libavcodec
2004-10-21 michael 100l (dont reset the sample position at the block end) libavcodec
2004-10-21 michael make most resample filter parameters selectable at runtime libavcodec
2004-10-20 michael optimization libavcodec
2004-10-20 michael make filter size, int32/int16 and a few other things selectable at compiletime libavcodec
2004-10-20 michael 10l libavcodec
2004-10-18 michael fix constrained parameters flag libavcodec
2004-10-18 michael infinte recursion fix libavcodec
2004-10-17 michael gcc 3.4.3 preversions do not appreciate invalid instruction and operand combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodec
2004-10-15 michael xvid fake divx version workaround libavcodec
2004-10-15 michael support strictly enforcing gop size libavcodec
2004-10-14 michael fix forcing of individual frame types libavcodec
2004-10-12 melanson Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavcodec
2004-10-12 rfelker 1000l libavcodec
2004-10-11 michael missaliged clear_blocks() and h264 not complied but referenced fix patch by (Roine Gustafsson <roine at users dot sourceforge dot net>) and me libavcodec
2004-10-11 michael adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodec
2004-10-09 michael lowres 4mv libavcodec
2004-10-08 michael h.261 loop filter fix libavcodec
2004-10-08 michael nonsense removial libavcodec
2004-10-08 michael Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>) libavcodec
2004-10-06 kabi * fixing a few of gcc 'clean-code' warnings libavcodec
2004-10-05 michael segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0) libavcodec
2004-10-05 michael Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>) libavcodec
2004-10-05 michael Build process: libpostproc patch by (Franti?ek Dvo?ák <valtri at users dot sourceforge dot net>) libavcodec
2004-10-03 michael h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-10-01 michael Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2004-10-01 michael Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2004-10-01 michael do not call (av_)abort() libavcodec
2004-09-30 kabi * these vars could be either static or extern (compilation fix gcc-3.5) libavcodec
2004-09-29 michael broken mess removial libavcodec
2004-09-28 michael 10l (wrong variable) libavcodec
2004-09-28 michael dont just resample half of the data sometimes libavcodec
2004-09-28 michael 100l (signed vs. unsigend) libavcodec
2004-09-28 melanson support for Sierra Online audio files and Apple QuickDraw codec, libavcodec
2004-09-28 melanson if audio is PCM, push it through (sync is not perfect yet) libavcodec
2004-09-27 michael 10l forgot to commit libavcodec
2004-09-27 michael move h264 idct to its own file and call via function pointer in DspContext libavcodec
2004-09-27 michael dont print "vop not coded" by default libavcodec
2004-09-27 michael lowres width/height cleanup 3rd try libavcodec
2004-09-27 michael lowres fixes for the parser libavcodec
2004-09-27 michael 10l (segfault) libavcodec
2004-09-27 michael 10l libavcodec
2004-09-27 michael set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) libavcodec
2004-09-26 michael lowres chroma fix libavcodec
2004-09-26 michael lowres slice fix libavcodec
2004-09-26 michael porting optimizations from 4x4 dct to 8x8 libavcodec
2004-09-26 michael optimizing 4x4 idct libavcodec
2004-09-26 michael lowres slice fix libavcodec
2004-09-26 michael low resolution interlaced support libavcodec
2004-09-26 michael 1/8 resolution decoding libavcodec
2004-09-26 michael low resolution decoding fix libavcodec
2004-09-26 michael 1/4 resolution decoding libavcodec
2004-09-25 michael 1/2 resolution decoding libavcodec
2004-09-25 michael assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-25 michael H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-24 michael trellis quantization for h263(p) libavcodec
2004-09-24 michael unused libavcodec
2004-09-24 michael 100l libavcodec
2004-09-23 rtognimp Zlib encoder: fix image orientation (was flipped), 100l in deflate error libavcodec
2004-09-23 michael merge predict_plane() with DWTELEM->8bit conversation (21% faster) libavcodec
2004-09-23 michael segfault fix by (Kostya <cannonball at bw-team dot com>) libavcodec
2004-09-22 romansh * simplification patch by Jeffrey Ryan Muizelaar libavcodec
2004-09-21 michael 8 -> FRAC_BITS libavcodec
2004-09-21 alex Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet finished, but at least the picture can be recognized libavcodec
2004-09-21 alex greyscale decoding (option to skip u,v planes) support libavcodec
2004-09-20 michael check if the user specified timestamps are strictly monotone libavcodec
2004-09-19 michael av_rescale with user specified rounding libavcodec
2004-09-19 michael consistent use of types patch by (D Richard Felker III <dalias at aerifal dot cx>) libavcodec
2004-09-17 michael simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-17 michael huffyuv writes to AVCodecContext.stats_out only once every 32 frames, libavcodec
2004-09-17 michael warning the user about possible incompatibilities libavcodec
2004-09-17 michael (non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-16 michael h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise dot com>) libavcodec
2004-09-16 michael 10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-16 melanson IBM Ultimotion video decoder, courtesy of Konstantin Shishkov libavcodec
2004-09-15 michael 10l libavcodec
2004-09-15 michael per picture psnr libavcodec
2004-09-15 michael changing size segfault fix libavcodec
2004-09-14 michael comment fix libavcodec
2004-09-14 michael qprd + mpeg2 segfault fix libavcodec
2004-09-14 romansh * I was finally convinced. And besides, if err it's better to err with libavcodec
2004-09-13 rtognimp AVC (H264 in mp4 files, fourcc avc1) support libavcodec
2004-09-13 michael pre_cmp fix libavcodec
2004-09-13 michael H.261 decoder improvements libavcodec
2004-09-12 michael 100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...) libavcodec
2004-09-12 michael use h264 MC code if possible libavcodec
2004-09-12 michael 10l (gcc 2.95 compilation) libavcodec
2004-09-12 michael use pointer arithmetic in mc_block(), 25% faster libavcodec
2004-09-10 michael get/set_sr_golomb() cleanup libavcodec
2004-09-10 michael mess cleanup libavcodec
2004-09-10 alex put the warning to the right place to avoid crashes libavcodec
2004-09-08 michael h264_qpel8_hv_lowpass_mmx2/3dnow libavcodec
2004-09-08 michael h264_qpel4_hv_lowpass_mmx2/3dnow libavcodec
2004-09-08 alex new signed golomb routines libavcodec
2004-09-08 alex try to select w/h from tables libavcodec
2004-09-08 michael 10l (wrong coded_picture) libavcodec
2004-09-08 michael optimization libavcodec
2004-09-07 michael optimization libavcodec
2004-09-07 michael optimization libavcodec
2004-09-07 michael h264 luma motion compensation in mmx2/3dnow libavcodec
2004-09-06 michael useless libavcodec
2004-09-06 michael 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster libavcodec
2004-09-05 michael 20% faster predict_plane() libavcodec
2004-09-04 alex more decorrelation types libavcodec
2004-09-03 michael Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-02 michael typo libavcodec
2004-09-02 michael optional non spec compliant optimizations for mpeg1 libavcodec
2004-09-02 michael optional non spec compliant optimizations libavcodec
2004-09-02 michael h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-08-31 michael 10l (keyframes and context resets) libavcodec
2004-08-28 michael cleanup libavcodec
2004-08-28 michael 10l libavcodec
2004-08-28 melanson 8-bit mode corrections libavcodec
2004-08-27 michael merge decode_subband() and dequantize() libavcodec
2004-08-27 michael 11% faster decode_subband() libavcodec
2004-08-27 michael 5% faster decode_subband() libavcodec
2004-08-27 michael 46% faster decode_subband() libavcodec
2004-08-27 michael 50% faster decode_subband() libavcodec
2004-08-26 michael yuv median encoding 10l fix libavcodec
2004-08-26 michael quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) libavcodec
2004-08-25 michael typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>) libavcodec
2004-08-25 michael edge bugfix libavcodec
2004-08-25 michael bsd patch by (Bohdan Horst <nexus at irc dot pl>) libavcodec
2004-08-24 michael lrintf emulation improvments libavcodec
2004-08-22 michael 4x4 SSE compare function libavcodec
2004-08-22 alex ffmpeg short conversion got fixed somewhere, no need to workaround it - fixes amplitude bug libavcodec
2004-08-21 alex new opensource lossy/lossless audio codec based on speech compression techniques (actually based on bonk) libavcodec
2004-08-21 alex new copyrights libavcodec
2004-08-19 michael k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>) libavcodec
2004-08-19 michael enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec
2004-08-18 michael copy & paste bug libavcodec
2004-08-17 michael more untested bigendian fixes libavcodec
2004-08-17 michael big endian fix (untested) libavcodec