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-01-17Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos
2009-01-16remove duplicate tablesStefan Gehrer
2009-01-16use assignment of structure instead of memcpyStefan Gehrer
2009-01-16WavPack hybrid mode supportKostya Shishkov
2009-01-16rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer
2009-01-16rename vector_t to cavs_vectorStefan Gehrer
2009-01-16Add mpeg1_vdpau decoder.Carl Eugen Hoyos
2009-01-16Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet
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-16explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs
2009-01-15WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs
2009-01-15simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs
2009-01-15libavutil/lzo.h is a local headerAurelien Jacobs
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Fix mpeg audio regression test failureMåns Rullgård
2009-01-14Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun
2009-01-14Remove one more forgotten instance of USE_HIGHPRECISION indirection.Diego Biurrun
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun
2009-01-14cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-14Avoid using sub_id in mpeg1/2video.Michael Niedermayer
2009-01-13Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer
2009-01-13Let the mpeg audio parser correct the codec_id.Michael Niedermayer
2009-01-13Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer
2009-01-13Add CODEC_ID_MP1.Michael Niedermayer
2009-01-13VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov
2009-01-13Print VC-1 aspect ratio in debugKostya Shishkov
2009-01-13421l: fix loop filter for P-frames in VC-1Kostya Shishkov
2009-01-13Cinepak strip ID is a single byteKostya Shishkov
2009-01-13Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.Kostya Shishkov
2009-01-13add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs
2009-01-12ARM: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård
2009-01-12ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård
2009-01-12ARM: clean up pc-relative references in simple_idct_armv6.SMåns Rullgård
2009-01-12ARM: use rX register names in simple_idct_armv6.SMåns Rullgård
2009-01-12Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2009-01-11Add missing #include to fix 'make checkheaders'.Diego Biurrun
2009-01-11Increase BUFFER_SIZE.Michael Niedermayer
2009-01-11fix indentionMichael Niedermayer
2009-01-11All negative values are errors not just -1.Michael Niedermayer
2009-01-1130l: when reading mb_offset in RV30 slice header its sizeKostya Shishkov
2009-01-11Add size that is needed for the wmapro codecBenjamin Larsson
2009-01-11RV30 decoder passes possible frame sizes in extradata and selectsKostya Shishkov
2009-01-11Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos
2009-01-11Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).Carl Eugen Hoyos
2009-01-11Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos
2009-01-11Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos
2009-01-11Cosmetics: Break long line.Carl Eugen Hoyos