log

age author description
2006-05-05 diego Unconditionally clean AMR subdirs. libavcodec
2006-05-02 lu_zero Macosx fix libavcodec
2006-05-02 michael d10 decoding fix libavcodec
2006-05-01 aurel clip_uint8 now return an uint8_t so no need to &0xFF libavcodec
2006-04-30 lorenm warn on interlaced streams libavcodec
2006-04-29 lorenm don't force asserts in release builds. 2% faster h264. libavcodec
2006-04-28 lorenm memory leak. libavcodec
2006-04-28 michael use previous qscale for intra_dc_threshold check libavcodec
2006-04-28 michael missmatch control for mpeg2 intra dequantization if bitexact=1 libavcodec
2006-04-28 banan Revert bad ac3enc commit, the commited code was bigger and slower. libavcodec
2006-04-28 gpoirier Remove unused and unsupported Cyrix's "Extended MMX", libavcodec
2006-04-27 diego Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined. libavcodec
2006-04-27 diego Fix amr_nb-fixed build. libavcodec
2006-04-27 diego Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does libavcodec
2006-04-27 diego cosmetics: Group all AMR variables together, add some newlines. libavcodec
2006-04-27 diego Misplaced CLEANAMR. libavcodec
2006-04-27 diego CLEANAMRWB --> CLEANAMR typo libavcodec
2006-04-25 lu_zero 13% faster inner_add_yblock libavcodec
2006-04-25 lu_zero 40% faster decode libavcodec
2006-04-23 rtognimp Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. libavcodec
2006-04-22 banan Patch to generate the ac3 window, based on code by Justin Ruggles. libavcodec
2006-04-21 lorenm 10l in h264 vismb/vismv (broke on 2006-03-09) libavcodec
2006-04-20 rtognimp dtsdec.c copies one input packet at a time to a (static) buffer of size libavcodec
2006-04-19 reimar make "size" variable in avpicture_alloc signed, since avpicture_get_size libavcodec
2006-04-18 gpoirier gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de> libavcodec
2006-04-16 lu_zero typo in the gcc handmade regalloc trigger libavcodec
2006-04-15 diego Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavcodec
2006-04-15 diego Revert Windows "warning" message. libavcodec
2006-04-15 diego Fix SIGSEGV in rv10-null-pointer-500k.rm. libavcodec
2006-04-14 michael fix "concealing 0 DC, 0 AC, 0 MV errors" bug libavcodec
2006-04-14 michael ffv1 and ffvhuff havnt changed since a long time and noone proposed any libavcodec
2006-04-10 banan AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. libavcodec
2006-04-10 lucabe Baptiste COUDURIER's padding patch (reworked by me a little bit). libavcodec
2006-04-09 rfelker signedness error caused broken decoding libavcodec
2006-04-09 rfelker 100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing) libavcodec
2006-04-07 rtognimp Add missing external declaration for kmvc codec libavcodec
2006-04-07 kostya KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavcodec
2006-04-07 lu_zero hadamard8_diff* enabled on linux/ppc libavcodec
2006-04-05 mru s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/ libavcodec
2006-04-05 lorenm gmc_mmx tweaks libavcodec
2006-04-04 lucabe Introduce swscale interface in libavcodec libavcodec
2006-04-04 lorenm mmx implementation of 3-point GMC. (5x faster than C) libavcodec
2006-04-03 lorenm 2x faster ff_mpeg4_set_direct_mv libavcodec
2006-04-03 corey AC3: support encoding fractional frame sizes libavcodec
2006-03-31 michael remove mpegvideo.c img resample dependancy libavcodec
2006-03-31 michael get_xbits() optimization libavcodec
2006-03-31 michael remove useless code libavcodec
2006-03-31 michael simplify loop a little libavcodec
2006-03-31 michael do UPDATE_CACHE only when needed (which should be VERY rare) libavcodec
2006-03-31 michael + (sign&1) -> -sign (1 instruction less) libavcodec
2006-03-31 michael avoid hard to predict branch (idea by arpi) libavcodec
2006-03-31 michael warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>) libavcodec
2006-03-31 lu_zero Proper typecast for vector bool libavcodec
2006-03-30 lucabe move enum PixelFormat from libavcodec to libavutil libavcodec
2006-03-30 michael reverting 1.31->1.33 libavcodec
2006-03-30 michael dont forget table_size in the decode_frame return value libavcodec
2006-03-30 corey - Add new file internal.h for common internal-use-only functions. libavcodec
2006-03-29 michael fix gcc 2.95 compilation libavcodec
2006-03-29 lu_zero Cast cruft in order to support Apple gcc libavcodec
2006-03-29 diego Ignore apiexample and test programs. libavcodec
2006-03-29 diego EXTRALIBS already contains -lm, no need to add it explicitly. libavcodec
2006-03-29 michael avoid if(i>=63) check at the end of decode_block() libavcodec
2006-03-29 michael avoid i++ in decode_block() libavcodec
2006-03-29 michael minor optimization of decode_block() libavcodec
2006-03-29 michael optimizations by arpi libavcodec
2006-03-27 reimar NuppelVideo/MythTVVideo support, including rtjpeg decoder libavcodec
2006-03-27 lu_zero altivec support for snow libavcodec
2006-03-27 lu_zero altivec support for snow libavcodec
2006-03-26 banan Use a more descriptive error message. libavcodec
2006-03-25 kostya Don't use get_vlc2() when tree is one symbol. This fixes audio decoding libavcodec
2006-03-25 lorenm 10l in 1.199 (write_back_motion with B-pyramid + spatial) libavcodec
2006-03-25 lorenm simplified and slightly faster h264_chroma_mc8_mmx libavcodec
2006-03-24 mru ST16 is undefined for non-GNU compilers. libavcodec
2006-03-23 lorenm prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). libavcodec
2006-03-23 lorenm prefetch pixels for future motion compensation. 2-5% faster h264. libavcodec
2006-03-22 lorenm 10l libavcodec
2006-03-22 lorenm added mmx implementation of h264_chroma_mc2 libavcodec
2006-03-22 lorenm 1.5x faster write_back_motion, 1-3% overall libavcodec
2006-03-22 gpoirier add MMX and SSE versions of ff_snow_inner_add_yblock libavcodec
2006-03-21 corey snow mmx+sse2 optimizations, part 4 libavcodec
2006-03-21 kostya Smacker demuxer and decoder. libavcodec
2006-03-20 mru since Michael prefers to keep dsputil.h private to libavcodec libavcodec
2006-03-20 gpoirier Add the mmx and sse2 implementations of ff_snow_vertical_compose(). libavcodec
2006-03-20 corey Snow mmx + sse2 part 2 libavcodec
2006-03-20 michael fixing interlaced direct mode field select values libavcodec
2006-03-19 michael various fixes for xvid_rc libavcodec
2006-03-18 michael fix frametypes with xvid_rc libavcodec
2006-03-18 michael fixing bquant_offset libavcodec
2006-03-18 michael segfault fix libavcodec
2006-03-17 corey make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't libavcodec
2006-03-17 gpoirier 10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled libavcodec
2006-03-16 gpoirier First part of a series of speed-enchancing patches. libavcodec
2006-03-14 michael dont pass intra flag if its always 0 libavcodec
2006-03-13 michael fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios) libavcodec
2006-03-13 michael fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...) libavcodec
2006-03-13 lorenm seed iterative_me with mvs from conventional search. libavcodec
2006-03-13 lorenm obey vqscale in 2nd pass libavcodec
2006-03-12 michael reset interlaced_dct flag libavcodec
2006-03-11 kostya 16-bit DPCM and stereo support for Sierra VMD libavcodec
2006-03-11 michael av_free -> av_freep libavcodec
2006-03-11 michael fix %8 != 0 w/h libavcodec
2006-03-10 michael asserts to check if assumed conditions really are true libavcodec
2006-03-10 michael out of array read fix libavcodec
2006-03-10 michael out of array read fix libavcodec
2006-03-10 michael cleanup picture / debug output code libavcodec
2006-03-10 michael fixing out of array access (only cosmetic, this should never have had a end user vissible effect) libavcodec
2006-03-10 michael add assert to clarify that we know what we are doing libavcodec
2006-03-10 michael fixing uninitalized dc_pred_dir libavcodec
2006-03-10 michael very minor optimization libavcodec
2006-03-10 michael unused variable libavcodec
2006-03-10 bcoudurier Fix cropping, depending on enc pix fmt libavcodec
2006-03-09 diego Alignment fixes, caused problems on SPARC. libavcodec
2006-03-08 diego (f)printf --> av_log conversion libavcodec
2006-03-08 banan Init simplification and 2% faster wma_decode_block on amd64 with tables use libavcodec
2006-03-08 corey 3DNow! & Extended 3DNow! versions of FFT libavcodec
2006-03-07 lorenm h264_idct8_add_mmx libavcodec
2006-03-07 lorenm h264_idct_add only needs mmx1 libavcodec
2006-03-06 diego Proper mangling information for symbols in OS X Mach-O shared objects. libavcodec
2006-03-06 michael switch flac to av_crc libavcodec
2006-03-06 michael switch ac3enc to av_crc libavcodec