OSDN Git Service

coroid/libav_saccubus.git
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-18 Aurelien Jacobsreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADA...
2009-01-18 Stefano SabatiniDeprecate av_init_random() in favour of av_random_init...
2009-01-18 Stefano SabatiniImplement a var for containing the current year number...
2009-01-18 Måns RullgårdARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definit...
2009-01-18 Måns RullgårdAlpha: add -mieee to CFLAGS
2009-01-18 Måns RullgårdAlpha: fix pix_abs16
2009-01-18 Måns Rullgårdconfigure: add fastdiv to CONFIG_LIST
2009-01-18 Aurelien Jacobsmatroskadec: merge ByteIOContext declarations at upper...
2009-01-18 Aurelien Jacobsmatroskadec: parse the WAVEFORMATEX header and discard...
2009-01-18 Jason Garrett... Fix 10L in r16670 (broke deblocking code)
2009-01-18 Jason Garrett... Faster VC-1 C loopfilter using lots of xor magic
2009-01-18 Måns Rullgårddct-test: add Alpha idct
2009-01-18 Måns RullgårdAlpha: add ff_ prefix to idct functions
2009-01-18 Måns RullgårdAlpha: indentation
2009-01-18 Måns RullgårdAlpha: proper IDCT selection
2009-01-18 Måns RullgårdAlpha: add some const, kill some warnings
2009-01-18 Baptiste Coudurieradd jp2 formater in image2 muxer
2009-01-18 Baptiste Coudurierjpeg2k is intra only codec
2009-01-17 David ConradCopy width/height for subtitle streams (needed for...
2009-01-17 Måns RullgårdAlpha: factor common parts from dct_unquantize_h263_int...
2009-01-17 Måns RullgårdAlpha: fix dct_unquantize_h263_inter/intra_axp()
2009-01-17 Baptiste Couduriermatch format in names list separated by commas
2009-01-17 Stefan Gehreradded demuxer for FunCom ISS audio files,
2009-01-17 Vitor SessakUse shared sine window instead of defining another...
2009-01-17 David ConradUpdate regression tests after r16651
2009-01-17 Carl Eugen... Fix compilation with --enable-libxvid.
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-17 David ConradCosmetics: indent
2009-01-17 David ConradTreat disposition==0 as undefined and don't write the...
2009-01-17 David ConradFlush the buffer after writing the header and when...
2009-01-17 Carl Eugen... Remove CODEC_ID_H264_VDPAU.
2009-01-16 Stefano SabatiniPrint a warning and fail if the graph description cannot be
2009-01-16 Stefan Gehrerremove duplicate tables
2009-01-16 Ben Littlerhybrid wavpack support
2009-01-16 Ben Littleradd LM20 mimic in avi fourcc
2009-01-16 Stefan Gehreruse assignment of structure instead of memcpy
2009-01-16 Kostya ShishkovWavPack hybrid mode support
2009-01-16 Stefan Gehrerrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 Stefan Gehrerrename vector_t to cavs_vector
2009-01-16 Carl Eugen... Add mpeg1_vdpau decoder.
2009-01-16 Reimar DöffingerMerge declaration and initialization of io_buffer_size
2009-01-16 Reimar DöffingerMake io_buffer_size unsigned to avoid a warning about...
2009-01-16 Kenan GilletSplit ff_log_missing_feature into ff_log_missing_feature
2009-01-16 Reimar DöffingerReturn AVERROR(ENOMEM) instead of -1 when malloc fails...
2009-01-16 Reimar DöffingerUse AV_WB32 instead of reimplementing it.
2009-01-16 Reimar DöffingerUse av_mallocz instead of explicitly zeroing in url_ope...
2009-01-16 Reimar DöffingerReplace nonsense -1234 return value in dyn_buf_write...
2009-01-16 Marc MasonMake unsigned int a variable that does not need to...
2009-01-16 Ben Littleradd svq3 watermark support entry
2009-01-16 Carl Eugen... 12l: Fix compilation with --disable-vdpau.
2009-01-16 Robert SwainAdd maxrate and bufsize specifications for iPod presets...
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-16 Baptiste Couduriersupport h264 extradata with 0x000001 startcode
2009-01-16 Baptiste Coudurieruse ff_avc_parse_nal_units_buf because output size...
2009-01-16 Baptiste Coudurier10l, fix prototype
2009-01-16 Baptiste Coudurierexport ff_avc_parse_nal_units_buf
2009-01-16 Baptiste Couduriermove actual writing before so new size can be taken...
2009-01-16 Baptiste Coudurierreturn size written in ff_avc_parse_nal_units
2009-01-16 Aurelien Jacobsadd -Wundef compiler flag, to catch typo in #if or...
2009-01-16 Aurelien Jacobsexplicitly disable CONFIG_AUDIO_NONSHORT
2009-01-15 Aurelien Jacobsmove NULL_IF_CONFIG_SMALL() definition into internal...
2009-01-15 Aurelien Jacobsmove timer related code in a new timer.h file
2009-01-15 Luca AbeniReindent after last commit
2009-01-15 Luca AbeniDo not reallocate AVPacket's data when muxing a packet
2009-01-15 Alex ConverseFactorise id3v2 header parsing from mp3.c to be shared
2009-01-15 Baptiste Coudurieruse delay for subs and dirac too
2009-01-15 Baptiste Coudurieradd aud nal unit if not present in h264 bitstream
2009-01-15 Aurelien Jacobsmatroskadec: ensure we only consider chapters which...
2009-01-14 Baptiste Coudurierconsider other codecs packets contain only one access...
2009-01-14 Baptiste Couduriercalculate pat, pmt and sdt exact size and adjust total...
2009-01-14 Baptiste Coudurierallow user to specify muxrate
2009-01-14 Aurelien JacobsWORDS_BIGENDIAN must be checked with #ifdef
2009-01-14 Baptiste Coudurierwarn if dts < pcr which means TS is invalid
2009-01-14 Baptiste Coudurierupdate seek regression tests due to ts modifications
2009-01-14 Baptiste Coudurieronly write dts if they differ from pts, according to...
2009-01-14 Baptiste Coudurieruse delay to avoid negative dts
2009-01-14 Baptiste Coudurierset pts and dts of pes packets exactly according to...
2009-01-14 Aurelien Jacobssimplify: group all the AUDIO_NONSHORT parameters in...
2009-01-14 Aurelien Jacobslibavutil/lzo.h is a local header
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-14 Måns RullgårdFix mpeg audio regression test failure
2009-01-14 Diego BiurrunReplace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
2009-01-14 Diego BiurrunRemove one more forgotten instance of USE_HIGHPRECISION...
2009-01-14 Baptiste Couduriercompute pcr more accurately, regression tests need...
2009-01-14 Baptiste Coudurierinclude intreadwrite.h, fix compilation, img2.c use...
2009-01-14 Diego BiurrunUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-14 Diego BiurrunRemove pointless #if around header #includes.
2009-01-14 Carl Eugen... Fix compilation.
2009-01-14 Baptiste Couduriercleanup gif, use BISTREAM_WRITER_LE
2009-01-14 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Stefano SabatiniInclude libavformat/avformat.h before all the other...
2009-01-13 Víctor PaesaDocument the ld, st, while statements.
2009-01-13 Michael NiedermayerAvoid using sub_id in mpeg1/2video.
2009-01-13 Víctor PaesaDocument the same functions, in the same order, that...
2009-01-13 Robert SwainAdd presets for Apple iPod constraints
2009-01-13 Robert SwainAdd presets to use as constraints for H.264 Baseline...
next