]> git.sesse.net Git - ffmpeg/history - libavcodec
print enabled things in columns
[ffmpeg] / libavcodec /
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-26 Michael NiedermayerStuffing bytes to not violate minimum legality rate.
2008-02-26 Michael NiedermayerRemove another temporary variable with which gcc has...
2008-02-26 Diego Biurruncosmetics: Demplayerify indentation.
2008-02-26 Diego BiurrunAdd comments to some #endif directives.
2008-02-26 Diego Biurruncosmetics: spelling/grammar
2008-02-26 Michael NiedermayerAlternative and faster (on gcc x86) plane rotation.
2008-02-26 Michael NiedermayerGet rid of another useless variable.
2008-02-26 Michael NiedermayerAvoid a=b+c but rather use a+=b (gcc is too stupid...
2008-02-26 Michael NiedermayerOne variable less. No real change to the actual code.
2008-02-26 Michael Niedermayerfloating point AAN IDCT
2008-02-26 Loren Merrittdecode mng color decorrelation
2008-02-26 Diego BiurrunRemove START_TIMER and STOP_TIMER macros.
2008-02-26 Loren Merrittsimplify
2008-02-25 Aurelien Jacobssplit encoding part of dsputil_mmx into its own file
2008-02-25 Diego BiurrunRemove commented-out av_log calls.
2008-02-25 Michael NiedermayerFix trellis quant + AAN DCT.
2008-02-25 Michael NiedermayerMake diego happy.
2008-02-25 Aurelien Jacobscompile various fdct only when encoders are enabled
2008-02-25 Michael NiedermayerClarify which BSD license.
2008-02-25 Michael NiedermayerAllow use of my AAN DCT under BSD, AMD has agreed to...
2008-02-25 Loren Merrittpng filters
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-25 Loren Merrittremove a memcpy
2008-02-24 Måns Rullgårdfix memory leaks in vp3 decoder
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 2
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile, improves code consist...
2008-02-24 Vitor SessakFix bug I introduced in r11962.
2008-02-23 Benjamin LarssonRiff ids for wmapro and wmavoice, this adds support...
2008-02-22 Michael NiedermayerRemove apparently unneeded and buggy align.
2008-02-22 Loren Merrittcleaner way of writing packed-byte constants.
2008-02-21 Loren Merrittindent
2008-02-21 Loren Merrittpseudo-simd add_bytes and diff_bytes
2008-02-21 Loren Merrittsimd and unroll png_filter_row
2008-02-21 Michael NiedermayerDisabling all SSE* code for old gcc to avoid alignment...
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Michael NiedermayerForgot this, which is needed for merging field pics...
2008-02-20 Michael NiedermayerMake find_frame_end() merge 2 mpeg2 field pictures...
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-19 Michael NiedermayerFix ;;
2008-02-19 Reimar DöffingerFix warnings:
2008-02-19 Reimar DöffingerRemove duplicate ;
2008-02-19 Reimar DöffingerAdd casts to avoid warnings:
2008-02-19 Reimar DöffingerMissing const
2008-02-19 Michael NiedermayerReduce the number of senselessly scanned bytes.
2008-02-19 Guillaume Poirierarg 10000l. Fix wrong fix committed in r12141
2008-02-19 Guillaume Poirierfix broken indentation
2008-02-19 Guillaume Poirier10l: fix always false test: Binary & has lower preceden...
2008-02-18 Diego BiurrunRefactor vcprm and vcii macros by using the AVV macro.
2008-02-18 Diego BiurrunRefactor the FOUROF macro using the AVV macro.
2008-02-18 Diego BiurrunRemove stray #undef.
2008-02-18 Alexander Strangefix crash on non-AltiVec powered machines: MPV_common_i...
2008-02-17 Måns Rullgårdremove duplicate AV_STRINGIFY() definition
2008-02-16 Måns Rullgårdclean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
2008-02-16 Mike FrysingerFLAT objects cannot have multiple sections, so using...
2008-02-15 Vitor Sessak100l
2008-02-15 Vitor SessakSimplify avcodec_default_get_buffer()
2008-02-15 Vitor SessakAdd header for declaration of ff_xxxx functions in...
2008-02-15 Vitor SessakThis should not be part of the public API
2008-02-15 Vitor SessakMy commit in r11942 broke compilation.
2008-02-15 Vitor SessakSplit avpicture_fill() in two functions. This will be
2008-02-15 Benjamin Larssonsilence wmaenc.c:181: warning:suggestparentheses around...
2008-02-15 Luca AbeniFix
2008-02-15 Luca AbeniFix
2008-02-13 Thorsten JordanCosmetics: indentation
2008-02-13 Thorsten JordanRemove useless buffering of input data, so that avcodec...
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-13 Diego BiurrunPrint Theora bitstream version at DEBUG, not at VERBOSE...
2008-02-13 Diego Biurruncosmetics: Replace // by /* */ comments.
2008-02-11 Vitor SessakFactor bytewidth determination in its own function
2008-02-11 Paul KellyAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2008-02-10 Loren Merrittasm argument that might be in memory needs a size
2008-02-09 Michael NiedermayerRemove pointless code.
2008-02-09 Diego BiurrunUse HAVE_ALTIVEC preprocessor conditionals like in...
2008-02-09 Michael NiedermayerRemove pointless code.
2008-02-09 Michael Niedermayerassert() and note about odd len.
2008-02-09 Loren Merritt30% faster ff_vorbis_floor1_render_list, 3% faster...
2008-02-09 Loren Merrittuse fewer registers in apply_welch_window_sse2
2008-02-09 Michael Niedermayeroptimize apply_welch_window()
2008-02-06 Reimar DöffingerAdd support for speex in ogg
2008-02-06 Loren Merrittsse2 h264 motion compensation. not new code, just separ...
2008-02-06 Loren Merrittput loop counter in a register if possible. makes some...
2008-02-06 Loren Merrittfix aliasing warnings. simpler too.
2008-02-06 Loren Merrittconstant was excessively aligned
2008-02-05 Reimar DöffingerCheck that we have enough input data in IMC decoder.
2008-02-05 Loren Merrittssse3 h264 motion compensation.
2008-02-05 Loren Merrittadd qpel rounder once during hv rather than twice durin...
2008-02-05 Loren Merrittclean up an ugliness introduced in r11826. this syntax...
2008-02-04 Michael NiedermayerDeprecate old and inefficient per instruction asm().
2008-02-04 Loren Merrittreduce code duplication
2008-02-04 Diego BiurrunMake luma_dc_quant_i and luma_dc_quant_p const, fixes...
2008-02-04 Michael Niedermayerconst
2008-02-03 Michael Niedermayerconst
2008-02-03 Uoti Urpalampegvideo.h has two function declarations with the...
2008-02-03 Loren Merrittavg_pixels4_mmx2
2008-02-03 Loren Merrittuse mmx2/3dnow avg functions in avg_qpel*_mc00
2008-02-03 Loren Merrittff_h264_idct8_add_sse2.
2008-02-03 Loren Merrittremove some movq in ff_h264_idct8_add_mmx. 225->217...
2008-02-02 Michael NiedermayerMake avcodec_decode_* functions take const input buffers.
next