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-11-10Try to fix has_b_frame calculation for open gop files.Michael Niedermayer
2009-11-10Fix palette copying in av_picture_copy(). Previous code worked only ifVitor Sessak
2009-11-10Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableNVIDIA Corporation
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation
2009-11-10Fix make install when all of ffmpeg/ffplay/ffserver are disabledMåns Rullgård
2009-11-10Handle JPEG2000 frames stored in the Quicktime container.Jai Menon
2009-11-10cosmetics : fix indentation.Jai Menon
2009-11-10Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger
2009-11-10Check if PIC is somehow already enabled (e.g. a compiler that enables it by d...Reimar Döffinger
2009-11-10Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak
2009-11-10Add a NULL pointer check to avcodec_close() this should prevent a segfaultMichael Niedermayer
2009-11-10configure: whitespace cosmeticsMåns Rullgård
2009-11-10patcheck: check that pix_fmt etc. initializers are constReimar Döffinger
2009-11-10fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles
2009-11-10Attempt to document the "enable pic" hackery for OpenBSD.Reimar Döffinger
2009-11-10Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje
2009-11-10And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje
2009-11-10Fix crop filter start_frame() for paletted formats different fromStefano Sabatini
2009-11-09Enable linking of parseutils.o.Stefano Sabatini
2009-11-09Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway,Reimar Döffinger
2009-11-09Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra
2009-11-09Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos
2009-11-09Use enum instead of integer types where appropriate.Carl Eugen Hoyos
2009-11-09Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos
2009-11-09Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos
2009-11-09Use enum PixelFormat instead of int for srcFormat and dstFormat.Carl Eugen Hoyos
2009-11-09Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini
2009-11-09Set -DPREFIX for yasm simply whenever extern_prefix is set insteadReimar Döffinger
2009-11-08Remove unused variable.Michael Niedermayer
2009-11-08Always add -DPIC to YASM flags when pic is enabled.Reimar Döffinger
2009-11-08move code to avoid forward declarationBaptiste Coudurier
2009-11-08Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier
2009-11-08ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles
2009-11-08Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos
2009-11-08Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles
2009-11-07Simpliy exp*table init, based on patch by reimar.Michael Niedermayer
2009-11-07Document sws_freeContext().Stefano Sabatini
2009-11-06change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier
2009-11-0610l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov
2009-11-06Add pixel format descriptors for the HW-accelerated formats.Stefano Sabatini
2009-11-06PPC: make inline asm xform address test work with Apple toolsMåns Rullgård
2009-11-06IA64: do not automatically enable hardcoded tables if explicitly disabledMåns Rullgård
2009-11-05Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger
2009-11-05Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon IrlamGordon Irlam
2009-11-0510l, typoBaptiste Coudurier
2009-11-05If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov
2009-11-05Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov
2009-11-05do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier
2009-11-05compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier