]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-12-23 victorAdvice on compiler versions
2008-12-23 victorUpdate Cygwin Ports URL.
2008-12-23 victorBring up to date the Cygwin docs.
2008-12-23 michaelMake h264 parser 50% faster.
2008-12-23 michael100l, I broke H.264 again, forgot one hunk.
2008-12-23 michaelOptimize 0 0 0-3 search, 45% faster on pentium dual.
2008-12-22 victorThe diffutils package is also needed (for the 'cmp...
2008-12-22 andomaRevert r16257:
2008-12-22 cehoyosFix two identical warnings when compiling riff.c and...
2008-12-22 cehoyosFix a warning when compiling with icc:
2008-12-22 michaelSimplify decode_cabac_mb_ref() a little bit, 2 cpu...
2008-12-22 michaelIndent
2008-12-22 michaelinline decode_cabac_mb_type for I & P frames, 9 cycles...
2008-12-22 michaelNegate 2 more variables, 1 cpu cycle faster on pentium...
2008-12-22 michaelSimplify if/else, no speed change
2008-12-22 michaelNegate a few variables, this simplifies the code and...
2008-12-22 michaelSimplify ifs(), 8 cpu cycles faster on pentium dual
2008-12-22 michaelSimplify if(), 3 cpu cycles faster in pentium dual.
2008-12-22 cehoyosInitialize s->opaque before calling url_resetbuf().
2008-12-22 diegoRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-22 benoitOffer an option (disabled by default) to enable the...
2008-12-22 kostyaDecode TIFF image only after all tags have been decoded
2008-12-22 kostyaSome TIFFs declare -1 for the single strip height
2008-12-22 kostyaAdd monochrome TIFF support
2008-12-22 kostyaCalculate line size variable correctly for lower bitdep...
2008-12-22 kostyaRegister TIFF tags for CCITT Group 3 and 4 compression...
2008-12-22 diegoRemove a bunch of unused variables.
2008-12-22 diegoUse ARCH_X86_32 instead of !ARCH_X86_64, it is more...
2008-12-22 diegoFix incorrectly constructed Dirac parse units that...
2008-12-21 diegoDo not use full include path for headers in the same...
2008-12-21 michaelChange mpeg audio parser so it only sets frame_size...
2008-12-21 cehoyosSilence the following icc warnings:
2008-12-21 andomaInclude "libavutil/common.h" where we use llrint()...
2008-12-21 michaelFix PTS returned by the demuxers for mpeg4 without...
2008-12-21 michaelMove CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_...
2008-12-21 michaelFix detection of audio codec in K70707-ARIA229.flv.
2008-12-21 michaelRemove useless code.
2008-12-21 michaelOnly execute clear_blocks() when needed.
2008-12-21 superdumpAAC: Reindent after last commit
2008-12-21 superdumpAAC: Fix AAC prediction when used in conjunction with...
2008-12-21 superdumpAAC: Don't write an illegal sampling_index in a PCE...
2008-12-20 michaelOptimize get_dct8x8_allowed().
2008-12-20 kostyaRV30 decoder
2008-12-20 cehoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-12-20 kostyaRV30 loop filter
2008-12-20 reynaldoCosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp...
2008-12-19 stefanoPut under #if LIBAVCODEC_VERSION_MAJOR < 53 the depreca...
2008-12-19 stefanoCosmetics, change variable name "o2" to "o" in ffserver...
2008-12-19 stefanoRemove calls to deprecated av_set_string2() with calls to
2008-12-19 darkshikariH.264 loopfilter speed tweaks
2008-12-19 darkshikariPort x264 deblocking code to libavcodec. This includes...
2008-12-19 diegoRemove pointless malloc.h #include.
2008-12-19 michaelDocument new idct requirements.
2008-12-19 michaelFix decoding with the plain C idcts of
2008-12-19 kostyaa table for upcoming RV30 loop filtering
2008-12-19 darkshikariAdd automatic prefix handling to yasm functions. Does...
2008-12-19 michaelReplace /2 by >>1 in decode_cabac_mb_dqp()
2008-12-19 michaelSimplify ctx update in decode_cabac_mb_dqp().
2008-12-19 michaelSimplify ctx calculation in decode_cabac_mb_dqp()
2008-12-19 astrangeClear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end...
2008-12-19 astrangeAllocate and clear FF_INPUT_BUFFER_PADDING bytes at...
2008-12-19 darkshikariMove filter_luma_intra into dsputil for later addition...
2008-12-19 darkshikariSimplify chroma AC in CABAC residual decoding.
2008-12-19 michaelOptimize ctx calculation in decode_cabac_mb_mvd(),...
2008-12-18 michaelRemove unacceptable NULL pointer hack from mc code.
2008-12-18 michaelCheck ref values in CABAC H.264 for validity.
2008-12-18 michaelMove idct_(dc)add closer to where it is needed.
2008-12-18 michaelindent
2008-12-18 michaelReorder ifs in chroma hl_decode_mb to avoid a duplicate...
2008-12-18 michaels/h->cbp_table[mb_xy]/h->cbp/
2008-12-18 michaelFaster CAVLC decoding of trailing_ones. Based on a...
2008-12-18 michaelReplace i by trailing_ones, part of a patch by dark...
2008-12-18 michaelRemove if() surrounding decode_cabac_mb_type() that...
2008-12-18 michaelRemove unreachable else clause, found by dark shikari.
2008-12-18 michaelRemove useless IS_8x8DCT check i forgot, spotted by...
2008-12-18 michael10l, svq3 didnt set h->cbp, this broke decoding a little.
2008-12-18 bcouduriercosmetics, remove useless parenthesis and whitespaces
2008-12-18 bcoudurierset alac channels from extradata, fix alac mono in m4a
2008-12-18 kostyacosmetics: remove one unneeded space
2008-12-18 michaelDo not calculate idct_dc_add/idct_add when the variable...
2008-12-18 michaelRemove redundant nnz variable.
2008-12-18 michaelindent
2008-12-18 michaelUse the new idct functions (except chroma as it was...
2008-12-18 michaelH.264 idct functions that include the chroma, inter...
2008-12-18 rbultjeMake asf_get_packet() and asf_parse_packet() public...
2008-12-18 rbultjeAdd a ByteIOContext argument to ASF functions that...
2008-12-18 michaelSkip non intra luma code when there is no coded luma.
2008-12-18 lorenm1.6x faster pred*_vertical_add_c
2008-12-18 michaelSkip chroma handling when there is no coded chroma.
2008-12-18 stefanoFix weird indent.
2008-12-17 stefanoImplement size autodetection if one of the width and...
2008-12-17 stefanoReokace the width and height fields in VideoData with...
2008-12-17 stefanoReplace frame_rate and frame_rate_base fields in VideoD...
2008-12-17 stefanoFix opt_default(), making it exit immediately in case...
2008-12-17 kostyaadd const qualifier to some pointers for input data
2008-12-17 kostyause precalculated mb_pos where available
2008-12-17 mruARM: make FASTDIV() an inline function
2008-12-17 kostyaMerge deblocking pattern with CBP for RV30/40 loop...
2008-12-17 kostyaGenerate correct deblock pattern for RV30
2008-12-17 kostyaUnfortunately RV30 luma thirdpel MC functions cannot...
next