]> git.sesse.net Git - ffmpeg/history - libavcodec
GCC4 fix by (Keenan Pepper (keenanpepper gmail com)
[ffmpeg] / libavcodec /
2005-05-05 Michael NiedermayerGCC4 fix by (Keenan Pepper (keenanpepper gmail com)
2005-05-03 Loren Merrittfix storage of motion vectors for frames with more...
2005-05-03 Loren Merrittclear the DPB after seeking.
2005-05-02 Michael Niedermayerput most codecs under ifdefs
2005-05-02 Michael Niedermayer#ifdefs around most register_avcodec
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-25 Michael Niedermayerprint pix_fmt if its known instead of if the raw codec...
2005-04-25 Michael NiedermayerPIX_FMT_NONE and related fixes
2005-04-25 Yartrebotighter snow slicing patch by (Yartrebo || yartrebo...
2005-04-25 Loren MerrittMMX for H.264 deblocking filter
2005-04-25 Michael Niedermayeravoid unneeded clear_blocks()
2005-04-25 Matthieu Castetextract from the subid the options
2005-04-24 Michael Niedermayerfixing broken_rv20_1mb_.rm
2005-04-24 Loren Merrittfix ref comparison in B-frame deblocker ('unused' and...
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-04-24 Kevin BaragonaSpelling errors patch by (Kevin Baragona | kevinmb500...
2005-04-24 Michael Niedermayertypo fix by ("Todd.Kirby" doubleshot pacbell net)
2005-04-21 Michael NiedermayerVideo-Galileo_small.rm fix by (matthieu castet # castet...
2005-04-21 Michael Niedermayeravoid clearing block[] if its not used at all
2005-04-21 Loren Merrittdeblocking filter doesn't need to call fill_caches...
2005-04-20 Michael Niedermayermpeg2_fast_decode_block_intra()
2005-04-20 Michael Niedermayersimplify
2005-04-20 Michael Niedermayerremove duplicate clip to 8bit function
2005-04-20 Michael Niedermayerbuffer overflows
2005-04-20 Michael NiedermayerIndeo 2 decoder by (Kostya <> kostya.shishkov gmail...
2005-04-19 Michael Niedermayeroptimizing non_intra ac coeff decode
2005-04-19 Mike Melansonremove superfluous CONFIG_ENCODERS (entire function...
2005-04-18 Michael Niedermayeravoid UPDATE_CACHE() in GET_RL_VLC() if not needed
2005-04-18 Michael Niedermayervarious fixes related to the non alt_bitstream_reader
2005-04-18 Aurelien Jacobsadd an AMD64 specific implementation of rdtsc()
2005-04-17 Bret Hughesgcc 4 compilation fix
2005-04-17 Michael Niedermayerread 32bit instead of 64bit to avoid overreading and...
2005-04-17 Yartrebofix overflow in mc_block() patch by (Yartrebo )yartrebo...
2005-04-15 Michael Niedermayerstore the number of runs to avoid storing the last...
2005-04-15 Loren Merrittallow 2pass ratecontrol. also fixes psnr displayed...
2005-04-14 Michael Niedermayerreplace complicated pointer dereference + index stuff...
2005-04-14 Michael Niedermayerminor optimization
2005-04-14 Michael Niedermayeroptimizing unpack_coeffs()
2005-04-13 YartreboSnow segfault bug in revision 1.43 patch by (Yartrebo...
2005-04-12 Måns Rullgårds/u_char/uint8_t/
2005-04-10 Michael Niedermayerrescale coefficients during IDWT, that way the lifting...
2005-04-09 Michael Niedermayerincreasing precission of the quantization parameter
2005-04-09 Michael Niedermayerfix QROOT != 8
2005-04-08 Jindřich MakovičkaFix upside-down picture for BGR24 images (fixes pig...
2005-04-07 Roberto TogniFix colors for YV12 case (u/v planes are swapped)
2005-04-05 Loïc Le LoarerCABAC support for MBAFF I frames patch by (Loïc Le...
2005-04-05 Michael Niedermayer10% faster unpack_coeffs
2005-04-05 Michael Niedermayerfixing lossless snow
2005-04-05 Loïc Le LoarerCABAC support for MBAFF I frames patch by (Loïc Le...
2005-04-04 Benjamin Larssonprintf -> av_log patch by (Benjamin Larsson <>banan...
2005-04-04 Michael Niedermayermerge vertical lifting steps and a little cleanup
2005-04-04 avcoderTypo errors patch by (QuickTime | ffmpeg gmail com>
2005-04-03 Ivan Kalvachevreinitialize on aspect change,
2005-04-03 YartreboSnow Slicing patch by (Yartrebo) yartrebo earthlink net
2005-04-03 Mike MelansonAutodesk Animator Studio Codec (AASC) video decoder...
2005-04-01 Kostya Shishkovsupport some more color modes; patch by Kostya
2005-03-28 Mike Melansonfree that last frame
2005-03-28 Mike MelansonWestwood SND1 decoder, courtesy of Kostya
2005-03-27 Michael Niedermayermotion estimation bitrate penalty compensation
2005-03-27 Loren Merrittdisplay deblocking strength in FF_DEBUG_PICT_INFO
2005-03-27 Loren Merrittallow 16 refs with B-frames
2005-03-27 Loïc Le LoarerThis is the second patch for MBAFF support, this adds...
2005-03-27 Loïc Le LoarerThe cvs version 1.103 of h264.c brokes 13 conformance...
2005-03-26 Michael Niedermayerreplace custom bitstream reader with get_bits/vlc()
2005-03-26 Michael Niedermayermake reverse[] non static
2005-03-26 Mike MelansonWinnov WNV1 video decoder, courtesy of Konstantin Shishkov
2005-03-26 Michael Niedermayercheck mb/me_threshold range, fixes assertion failure
2005-03-26 Michael Niedermayermore checks, fixes assertion failure
2005-03-23 Michael Niedermayercreate temporary file in current directory if it failed...
2005-03-23 Diego BiurrunReplace stray spaces by a tab.
2005-03-23 Michael Niedermayersupport omiting various headers in mpeg4 as WMP seems...
2005-03-22 Calcium04_AMR_no_debug_output.patch by (Calcium | calcium...
2005-03-19 Michael Niedermayeralignment fix
2005-03-19 Måns Rullgårdindentation fix
2005-03-19 Måns RullgårdB frames and CABAC/CAVLC selection by Erik Slagter...
2005-03-19 Tuukka Toivonendisable luma in postprocess filters patch by (Tuukka...
2005-03-18 Víctor Paesaogg has to be at the right of vorbis patch by ("Víctor...
2005-03-17 Michael Niedermayer10l typo
2005-03-16 Luca Barbatoadd libdir support to configure patch by (Luca Barbato...
2005-03-16 Måns Rullgårdset constant QP from AVCodecContext.global_quality.
2005-03-15 Loren Merrittslice-based idwt (10% faster decoding)
2005-03-12 Loren Merritt10l (compile fix)
2005-03-11 Loren MerrittSet keyframe flag only on IDR-frames (needed for reorde...
2005-03-10 Mike Melansonreplace custom bit-reading functions with FFmpeg's...
2005-03-09 Michael Niedermayeroptimize & simplify
2005-03-09 Måns RullgårdOops patch by (Måns Rullgård <mru inprovide com>)
2005-03-09 Michael NiedermayerH.264 encoding with x264 by (Måns Rullgård <mru inprovi...
2005-03-08 Michael Niedermayer(10l) supported pix_fmts forgotten
2005-03-08 Michael Niedermayerfixing playback of xvid pretending to be divx (sample_v...
2005-03-07 Loren Merrittremove an assert that was breaking compilation on some...
2005-03-06 Michael NiedermayerAVOption removial patch from (James A. Morrison >ja2mor...
2005-03-06 Loic Le LoarerMBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg...
2005-03-06 Michael Niedermayergroup audio codec ids
2005-03-06 Michael Niedermayerindeo3 for bigendian patch by (demo-n <demo-n users...
2005-03-06 Michael Niedermayerspam
2005-03-06 Måns Rullgårdimproved detection of "AVC1" style H.264 patch by ...
2005-03-06 Mike Melansonget rid of nasty exit()'s so the decoder will only...
2005-03-06 Falk Hüffner-freduce-all-givs has been removed from gcc
2005-03-06 Mike Melansondecoder works fine now, when fed properly-sized chunks...
2005-03-06 Mike Melansondo not use a variable before proper initialization
next