]> git.sesse.net Git - ffmpeg/history - libavcodec
dont forget table_size in the decode_frame return value
[ffmpeg] / libavcodec /
2006-03-30 Michael Niedermayerdont forget table_size in the decode_frame return value
2006-03-30 Corey Hickey- Add new file internal.h for common internal-use-only...
2006-03-29 Michael Niedermayerfix gcc 2.95 compilation
2006-03-29 Luca BarbatoCast cruft in order to support Apple gcc
2006-03-29 Diego BiurrunIgnore apiexample and test programs.
2006-03-29 Diego BiurrunEXTRALIBS already contains -lm, no need to add it expli...
2006-03-29 Michael Niedermayeravoid if(i>=63) check at the end of decode_block()
2006-03-29 Michael Niedermayeravoid i++ in decode_block()
2006-03-29 Michael Niedermayerminor optimization of decode_block()
2006-03-29 Michael Niedermayeroptimizations by arpi
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-26 Benjamin LarssonUse a more descriptive error message.
2006-03-25 Kostya ShishkovDon't use get_vlc2() when tree is one symbol. This...
2006-03-25 Loren Merritt10l in 1.199 (write_back_motion with B-pyramid + spatial)
2006-03-25 Loren Merrittsimplified and slightly faster h264_chroma_mc8_mmx
2006-03-24 Steve L'HommeST16 is undefined for non-GNU compilers.
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 4-10...
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 2-5...
2006-03-22 Loren Merritt10l
2006-03-22 Loren Merrittadded mmx implementation of h264_chroma_mc2
2006-03-22 Loren Merritt1.5x faster write_back_motion, 1-3% overall
2006-03-22 Robert Edeleadd MMX and SSE versions of ff_snow_inner_add_yblock
2006-03-21 Robert Edelesnow mmx+sse2 optimizations, part 4
2006-03-21 Kostya ShishkovSmacker demuxer and decoder.
2006-03-20 Måns Rullgårdsince Michael prefers to keep dsputil.h private to...
2006-03-20 Robert EdeleAdd the mmx and sse2 implementations of ff_snow_vertica...
2006-03-20 Robert EdeleSnow mmx + sse2 part 2
2006-03-20 Michael Niedermayerfixing interlaced direct mode field select values
2006-03-19 Michael Niedermayervarious fixes for xvid_rc
2006-03-18 Michael Niedermayerfix frametypes with xvid_rc
2006-03-18 Michael Niedermayerfixing bquant_offset
2006-03-18 Michael Niedermayersegfault fix
2006-03-17 Corey Hickeymake ff_rate_control_init() bail out if rc_strategy...
2006-03-17 Oded Shimon10l: Only set *compose97i *add_yblock to dsputils conte...
2006-03-16 Robert EdeleFirst part of a series of speed-enchancing patches.
2006-03-14 Michael Niedermayerdont pass intra flag if its always 0
2006-03-13 Michael Niedermayerfixing coverity warnig CID: 253 (reading over the end...
2006-03-13 Michael Niedermayerfix coverity warning CID: 255 (uninitalized variable...
2006-03-13 Loren Merrittseed iterative_me with mvs from conventional search.
2006-03-13 Loren Merrittobey vqscale in 2nd pass
2006-03-12 Michael Niedermayerreset interlaced_dct flag
2006-03-11 Kostya Shishkov16-bit DPCM and stereo support for Sierra VMD
2006-03-11 Michael Niedermayerav_free -> av_freep
2006-03-11 Michael Niedermayerfix %8 != 0 w/h
2006-03-10 Michael Niedermayerasserts to check if assumed conditions really are true
2006-03-10 Michael Niedermayerout of array read fix
2006-03-10 Michael Niedermayerout of array read fix
2006-03-10 Michael Niedermayercleanup picture / debug output code
2006-03-10 Michael Niedermayerfixing out of array access (only cosmetic, this should...
2006-03-10 Michael Niedermayeradd assert to clarify that we know what we are doing
2006-03-10 Michael Niedermayerfixing uninitalized dc_pred_dir
2006-03-10 Michael Niedermayervery minor optimization
2006-03-10 Michael Niedermayerunused variable
2006-03-10 Baptiste CoudurierFix cropping, depending on enc pix fmt
2006-03-09 David S. MillerAlignment fixes, caused problems on SPARC.
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
2006-03-08 Benjamin LarssonInit simplification and 2% faster wma_decode_block...
2006-03-08 Zuxy Meng3DNow! & Extended 3DNow! versions of FFT
2006-03-07 Loren Merritth264_idct8_add_mmx
2006-03-07 Loren Merritth264_idct_add only needs mmx1
2006-03-06 Sam HocevarProper mangling information for symbols in OS X Mach...
2006-03-06 Michael Niedermayerswitch flac to av_crc
2006-03-06 Michael Niedermayerswitch ac3enc to av_crc
2006-03-06 Michael Niedermayergeneric crc calculation code
2006-03-06 Roman ShaposhnikI still don't think this should be here. Note: without...
2006-03-06 Daniel MaasDVCPRO50 support.
2006-03-05 Zuxy Menguse xorps instead of mulps to toggle the sign of a...
2006-03-05 Loren Merrittgcc2.95 workaround
2006-03-05 Baptiste CoudurierMake faac_decode_frame return -1 on error and not 0...
2006-03-04 Loren Merrittremove some useless instructions
2006-03-04 Diego BiurrunMake -xy help output consistent, output an empty line...
2006-03-04 Loren Merrittkeyframe flag was wrong if SEIs followed the keyframe
2006-03-03 Michael NiedermayerPAL8 support (fixed BLUR8.AVI)
2006-03-03 Michael Niedermayerfix segfault with BLUR8.AVI
2006-03-02 Michael Niedermayerfix infinite loop
2006-03-02 Michael Niedermayercleanup IMA-ADPCM WAV decoder
2006-03-02 Loren Merritt4% faster h264_qpel_mc
2006-03-01 Zdenek Kabelac* bugfixing call reference
2006-03-01 Michael Niedermayerfix decoding of mpeg2-trunc.vob
2006-02-28 Likai Liuuse vec_splat_u32 to initialise a v16ui (patch by Likai...
2006-02-28 Dan MaasAssign class 2 to most macroblocks by default, instead...
2006-02-27 Benjamin Larsson64bit fixes for the tta decoder, sizeof(long) is 8...
2006-02-27 Roman ShaposhnikNot that we're that far from being an *initial* impleme...
2006-02-27 Dan MaasAC coefficient weighing (per SMPTE 314M) for the DV...
2006-02-26 Michael Niedermayerremove wrong assert()
2006-02-26 Michael Niedermayerreplace for loop with 2 asserts()
2006-02-25 Dan Maassize[0-3] are not initialized (and can get random negat...
2006-02-25 Måns Rullgårdkill some warnings
2006-02-25 Loren Merrittfix a memory leak on seeking.
2006-02-24 Michael Niedermayer10l (forgot EOBs)
2006-02-23 Michael Niedermayerdont lowwer qnos of more blocks then needed
2006-02-23 Antoine CellerierGive a hint about what is the expected the data type...
2006-02-23 Michael Niedermayerfixing dv_guess_qnos()
2006-02-23 Michael Niedermayerprint a big warning if we mess up and run out of space ...
2006-02-22 Loren Merrittminor simplifications in cabac_mb_type
2006-02-21 Luca BarbatoFix AltiVec H.264 decoding on FSF gcc.
2006-02-21 Alex Beregszasziadded none/8bit/24bit audio formats and defaulting...
2006-02-21 Alex Beregszasziexplain extradata and pass avctx to av_log's
next