log

age author description
2005-05-21 melanson apply the loop filter to fragments as they are rendered into the final libavcodec
2005-05-21 melanson render by the slice rather than the plane libavcodec
2005-05-21 melanson clean up some warnings and dead code libavcodec
2005-05-21 michael 1.) LGPL license mentioned libavcodec
2005-05-21 melanson another bitstream extraction to optimize: fixed-length motion vectors libavcodec
2005-05-19 melanson read Huffman tables from Theora header (patch courtesy of libavcodec
2005-05-19 lorenm memory leak libavcodec
2005-05-19 mru accept old extradata format libavcodec
2005-05-19 mru fix decoding of multi-channel vorbis streams libavcodec
2005-05-19 michael use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering libavcodec
2005-05-19 lorenm fix crash on negative POC libavcodec
2005-05-19 melanson replace unpack_token() with a series of lookup tables libavcodec
2005-05-19 aurel install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavcodec
2005-05-18 michael fix mpeg2 chroma_420_type libavcodec
2005-05-18 melanson fix 4MV MC and reinstate new MC VLC libavcodec
2005-05-18 mru fix shared libpostproc build libavcodec
2005-05-18 lorenm H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) libavcodec
2005-05-18 michael reduce size of Vp3Fragment from 32byte to 16byte libavcodec
2005-05-18 michael optimizing rle decoding loops a little libavcodec
2005-05-18 michael disabling buggy optimizations libavcodec
2005-05-18 melanson replace get_superblock_run_length() with a VLC table libavcodec
2005-05-17 melanson use VLCs for in place of get_fragment_run_length(), get_mode_code(), and libavcodec
2005-05-17 melanson signature has an 'x' libavcodec
2005-05-17 melanson Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavcodec
2005-05-17 michael some optimizations gcc should have done (10% faster loop filter) libavcodec
2005-05-17 michael SATURATE_U8 -> clip_uint8 (10% faster loop filter) libavcodec
2005-05-17 michael Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) libavcodec
2005-05-17 michael porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API libavcodec
2005-05-17 michael remove duplicate zigzag tables libavcodec
2005-05-17 michael fix idct permutation libavcodec
2005-05-17 michael porting vp3 idct over to lavc idct api libavcodec
2005-05-17 michael remove permutation done to quant tables and then undone during idct libavcodec
2005-05-17 michael disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct libavcodec
2005-05-17 michael fix last coeff libavcodec
2005-05-17 michael clear blocks after each idct instead of per picture libavcodec
2005-05-16 iive parse and save hrd_fullness and range_map libavcodec
2005-05-16 michael some benchmarking code libavcodec
2005-05-16 michael various 10l fixes for the loop filter libavcodec
2005-05-16 iive whitespace cosmetics libavcodec
2005-05-16 michael fix dequant matrix libavcodec
2005-05-15 michael another try at decode_ref_pic_list_reordering() libavcodec
2005-05-14 mru work with latest svn of x264 libavcodec
2005-05-14 michael preserve parse context libavcodec
2005-05-14 michael fill missing reference pictures with something to avoid assertion failure libavcodec
2005-05-13 michael 10l (%f vs. %Ld) libavcodec
2005-05-13 mru fix theora header parsing libavcodec
2005-05-13 mru remove/replace non-ascii characters libavcodec
2005-05-13 mru change extradata format for vorbis libavcodec
2005-05-13 michael alignment fix by (Gábor Kovács >picard demoscene hu) libavcodec
2005-05-13 michael 10l (mb_type uninitalized and then changed and overwritten) libavcodec
2005-05-12 michael typo found by Chengji Zhao libavcodec
2005-05-12 michael arm alignment fix libavcodec
2005-05-12 iive few bistream fixes and verbosity tweaks libavcodec
2005-05-12 michael sanity check libavcodec
2005-05-12 michael some asserts() libavcodec
2005-05-12 michael b_frame_strategy sanity check libavcodec
2005-05-11 diego Add missing pp=ac to pp_help. libavcodec
2005-05-11 michael fixing decoding of AlanKay-245.asf libavcodec
2005-05-11 mru theora decoding using libtheora libavcodec
2005-05-11 michael support the LE reader, so it can be tested a little libavcodec
2005-05-11 michael LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) libavcodec
2005-05-10 michael typo libavcodec
2005-05-10 michael a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] libavcodec
2005-05-10 michael optimization libavcodec
2005-05-10 michael change macros to inline functions libavcodec
2005-05-08 michael #defines for strict_std_compliance and split between inofficial extensions and non standarized things libavcodec
2005-05-08 michael fix PIC libavcodec
2005-05-08 mmu_man support BUILDSUF patch by <charles dot yates at pandora dot be> libavcodec
2005-05-08 michael fix block corruption caused by clear_blocks() optimization libavcodec
2005-05-08 michael overflow fix libavcodec
2005-05-08 michael complain about mpeg4 limits only if codec_id == MPEG4 libavcodec
2005-05-07 michael ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) libavcodec
2005-05-07 michael minor optimization of the h264 loop filter libavcodec
2005-05-07 michael reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A.264) libavcodec
2005-05-06 michael fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again (there where last correctly decoded with h264.c rev 1.96) libavcodec
2005-05-06 michael set time_base for variable fps too libavcodec
2005-05-05 michael check for error libavcodec
2005-05-05 michael Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com) libavcodec
2005-05-05 michael More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>) libavcodec
2005-05-05 michael While adding stereo rematrixing, I came across something that needs to libavcodec
2005-05-05 michael fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi' libavcodec
2005-05-05 michael GCC4 fix by (Keenan Pepper (keenanpepper gmail com) libavcodec
2005-05-03 lorenm fix storage of motion vectors for frames with more than 4096 macroblocks. libavcodec
2005-05-03 lorenm clear the DPB after seeking. libavcodec
2005-05-02 michael put most codecs under ifdefs libavcodec
2005-05-02 michael #ifdefs around most register_avcodec libavcodec
2005-04-30 michael switch to native time bases libavcodec
2005-04-25 michael print pix_fmt if its known instead of if the raw codec is used libavcodec
2005-04-25 michael PIX_FMT_NONE and related fixes libavcodec
2005-04-25 michael tighter snow slicing patch by (Yartrebo || yartrebo earthlink net) libavcodec
2005-04-25 lorenm MMX for H.264 deblocking filter libavcodec
2005-04-25 michael avoid unneeded clear_blocks() libavcodec
2005-04-25 michael extract from the subid the options libavcodec
2005-04-24 michael fixing broken_rv20_1mb_.rm libavcodec
2005-04-24 lorenm fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were treated as different) libavcodec
2005-04-24 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavcodec
2005-04-24 michael Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com) libavcodec
2005-04-24 michael typo fix by ("Todd.Kirby" doubleshot pacbell net) libavcodec
2005-04-21 michael Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr) libavcodec
2005-04-21 michael avoid clearing block[] if its not used at all libavcodec
2005-04-21 lorenm deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding. libavcodec
2005-04-20 michael mpeg2_fast_decode_block_intra() libavcodec
2005-04-20 michael simplify libavcodec
2005-04-20 michael remove duplicate clip to 8bit function libavcodec
2005-04-20 michael buffer overflows libavcodec
2005-04-20 michael Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) libavcodec
2005-04-19 michael optimizing non_intra ac coeff decode libavcodec
2005-04-19 melanson remove superfluous CONFIG_ENCODERS (entire function is already wrapped) libavcodec
2005-04-18 michael avoid UPDATE_CACHE() in GET_RL_VLC() if not needed libavcodec
2005-04-18 michael various fixes related to the non alt_bitstream_reader libavcodec
2005-04-18 aurel add an AMD64 specific implementation of rdtsc() libavcodec
2005-04-17 diego gcc 4 compilation fix libavcodec
2005-04-17 michael read 32bit instead of 64bit to avoid overreading and missalignments libavcodec
2005-04-17 michael fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net libavcodec
2005-04-15 michael store the number of runs to avoid storing the last run value libavcodec
2005-04-15 lorenm allow 2pass ratecontrol. also fixes psnr displayed by mencoder. libavcodec
2005-04-14 michael replace complicated pointer dereference + index stuff by pointers in unpack_coeffs() libavcodec
2005-04-14 michael minor optimization libavcodec
2005-04-14 michael optimizing unpack_coeffs() libavcodec
2005-04-13 michael Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/) libavcodec
2005-04-12 mru s/u_char/uint8_t/ libavcodec
2005-04-10 michael rescale coefficients during IDWT, that way the lifting steps are much simpler and faster libavcodec
2005-04-09 michael increasing precission of the quantization parameter libavcodec
2005-04-09 michael fix QROOT != 8 libavcodec
2005-04-08 rtognimp Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi) libavcodec
2005-04-07 rtognimp Fix colors for YV12 case (u/v planes are swapped) libavcodec
2005-04-05 michael CABAC support for MBAFF I frames patch by (Loïc Le Loarer < lll+ffmpeg m4x org) libavcodec
2005-04-05 michael 10% faster unpack_coeffs libavcodec
2005-04-05 michael fixing lossless snow libavcodec
2005-04-05 michael CABAC support for MBAFF I frames patch by (Loïc Le Loarer | lll+ffmpeg m4x org) libavcodec
2005-04-04 michael printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se) libavcodec
2005-04-04 michael merge vertical lifting steps and a little cleanup libavcodec
2005-04-04 michael Typo errors patch by (QuickTime | ffmpeg gmail com> libavcodec
2005-04-03 iive reinitialize on aspect change, libavcodec
2005-04-03 michael Snow Slicing patch by (Yartrebo) yartrebo earthlink net libavcodec
2005-04-03 melanson Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavcodec
2005-04-01 melanson support some more color modes; patch by Kostya libavcodec
2005-03-28 melanson free that last frame libavcodec
2005-03-28 melanson Westwood SND1 decoder, courtesy of Kostya libavcodec
2005-03-27 michael motion estimation bitrate penalty compensation libavcodec
2005-03-27 lorenm display deblocking strength in FF_DEBUG_PICT_INFO libavcodec
2005-03-27 lorenm allow 16 refs with B-frames libavcodec
2005-03-27 michael This is the second patch for MBAFF support, this adds the deblocking libavcodec
2005-03-27 michael The cvs version 1.103 of h264.c brokes 13 conformance streams, this libavcodec
2005-03-26 michael replace custom bitstream reader with get_bits/vlc() libavcodec
2005-03-26 michael make reverse[] non static libavcodec
2005-03-26 melanson Winnov WNV1 video decoder, courtesy of Konstantin Shishkov libavcodec
2005-03-26 michael check mb/me_threshold range, fixes assertion failure libavcodec
2005-03-26 michael more checks, fixes assertion failure libavcodec
2005-03-23 michael create temporary file in current directory if it failed in /tmp libavcodec
2005-03-23 diego Replace stray spaces by a tab. libavcodec
2005-03-23 michael support omiting various headers in mpeg4 as WMP seems to have difficulty with them libavcodec
2005-03-22 michael 04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp) libavcodec
2005-03-19 michael alignment fix libavcodec
2005-03-19 mru indentation fix libavcodec
2005-03-19 mru B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name) libavcodec
2005-03-19 michael disable luma in postprocess filters patch by (Tuukka Toivonen |tuukkat ee.oulu fi) libavcodec
2005-03-18 michael ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail com) libavcodec
2005-03-17 michael 10l typo libavcodec
2005-03-16 michael add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) libavcodec
2005-03-16 mru set constant QP from AVCodecContext.global_quality. libavcodec
2005-03-15 lorenm slice-based idwt (10% faster decoding) libavcodec
2005-03-12 lorenm 10l (compile fix) libavcodec
2005-03-11 lorenm Set keyframe flag only on IDR-frames (needed for reordering across I-frames). libavcodec
2005-03-10 melanson replace custom bit-reading functions with FFmpeg's internal function; libavcodec
2005-03-09 michael optimize & simplify libavcodec
2005-03-09 michael Oops patch by (Måns Rullgård <mru inprovide com>) libavcodec
2005-03-09 michael H.264 encoding with x264 by (Måns Rullgård <mru inprovide com>) libavcodec
2005-03-08 michael (10l) supported pix_fmts forgotten libavcodec
2005-03-08 michael fixing playback of xvid pretending to be divx (sample_vop_nc.avi) libavcodec
2005-03-07 lorenm remove an assert that was breaking compilation on some gccs. libavcodec
2005-03-06 michael AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodec
2005-03-06 michael MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<) libavcodec
2005-03-06 michael group audio codec ids libavcodec
2005-03-06 michael indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net) libavcodec
2005-03-06 michael spam libavcodec
2005-03-06 michael improved detection of "AVC1" style H.264 patch by (Måns Rullgård <mru inprovide com>) libavcodec
2005-03-06 melanson get rid of nasty exit()'s so the decoder will only warn the user before libavcodec
2005-03-06 mellum -freduce-all-givs has been removed from gcc libavcodec
2005-03-06 melanson decoder works fine now, when fed properly-sized chunks by the demuxer; libavcodec
2005-03-06 melanson do not use a variable before proper initialization libavcodec
2005-03-06 melanson first pass at ALAC decoder from David Hammerton; while David's original libavcodec
2005-03-05 michael Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>) libavcodec
2005-03-05 michael typo libavcodec
2005-03-05 michael mpeg-es bitrate parsing libavcodec
2005-03-05 lorenm 10l (fix reordering when B-frames are not present) libavcodec
2005-03-04 lorenm H.264: decode arbitrary frame orders and allow B-frames as references. libavcodec
2005-03-03 lorenm oops, other half of the vismv patch libavcodec
2005-03-03 lorenm vismv didn't display 8x8 mvs in H.264 libavcodec
2005-03-03 lorenm vismb: display 4x4 partition boundaries in H.264 libavcodec
2005-03-03 michael 04-vp3 fix(by matthieu castet).patch libavcodec
2005-03-02 michael cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug related to frexp() libavcodec
2005-03-01 melanson VP3 post-processing loop filter; disabled until the correct final step libavcodec
2005-03-01 melanson go LOCO, courtesy of Kostya Shishkov libavcodec
2005-02-28 lorenm 10l (deallocated memory again) libavcodec
2005-02-27 michael indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian Jedruszkiewicz) libavcodec
2005-02-27 henry support for negative strides libavcodec
2005-02-26 michael 10l (shorten.o missing) libavcodec
2005-02-26 michael shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) libavcodec
2005-02-25 michael set supported pix_fmts libavcodec
2005-02-25 lorenm In-loop deblocking for B-frames. libavcodec
2005-02-24 michael kill warnings patch by (Måns Rullgård <mru inprovide com>) libavcodec
2005-02-24 michael -strict -1 comment fix libavcodec
2005-02-24 michael 01-makefile_fix_updated.patch libavcodec
2005-02-24 lorenm 10l in implicit_weight_table libavcodec
2005-02-23 michael - renaming the AC coding set variable names to more meaningful ones libavcodec
2005-02-22 mmu_man use av_free() instead of free() where it's meant to. libavcodec
2005-02-21 alex macromedia flavour adpcm decoding (used in flv and swf) libavcodec
2005-02-21 alex 10l libavcodec
2005-02-21 michael removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavcodec
2005-02-20 lorenm Fix a crash when multiple metadata packets are present. libavcodec
2005-02-17 michael Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>) libavcodec
2005-02-17 michael buffer overflows libavcodec
2005-02-17 michael memleak fix libavcodec
2005-02-16 michael remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>) libavcodec
2005-02-16 michael Off-by-one bug in libavcodec/idcinvideo.c, caused libavcodec
2005-02-15 rtognimp Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4) libavcodec
2005-02-13 michael buffer overflow libavcodec
2005-02-07 michael optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<) libavcodec
2005-02-07 michael INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org) libavcodec
2005-02-06 michael emulate (idiotic) MS behavior for inconsistant dimensions libavcodec
2005-02-06 michael support skiping some bitstream encoding libavcodec
2005-02-06 michael seperate bitstream encoding skip from PASS1 flag libavcodec
2005-02-04 michael 10l (use of deallocated memory) libavcodec
2005-02-04 michael Build libpostproc out of source directory patch by (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodec
2005-02-04 michael H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org) libavcodec
2005-02-04 michael - samples from mplayer ftp in the "adv" profile seem to have profile=2, libavcodec
2005-02-03 michael merge a few shifts into the dequantization, faster and more accurate, lets hope it doesnt overflow libavcodec
2005-02-02 michael optimizing imdct12 libavcodec
2005-02-02 michael mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits libavcodec
2005-02-02 michael Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr) libavcodec
2005-02-02 michael rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr) libavcodec
2005-02-02 michael optimize antialias libavcodec
2005-02-01 michael faster, simpler and more accurate l3_unscale() libavcodec
2005-02-01 michael optimizing imdct36() libavcodec
2005-02-01 michael make keyframe default for AVFrames libavcodec
2005-02-01 mmu_man Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de> libavcodec
2005-02-01 michael 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE) libavcodec
2005-02-01 michael H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org ) libavcodec
2005-02-01 michael correct long term picture management patch by (Loic <lll+ffmpeg m4x org>) libavcodec
2005-02-01 michael - a lot less overflows when decoding frames libavcodec
2005-02-01 michael Documentation patch by anonymous libavcodec
2005-01-31 rtognimp Add 32bit RGB support libavcodec
2005-01-31 michael 10000l vbr mp3 fix libavcodec
2005-01-31 michael support 32bit output for the mpeg audio decoder libavcodec
2005-01-31 michael more accurate dequant of near zero coefficients libavcodec
2005-01-31 michael 10l (missing overflow check) libavcodec
2005-01-30 michael 100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed) libavcodec
2005-01-30 michael - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in libavcodec
2005-01-30 michael In that patch: libavcodec
2005-01-30 michael 10l (didnt test code after cvs up ...) libavcodec
2005-01-30 michael dithering for the mpeg audio decoder libavcodec
2005-01-30 michael fixing missaligned memory accesses in fill_rectangle() libavcodec
2005-01-29 michael require a few valid and equal mp3 headers for resync libavcodec
2005-01-29 mmu_man added a lock/unlock_lib pair to allow extern progs to serialize access to lavc. libavcodec
2005-01-28 alex exported ff_mpa_synth_filter for upcoming qdm2 decoder libavcodec
2005-01-28 michael make decode012() static inline libavcodec
2005-01-26 michael 10l (negative strides) libavcodec
2005-01-26 michael use dc tables from msmpeg4 instead of duplicating them patch by anonymous libavcodec
2005-01-25 michael dont duplicate decode012() libavcodec
2005-01-25 michael check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though libavcodec
2005-01-24 michael Fixes: libavcodec
2005-01-24 michael more 10l typos libavcodec
2005-01-24 michael norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear) libavcodec
2005-01-24 michael fixing many bugs in bitplane_decoding() libavcodec
2005-01-23 michael dont use several 100 mb memory for a tiny 120 element table libavcodec
2005-01-23 michael 1000000000l typos libavcodec
2005-01-23 michael mention table duplications, note, please avoid duplicating tables! libavcodec
2005-01-23 rtognimp Check pointers before writing to memory libavcodec
2005-01-23 michael simplify libavcodec
2005-01-23 michael avoid buf_size == 0 checks in every decoder libavcodec
2005-01-23 michael more detailed error messages libavcodec
2005-01-23 michael 10l libavcodec
2005-01-23 michael framerate check libavcodec
2005-01-23 michael simplify deblock libavcodec
2005-01-23 michael use clip_uint8() libavcodec
2005-01-23 michael simplify libavcodec
2005-01-22 alex preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodec
2005-01-22 alex preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodec
2005-01-21 michael count errors instead of printing 2^31 libavcodec
2005-01-21 michael Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) libavcodec
2005-01-20 michael jpeg style yuv fixes libavcodec
2005-01-19 michael H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>) libavcodec
2005-01-19 michael div by zero aspect fix libavcodec
2005-01-19 michael svq3_get_se_golomb() fix libavcodec
2005-01-19 michael compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>) libavcodec
2005-01-18 michael x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>) libavcodec
2005-01-17 michael simplify libavcodec
2005-01-16 michael 10l patch by (matthieu castet <castet.matthieu free fr>) libavcodec
2005-01-15 michael simplify libavcodec
2005-01-15 michael simplify, null pointer, selftest libavcodec
2005-01-15 rtognimp Decode MP3 in ADU format libavcodec
2005-01-15 rtognimp 1l, forgot to remove duplicated error message libavcodec
2005-01-15 diego Mention the l5 pp filter in 'mplayer -pphelp' output. libavcodec
2005-01-15 rtognimp Use avcodec_check_dimensions instead of custom hack libavcodec
2005-01-14 michael assertion about bits statistic and minor bits stat fix libavcodec
2005-01-13 michael 10l (dont modify the input picture pts) libavcodec
2005-01-12 michael av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) libavcodec
2005-01-12 michael 10l (gcc 2.95 fix) libavcodec
2005-01-12 michael disallow strcat libavcodec
2005-01-12 michael dissallow sprintf libavcodec
2005-01-12 michael various security fixes and precautionary checks libavcodec
2005-01-11 diego Quote path expression to take care of $(prefix) possibly containing spaces. libavcodec
2005-01-11 michael fixing selftest libavcodec
2005-01-10 michael picture heap corruption fix libavcodec
2005-01-09 rtognimp Check pointers before writing to memory, fix possible integer overflows libavcodec
2005-01-09 lorenm 10l (obmc_scratchpad not always initialize) libavcodec
2005-01-08 lorenm 10l: scratchpad could be allocated before its size was known. libavcodec
2005-01-07 lorenm H.264 weighted prediction. libavcodec
2005-01-06 michael print "D" instead of "P" for dropable frames in flv with -debug 1 libavcodec
2005-01-06 michael RV30/RV40 demuxing (untested) libavcodec
2005-01-05 michael fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm libavcodec
2005-01-05 michael fix decoding of http://mplayerhq.hu/~diego/problem.mov libavcodec
2005-01-04 lorenm reduce stutter if we learn too late that the stream contains B-frames. libavcodec
2005-01-04 lorenm Sort B-frames into display order. libavcodec
2005-01-03 michael Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>) libavcodec
2005-01-03 diego Make -pphelp output consistent with the other instances of -xxx help. libavcodec
2005-01-01 michael WV1F support libavcodec
2004-12-31 michael faster and slightly less accurate nearest neighbor resampler libavcodec
2004-12-31 michael 10l libavcodec
2004-12-31 michael special case for filter_length==1 libavcodec
2004-12-31 michael - correct several errors on the deblocking accross slice boundaries. libavcodec
2004-12-30 rtognimp Fix avc1 if there is nore than one nal per mov frame libavcodec
2004-12-30 michael imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>) libavcodec
2004-12-29 rtognimp Fix compilation when both amr_nb and amr_wb are enabled libavcodec
2004-12-29 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec
2004-12-29 michael motion_val doxy libavcodec
2004-12-29 lorenm implement B_DIRECT and B_SKIP macroblock types. libavcodec
2004-12-20 lorenm vismv for h264 displayed incorrect motion vectors. libavcodec
2004-12-19 michael better motion_subsample_log2 docs libavcodec
2004-12-18 michael fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbjørn Skjæret {sskjer-1 broadpark no}) libavcodec
2004-12-18 michael add multi slice support libavcodec
2004-12-18 michael fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>) libavcodec
2004-12-14 michael quantizer overflow warning + AAN dct fix libavcodec
2004-12-14 michael fix timestamp prediction for low_delay mpeg streams libavcodec
2004-12-13 michael x86 cpu capabilities detection rewrite / cleanup libavcodec
2004-12-13 michael another try at fixing rv20 ... libavcodec
2004-12-12 michael flush remaining data from parser at EOF libavcodec
2004-12-11 michael warn the user if the quantization code could overflow with the selected custom matrix and qp limits libavcodec
2004-12-09 michael uppercase codec_tag=AVC1 support libavcodec
2004-12-09 michael out of buffer access fix libavcodec
2004-12-08 michael more flexible frame skip decission libavcodec
2004-12-08 michael frame skip support libavcodec
2004-12-07 michael rv20 encoding libavcodec
2004-12-06 michael seeking in rm libavcodec
2004-12-06 michael rv10 thread safety fix / rv10 ffplay fix libavcodec
2004-12-05 michael detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< free >.< fr>) libavcodec
2004-12-05 michael next try at fixing rv20 decoding libavcodec
2004-11-30 michael raw rgb flip fix libavcodec
2004-11-28 lorenm fix interlacing check in v1 huffyuv. libavcodec
2004-11-28 lorenm split ffhuffyuv into 2 codecs: libavcodec
2004-11-28 michael fix some codec_id values so that new ones can be added at the end of the subsets without breaking binary compatibility libavcodec
2004-11-28 michael 10l (dont use codec_id for error simulation) libavcodec
2004-11-27 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
2004-11-27 lorenm new option: context_model libavcodec
2004-11-25 michael fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be}) libavcodec
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