]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-02-26 mruless preprocessor magic in version number macros
2008-02-26 michael25% faster floating point AAN IDCT.
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 bcouduriersupport keyframes indexes starting at 0, broken files...
2008-02-26 bcouduriersupport mov reference files, ref.mov/ref.m2v/ref.wav...
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 bcoudurierremove useless braces
2008-02-26 bcoudurierindentation
2008-02-26 bcoudurierrescale frame size, fix i.3g2
2008-02-26 bcouduriermove parameters reset after setting stream parameters...
2008-02-26 lorenmdecode mng color decorrelation
2008-02-26 diegoRemove START_TIMER and STOP_TIMER macros.
2008-02-26 diegoDisable vhook on Interix, patch by Pete Ross, pross...
2008-02-26 diegoThis header just needs stdint.h, not inttypes.h, which...
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 michaelFix MSVC identification, patch by Eddie Pang.
2008-02-25 michaelMake code C conformant.
2008-02-25 diegoClarify the documentation for 'ffmpeg -v'.
2008-02-25 diegoImprove wording/grammar of Doxygen comments.
2008-02-25 michaelClarify which BSD license.
2008-02-25 diegocosmetics: prettyprint
2008-02-25 michaelAllow use of my AAN DCT under BSD, AMD has agreed to...
2008-02-25 benoitMake parse_options() use parse_number_or_die().
2008-02-25 benoitExport and document in cmdutils.h the function parse_nu...
2008-02-25 bcoudurierfix mace duration
2008-02-25 bcoudurierprotect malloc overflow
2008-02-25 bcoudurierindentation
2008-02-25 bcoudurierfail if extradata cannot be allocated
2008-02-25 bcoudurier10l, protect malloc overflow
2008-02-25 bcouduriersupport QDM2 in aiff, QDM2.aif
2008-02-25 bcoudurierremove useless close function
2008-02-25 bcoudurierindentation
2008-02-25 bcouduriercosmetics
2008-02-25 bcouduriercosmetics
2008-02-25 bcoudurierremove useless tags, codec_get_id matches independently...
2008-02-25 bcoudurierset bps to uncompressed original sound data for compres...
2008-02-25 bcoudurierfix duration for ima4
2008-02-25 bcoudurierima4 in aiff support
2008-02-25 lorenmpng filters
2008-02-25 mruInstall headers in $prefix/include/$libname
2008-02-25 lorenmremove a memcpy
2008-02-24 diegocosmetics: Sort and prettyprint codec_wav_tags[].
2008-02-24 mrufix memory leaks in vp3 decoder
2008-02-24 michaelSet indexmem to a saner default.
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-24 michaelReduce initial fifo size, so as not to senselessly...
2008-02-24 michaelrealloc fifo
2008-02-24 michaelFix issue357
2008-02-24 michaelflv/swf do not have a big endian codec id, they only...
2008-02-23 bananRiff ids for wmapro and wmavoice, this adds support...
2008-02-23 mruuse diff -u -w in codec regression test
2008-02-23 nicodvbtreat stream_type==0x82 as AUDIO_DTS when the program...
2008-02-22 michaelRemove apparently unneeded and buggy align.
2008-02-22 diegoAdd -lm to x264 check, it is needed on most systems.
2008-02-22 lorenmcleaner way of writing packed-byte constants.
2008-02-21 michaelAscii art to explain what avfilter_formats_changeref...
2008-02-21 michaelcosmetic
2008-02-21 michaelBetter description (merge is too vague IMHO).
2008-02-21 michaelBetter description for merge_ref().
2008-02-21 michaelDocument avfilter_formats_ref() with some ascii art.
2008-02-21 melansonminor English corrections
2008-02-21 michaeltypos
2008-02-21 diegoExplain that libavcodec/i386/idct_mmx.c is GPLed.
2008-02-21 michael"General Tips" section
2008-02-21 michaelparse_number_or_die()
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 diego10l: Correctly use preprocessor conditionals.
2008-02-20 lucabeFix computation of the "NTP time" field in RTCP SR...
2008-02-20 michaelGet rid of a fake timestamp discontinuity at the begin...
2008-02-20 michaelMake timestamp interpolation work with mpeg2 field...
2008-02-20 mru#include avutil.h in postprocess.h
2008-02-19 mruClean up lib* version definitions
2008-02-19 michaelFix ;;
2008-02-19 reimarAdd some const, fixes warnings:
2008-02-19 reimarMissing const, fix warnings:
2008-02-19 reimarFix warnings:
2008-02-19 reimarRemove duplicate ;
2008-02-19 reimarAdd casts to avoid warnings:
2008-02-19 reimarMissing const
next