]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-12-26 Michael NiedermayerAvoid negation in put_line().
2008-12-26 Michael NiedermayerFactorize mode switching in put_line().
2008-12-26 Michael NiedermayerFix (rewrite) find_group3_syncmarker().
2008-12-26 Stefano SabatiniFix documentation for -passlogfile, the argument is...
2008-12-26 Michael NiedermayerCCITT Fax Group 3 and 4 decompression by kostya.
2008-12-26 Stefano SabatiniUse more descriptive long_names for Video4Linux input...
2008-12-26 Diego BiurrunASAO Nelly Moser implementation moved to a better place...
2008-12-26 Stefano SabatiniChoose better names for the variables in create_filter().
2008-12-26 Stefano SabatiniFix documentation for avfilter_parse_graph().
2008-12-26 Stefano SabatiniCheck that the device is a capture device immediately...
2008-12-26 Stefano SabatiniRemove unnecessary temporary variable "frame_size"...
2008-12-26 Stefano SabatiniAdd missing check on the result of a VIDIOCCAPTURE...
2008-12-26 Stefano SabatiniCosmetics: put a space after each comma, improve consis...
2008-12-26 Benoit Fouets/FFmpeg-devel/ffmpeg-devel/
2008-12-26 Jason Garrett... Fix compilation without optimization under 64-bit with...
2008-12-25 Måns RullgårdARM: add new h264 idct functions
2008-12-25 Guillaume PoirierDisable usage of ff_h264_idct_add_altivec since AltiVec...
2008-12-25 Diego BiurrunChange mplayerhq.hu references to ffmpeg.org where...
2008-12-25 Diego BiurrunFix sample URL.
2008-12-25 avcoderThe VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
2008-12-25 Loren Merrittflatten an array, since gcc fails at optimizing multidi...
2008-12-24 Michael Niedermayerexport refs
2008-12-24 Michael NiedermayerAllow decoders to set AVCodecContext.refs.
2008-12-24 Michael NiedermayerOptimize pred_pskip_motion()
2008-12-24 Ben Littleradd amr in avi riff tags
2008-12-23 Michael NiedermayerIndent
2008-12-23 Michael NiedermayerIntegrate get_te0_golomb() calls into the code, this...
2008-12-23 Michael NiedermayerUse get_ue_golomb_31() where possible, almost all are...
2008-12-23 Michael NiedermayerUpdate golomb decoding tables so that get_*_golomb_31...
2008-12-23 Michael NiedermayerAdd get_ue_golomb_31()
2008-12-23 Víctor PaesaUpdate again Cygwin Ports URL after my sloppy previous...
2008-12-23 Michael Niedermayerindent
2008-12-23 Michael NiedermayerUse the new VLC table for the first non trailing coeff...
2008-12-23 Michael NiedermayerOptimize esc removal code.
2008-12-23 Kostya Shishkov352l: correct calculating number of bits for storing...
2008-12-23 Michael NiedermayerIndent
2008-12-23 Michael Niedermayerunified CAVLC level decoding LUT.
2008-12-23 Víctor PaesaComplete the list of external libraries.
2008-12-23 Víctor PaesaAdvice on compiler versions
2008-12-23 Víctor PaesaUpdate Cygwin Ports URL.
2008-12-23 Víctor PaesaBring up to date the Cygwin docs.
2008-12-23 Michael NiedermayerMake h264 parser 50% faster.
2008-12-23 Michael Niedermayer100l, I broke H.264 again, forgot one hunk.
2008-12-23 Michael NiedermayerOptimize 0 0 0-3 search, 45% faster on pentium dual.
2008-12-22 Víctor PaesaThe diffutils package is also needed (for the 'cmp...
2008-12-22 Andreas ÖmanRevert r16257:
2008-12-22 Carl Eugen... Fix two identical warnings when compiling riff.c and...
2008-12-22 Carl Eugen... Fix a warning when compiling with icc:
2008-12-22 Michael NiedermayerSimplify decode_cabac_mb_ref() a little bit, 2 cpu...
2008-12-22 Michael NiedermayerIndent
2008-12-22 Michael Niedermayerinline decode_cabac_mb_type for I & P frames, 9 cycles...
2008-12-22 Michael NiedermayerNegate 2 more variables, 1 cpu cycle faster on pentium...
2008-12-22 Michael NiedermayerSimplify if/else, no speed change
2008-12-22 Michael NiedermayerNegate a few variables, this simplifies the code and...
2008-12-22 Michael NiedermayerSimplify ifs(), 8 cpu cycles faster on pentium dual
2008-12-22 Michael NiedermayerSimplify if(), 3 cpu cycles faster in pentium dual.
2008-12-22 Aurelien JacobsInitialize s->opaque before calling url_resetbuf().
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-22 Wolfram GlogerOffer an option (disabled by default) to enable the...
2008-12-22 Kostya ShishkovDecode TIFF image only after all tags have been decoded
2008-12-22 Kostya ShishkovSome TIFFs declare -1 for the single strip height
2008-12-22 Kostya ShishkovAdd monochrome TIFF support
2008-12-22 Kostya ShishkovCalculate line size variable correctly for lower bitdep...
2008-12-22 Kostya ShishkovRegister TIFF tags for CCITT Group 3 and 4 compression...
2008-12-22 Diego BiurrunRemove a bunch of unused variables.
2008-12-22 Diego BiurrunUse ARCH_X86_32 instead of !ARCH_X86_64, it is more...
2008-12-22 Anuradha SuraparajuFix incorrectly constructed Dirac parse units that...
2008-12-21 Diego BiurrunDo not use full include path for headers in the same...
2008-12-21 Michael NiedermayerChange mpeg audio parser so it only sets frame_size...
2008-12-21 Carl Eugen... Silence the following icc warnings:
2008-12-21 Andreas ÖmanInclude "libavutil/common.h" where we use llrint()...
2008-12-21 Michael NiedermayerFix PTS returned by the demuxers for mpeg4 without...
2008-12-21 Michael NiedermayerMove CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_...
2008-12-21 Michael NiedermayerFix detection of audio codec in K70707-ARIA229.flv.
2008-12-21 Michael NiedermayerRemove useless code.
2008-12-21 Michael NiedermayerOnly execute clear_blocks() when needed.
2008-12-21 Robert SwainAAC: Reindent after last commit
2008-12-21 Alex ConverseAAC: Fix AAC prediction when used in conjunction with...
2008-12-21 Alex ConverseAAC: Don't write an illegal sampling_index in a PCE...
2008-12-20 Michael NiedermayerOptimize get_dct8x8_allowed().
2008-12-20 Kostya ShishkovRV30 decoder
2008-12-20 Carl Eugen... Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-12-20 Kostya ShishkovRV30 loop filter
2008-12-20 Reynaldo H... Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp...
2008-12-19 Stefano SabatiniPut under #if LIBAVCODEC_VERSION_MAJOR < 53 the depreca...
2008-12-19 Stefano SabatiniCosmetics, change variable name "o2" to "o" in ffserver...
2008-12-19 Stefano SabatiniRemove calls to deprecated av_set_string2() with calls to
2008-12-19 Jason Garrett... H.264 loopfilter speed tweaks
2008-12-19 Jason Garrett... Port x264 deblocking code to libavcodec.
2008-12-19 Diego BiurrunRemove pointless malloc.h #include.
2008-12-19 Diego BiurrunRemove pointless malloc.h #include.
2008-12-19 Michael NiedermayerDocument new idct requirements.
2008-12-19 Michael NiedermayerFix decoding with the plain C idcts of
2008-12-19 Kostya Shishkova table for upcoming RV30 loop filtering
2008-12-19 Jason Garrett... Add automatic prefix handling to yasm functions. Does...
2008-12-19 Michael NiedermayerReplace /2 by >>1 in decode_cabac_mb_dqp()
2008-12-19 Michael NiedermayerSimplify ctx update in decode_cabac_mb_dqp().
2008-12-19 Michael NiedermayerSimplify ctx calculation in decode_cabac_mb_dqp()
2008-12-19 Alexander StrangeClear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end...
2008-12-19 Alexander StrangeAllocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes...
next