]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Add more riff id's to support remuxing
[frescor/ffmpeg.git] / libavcodec /
2008-02-27 bananAdd more riff id's to support remuxing
2008-02-26 michaelbetter include
2008-02-26 michaelinclude depedancies ...
2008-02-26 diegoAdd multiple inclusion guards.
2008-02-26 diegoAdd explanatory comment to '#define FLOAT float'.
2008-02-26 mruless preprocessor magic in version number macros
2008-02-26 michaelStuffing bytes to not violate minimum legality rate.
2008-02-26 michaelRemove another temporary variable with which gcc has...
2008-02-26 diegocosmetics: Demplayerify indentation.
2008-02-26 diegoAdd comments to some #endif directives.
2008-02-26 diegocosmetics: spelling/grammar
2008-02-26 michaelAlternative and faster (on gcc x86) plane rotation.
2008-02-26 michaelGet rid of another useless variable.
2008-02-26 michaelAvoid a=b+c but rather use a+=b (gcc is too stupid...
2008-02-26 michaelOne variable less. No real change to the actual code.
2008-02-26 michaelfloating point AAN IDCT
2008-02-26 lorenmdecode mng color decorrelation
2008-02-26 diegoRemove START_TIMER and STOP_TIMER macros.
2008-02-26 lorenmsimplify
2008-02-25 aurelsplit encoding part of dsputil_mmx into its own file
2008-02-25 diegoRemove commented-out av_log calls.
2008-02-25 michaelFix trellis quant + AAN DCT.
2008-02-25 michaelMake diego happy.
2008-02-25 aurelcompile various fdct only when encoders are enabled
2008-02-25 michaelClarify which BSD license.
2008-02-25 michaelAllow use of my AAN DCT under BSD, AMD has agreed to...
2008-02-25 lorenmpng filters
2008-02-25 mruInstall headers in $prefix/include/$libname
2008-02-25 lorenmremove a memcpy
2008-02-24 mrufix memory leaks in vp3 decoder
2008-02-24 reimar__asm __volatile -> asm volatile part 2
2008-02-24 reimar__asm __volatile -> asm volatile, improves code consist...
2008-02-24 vitorFix bug I introduced in r11962.
2008-02-23 bananRiff ids for wmapro and wmavoice, this adds support...
2008-02-22 michaelRemove apparently unneeded and buggy align.
2008-02-22 lorenmcleaner way of writing packed-byte constants.
2008-02-21 lorenmindent
2008-02-21 lorenmpseudo-simd add_bytes and diff_bytes
2008-02-21 lorenmsimd and unroll png_filter_row
2008-02-21 michaelDisabling all SSE* code for old gcc to avoid alignment...
2008-02-20 michaelrevert 12156
2008-02-20 michaelForgot this, which is needed for merging field pics...
2008-02-20 michaelMake find_frame_end() merge 2 mpeg2 field pictures...
2008-02-20 michaelMake timestamp interpolation work with mpeg2 field...
2008-02-19 mruClean up lib* version definitions
2008-02-19 michaelFix ;;
2008-02-19 reimarFix warnings:
2008-02-19 reimarRemove duplicate ;
2008-02-19 reimarAdd casts to avoid warnings:
2008-02-19 reimarMissing const
2008-02-19 michaelReduce the number of senselessly scanned bytes.
2008-02-19 gpoirierarg 10000l. Fix wrong fix committed in r12141
2008-02-19 gpoirierfix broken indentation
2008-02-19 gpoirier10l: fix always false test: Binary & has lower preceden...
2008-02-18 diegoRefactor vcprm and vcii macros by using the AVV macro.
2008-02-18 diegoRefactor the FOUROF macro using the AVV macro.
2008-02-18 diegoRemove stray #undef.
2008-02-18 gpoirierfix crash on non-AltiVec powered machines: MPV_common_i...
2008-02-17 mruremove duplicate AV_STRINGIFY() definition
2008-02-16 mruclean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
2008-02-16 diegoFLAT objects cannot have multiple sections, so using...
2008-02-15 vitor100l
2008-02-15 vitorSimplify avcodec_default_get_buffer()
2008-02-15 vitorAdd header for declaration of ff_xxxx functions in...
2008-02-15 vitorThis should not be part of the public API
2008-02-15 vitorMy commit in r11942 broke compilation.
2008-02-15 vitorSplit avpicture_fill() in two functions. This will be
2008-02-15 banansilence wmaenc.c:181: warning:suggestparentheses around...
2008-02-15 lucabeFix
2008-02-15 lucabeFix
2008-02-13 superdumpCosmetics: indentation
2008-02-13 superdumpRemove useless buffering of input data, so that avcodec...
2008-02-13 diegotypo fix: inited --> initialized
2008-02-13 diegoPrint Theora bitstream version at DEBUG, not at VERBOSE...
2008-02-13 diegocosmetics: Replace // by /* */ comments.
2008-02-11 vitorFactor bytewidth determination in its own function
2008-02-11 andomaAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2008-02-10 lorenmasm argument that might be in memory needs a size
2008-02-09 michaelRemove pointless code.
2008-02-09 diegoUse HAVE_ALTIVEC preprocessor conditionals like in...
2008-02-09 michaelRemove pointless code.
2008-02-09 michaelassert() and note about odd len.
2008-02-09 lorenm30% faster ff_vorbis_floor1_render_list, 3% faster...
2008-02-09 lorenmuse fewer registers in apply_welch_window_sse2
2008-02-09 michaeloptimize apply_welch_window()
2008-02-06 reimarAdd support for speex in ogg
2008-02-06 lorenmsse2 h264 motion compensation. not new code, just separ...
2008-02-06 lorenmput loop counter in a register if possible. makes some...
2008-02-06 lorenmfix aliasing warnings. simpler too.
2008-02-06 lorenmconstant was excessively aligned
2008-02-05 reimarCheck that we have enough input data in IMC decoder.
2008-02-05 lorenmssse3 h264 motion compensation.
2008-02-05 lorenmadd qpel rounder once during hv rather than twice durin...
2008-02-05 lorenmclean up an ugliness introduced in r11826. this syntax...
2008-02-04 michaelDeprecate old and inefficient per instruction asm().
2008-02-04 lorenmreduce code duplication
2008-02-04 diegoMake luma_dc_quant_i and luma_dc_quant_p const, fixes...
2008-02-04 michaelconst
2008-02-03 michaelconst
2008-02-03 diegompegvideo.h has two function declarations with the...
next