]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2008-12-19 Jason Garrett... Move filter_luma_intra into dsputil for later addition...
2008-12-19 Jason Garrett... Simplify chroma AC in CABAC residual decoding.
2008-12-19 Michael NiedermayerOptimize ctx calculation in decode_cabac_mb_mvd(),...
2008-12-18 Michael NiedermayerRemove unacceptable NULL pointer hack from mc code.
2008-12-18 Michael NiedermayerCheck ref values in CABAC H.264 for validity.
2008-12-18 Michael NiedermayerMove idct_(dc)add closer to where it is needed.
2008-12-18 Michael Niedermayerindent
2008-12-18 Michael NiedermayerReorder ifs in chroma hl_decode_mb to avoid a duplicate...
2008-12-18 Michael Niedermayers/h->cbp_table[mb_xy]/h->cbp/
2008-12-18 Michael NiedermayerFaster CAVLC decoding of trailing_ones. Based on a...
2008-12-18 Jason Garrett... Replace i by trailing_ones, part of a patch by dark...
2008-12-18 Michael NiedermayerRemove if() surrounding decode_cabac_mb_type() that...
2008-12-18 Michael NiedermayerRemove unreachable else clause, found by dark shikari.
2008-12-18 Michael NiedermayerRemove useless IS_8x8DCT check i forgot, spotted by...
2008-12-18 Michael Niedermayer10l, svq3 didnt set h->cbp, this broke decoding a little.
2008-12-18 Baptiste Couduriercosmetics, remove useless parenthesis and whitespaces
2008-12-18 Baptiste Coudurierset alac channels from extradata, fix alac mono in m4a
2008-12-18 Kostya Shishkovcosmetics: remove one unneeded space
2008-12-18 Michael NiedermayerDo not calculate idct_dc_add/idct_add when the variable...
2008-12-18 Michael NiedermayerRemove redundant nnz variable.
2008-12-18 Michael Niedermayerindent
2008-12-18 Michael NiedermayerUse the new idct functions (except chroma as it was...
2008-12-18 Michael NiedermayerH.264 idct functions that include the chroma, inter...
2008-12-18 Ronald S. BultjeMake asf_get_packet() and asf_parse_packet() public...
2008-12-18 Ronald S. BultjeAdd a ByteIOContext argument to ASF functions that...
2008-12-18 Michael NiedermayerSkip non intra luma code when there is no coded luma.
2008-12-18 Loren Merritt1.6x faster pred*_vertical_add_c
2008-12-18 Michael NiedermayerSkip chroma handling when there is no coded chroma.
2008-12-18 Stefano SabatiniFix weird indent.
2008-12-17 Stefano SabatiniImplement size autodetection if one of the width and...
2008-12-17 Stefano SabatiniReplace the width and height fields in VideoData with...
2008-12-17 Stefano SabatiniReplace frame_rate and frame_rate_base fields in VideoD...
2008-12-17 Stefano SabatiniFix opt_default(), making it exit immediately in case...
2008-12-17 Kostya Shishkovadd const qualifier to some pointers for input data
2008-12-17 Kostya Shishkovuse precalculated mb_pos where available
2008-12-17 Måns RullgårdARM: make FASTDIV() an inline function
2008-12-17 Kostya ShishkovMerge deblocking pattern with CBP for RV30/40 loop...
2008-12-17 Kostya ShishkovGenerate correct deblock pattern for RV30
2008-12-17 Kostya ShishkovUnfortunately RV30 luma thirdpel MC functions cannot...
2008-12-17 Kostya Shishkov4l: TIFF stores short strings inside tag, do not interp...
2008-12-17 Marc MasonCheck function prototype in check_asm function to avoid...
2008-12-17 Benoit FouetAdd jp2 support to img2 demuxer.
2008-12-17 Guillaume Poirieradd AltiVec implementation of int32_to_float_fmul_scalar
2008-12-17 Baptiste Coudurieractivate jpeg2000 fourcc in mov/mj2
2008-12-17 Michael NiedermayerFix svq3 decoding, is_complex was not initialized.
2008-12-17 Michael NiedermayerReplace != 0 || check by |
2008-12-17 Michael NiedermayerSplit filter_mb_dir() out of filter_mb().
2008-12-17 Måns RullgårdAC3: fix strict aliasing violation in parser
2008-12-17 Måns RullgårdAAC: fix strict aliasing violation in parser
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-12-17 Diego BiurrunRemove obsolete and misleading comments.
2008-12-16 Diego BiurrunRoundup now works from a ffmpeg.org domain as well...
2008-12-16 Michael NiedermayerFix indention, also do a little vertical alignment...
2008-12-16 Stefano SabatiniImplement av_set_string3().
2008-12-16 Michael NiedermayerFactorize 3 multiplications out, code becomes 3 cpu...
2008-12-16 Michael NiedermayerMove ENABLE_SMALL back to the per MB check, as otherwis...
2008-12-16 Michael NiedermayerDo not recalculate constant part of is_complex for...
2008-12-16 Michael NiedermayerSupport the new lossless mode.
2008-12-16 Måns Rullgårddct-test: add ARM IDCTs
2008-12-16 Måns Rullgårddct-test: add PARTTRANS permutation
2008-12-16 Michael NiedermayerHorizontal and vertical prediction functions needed...
2008-12-16 Michael NiedermayerFix bug where the avi demxuer lost the first frame...
2008-12-16 Baptiste Couduriercheck that nb_streams is valid before setting stream...
2008-12-16 Benoit FouetAdd const qualifiers to decode functions.
2008-12-16 Benoit FouetFix warning "format not a string literal and no format...
2008-12-16 Ben Littleradd MPNG fourcc
2008-12-16 Ben Littlertwo more mpeg4 fourccs and one msmpeg4v3 from uncommon...
2008-12-16 Ben LittlerQIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi
2008-12-16 Ben Littleradd rpza avi fourcc
2008-12-16 Michael NiedermayerDo not skip frames until the first keyframe when stream...
2008-12-16 David ConradWorkaround for shared libs on OS X with Apple gcc 4.0.1
2008-12-15 Laurent AimarCheck extradata is large enough.
2008-12-15 Stefano SabatiniImplement the av_set_number2() internal function, which...
2008-12-15 Stefano SabatiniRemove ending period in a log message, which was incons...
2008-12-15 Diego BiurrunAdd xvmc configure support.
2008-12-15 Diego BiurrunSwitch xvmc over to a CONFIG_ option.
2008-12-15 Diego Biurrunwhitespace cosmetics
2008-12-15 Måns RullgårdARM: NEON optimised h264_idct_dc_add
2008-12-15 Måns RullgårdARM: NEON optimised h264_idct_add
2008-12-15 Måns RullgårdARM: NEON optimised H.264 8x8 and 16x16 qpel MC
next