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
2013-07-28update for 1.2.2n1.2.2Michael Niedermayer
2013-07-26avformat/dtsdec: Improve probe, reject things looking like analog signalsMichael Niedermayer
2013-07-26mpeg12: Ignore slice threading if hwaccel is activeRĂ©mi Denis-Courmont
2013-07-19swscale/input: fix 16bit gbrp inputMichael Niedermayer
2013-07-16avformat/matroskadec: Detect conflicting sample rate/default_durationMichael Niedermayer
2013-07-15Merge remote-tracking branch 'jamrial/release/1.2' into release/1.2Michael Niedermayer
2013-07-10avfilter/af_earwax: Fix out of array accesses on odd packetsMichael Niedermayer
2013-07-10avcodec/qdm2: initialize sign_bitsMichael Niedermayer
2013-07-10avcodec/qdm2: store bits in an integer instead of float variableMichael Niedermayer
2013-07-10atrac3: fix error handlingLuca Barbato
2013-07-10indeo: Properly forward the error codesLuca Barbato
2013-07-10update all trac links to use the trac subdomainMichael Niedermayer
2013-07-10avformat/utils: Keep internal and external av_read_frame() packets in sync.Dale Curtis
2013-07-09mpeg12dec: avoid reinitialization on PS changes when possible.Michael Niedermayer
2013-07-09mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer
2013-07-08oggparseskeleton: avoid header parsing failureMichael Niedermayer
2013-07-08oggparseskeleton: Replace avpriv_report_missing_feature() with a normal av_lo...James Almer
2013-07-08oggparseskeleton: Fix fisbone header parsingJames Almer
2013-07-07mmsh: dont close context on seeking failureMichael Niedermayer
2013-07-07avformat/mov: Fix duration of fragmented movMichael Niedermayer
2013-07-07libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINEMichael Niedermayer
2013-07-07avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINEMichael Niedermayer
2013-07-07mpegts: only reopen pmt_cb filter if its different from the previous.Michael Niedermayer
2013-07-07rmdec: Pass AVIOContext to rm_read_metadata()Michael Niedermayer
2013-07-07avcodec/x86/dsputil_init: only use xvid idct for lowres=0Michael Niedermayer
2013-06-27Fix copying extradata to codec in mxfdec.cNigel Touati-Evans
2013-06-24mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes
2013-06-21avdevice/x11grab: allocate just one CursorMichael Niedermayer
2013-06-21avformat/iff: Byte seek is unsupportedMichael Niedermayer
2013-06-21avformat/libmodplug: Reduce the probe score for small inputMichael Niedermayer
2013-06-20Autodetect idcin only if audio properties allow decoding.Carl Eugen Hoyos
2013-06-19ff_gen_search: fix infinite loopMichael Niedermayer
2013-06-19ff_gen_search: fix limitMichael Niedermayer
2013-06-19ff_gen_search: make step 64 bit to prevent hypothetical integer overflowMichael Niedermayer
2013-06-18swresample/x86/audio_convert: add emms to CONVMichael Niedermayer
2013-06-18vaapi: return early from ff_vaapi_render_picture() without pictureJanne Grunau
2013-06-13alacenc: Fix missing sign_extend()Michael Niedermayer
2013-06-11avcodec/utils: Fix encoder allocation sizeMichael Niedermayer
2013-06-02AAC encoder: Fix rate control on twoloop.Claudio Freire
2013-06-02mpegvideo: implement ff_put_h264_chroma_mc1 & ff_avg_h264_chroma_mc2Michael Niedermayer
2013-05-31h264_cavlc: fix reading skip runMichael Niedermayer
2013-05-28avienc: Disallow the first frame to be skipedMichael Niedermayer
2013-05-21smacker: remove av_clip_int16()Michael Niedermayer
2013-05-18ffmpeg: free threads on error conditions.Michael Niedermayer
2013-05-18configure: Autodetect VA-APICarl Eugen Hoyos
2013-05-18avidec: dont randomly skip packets for offseting the indexMichael Niedermayer
2013-05-13Do not read strd chunk in avi files as H264 extradata.Carl Eugen Hoyos
2013-05-10Fix configure --help output for some autodetected features.Carl Eugen Hoyos
2013-05-10exr: silence warning "libavcodec/exr.c:351:9: warning: variable ret set but n...n1.2.1Michael Niedermayer
2013-05-10update for 1.2.1Michael Niedermayer