Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-01Remove unused variable in mpeg_mc_decode_initReimar Döffinger
2009-02-27Remove superfluous call to mpeg_decode_slice() for hwaccel, thisGwenole Beauchesne
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-25More AVhwaccel hunks from Gwenole Beauchesne.Michael Niedermayer
2009-02-24Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter
2009-02-24add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer
2009-02-23Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer
2009-02-22Change the type of pblocks from pointers to short array intoIvan Kalvachev
2009-02-15CosmeticsIvan Kalvachev
2009-02-15Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)Ivan Kalvachev
2009-02-15Check ff_xvmc_field_start() result in all cases.Ivan Kalvachev
2009-02-14Add xvmc_internal.h that contains all internal xvmc function declarations.Diego Biurrun
2009-02-14use ff_xvmc for function names instead of XVMC_Ivan Kalvachev
2009-02-14Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun
2009-02-05don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is req...Peter Ross
2009-02-05convert mpeg1_decode_block_intra() to inline globalPeter Ross
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-16Add mpeg1_vdpau decoder.Carl Eugen Hoyos
2009-01-1612l: Fix compilation with --disable-vdpau.Carl Eugen Hoyos
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-14Avoid using sub_id in mpeg1/2video.Michael Niedermayer
2009-01-06Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().Carl Eugen Hoyos
2009-01-06Factorise setting of avctx->pix_fmt.Carl Eugen Hoyos
2008-12-16Switch xvmc over to a CONFIG_ option.Diego Biurrun
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-12Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik
2008-09-29Guess picture type from picture coding extension when the main header is dama...Michael Niedermayer
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-09-03Ignore the spec, and calculate aspect ratio on width/height.Michael Niedermayer
2008-08-27simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier
2008-08-20Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun
2008-08-20cosmetics: comment spelling/grammar fixesDiego Biurrun
2008-08-20Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun
2008-08-19Mark init_vlcs function as av_cold.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-02print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier
2008-05-31Change init_2d_vlc_rl() to not use *alloc_static().Michael Niedermayer
2008-05-31Remove constant argument.Michael Niedermayer
2008-05-31Switch to INIT_VLC_USE_NEW_STATIC.Michael Niedermayer
2008-05-25Do not reject odd width/height.Michael Niedermayer
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-03Decode stuff from extradata as well.Michael Niedermayer
2008-04-03Factorize code a little.Michael Niedermayer
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-14Use correct t printf modifier for pointer differences.Diego Biurrun
2008-03-14log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier