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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-14vda: better frame allocationSebastien Zwickert
2012-08-14vda: Merge implementation into one fileSebastien Zwickert
2012-08-14vda: support synchronous decodingSebastien Zwickert
2012-08-14vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert
2012-08-14filter_design: document ownership and permissions.Nicolas George
2012-08-14lavfi: use min_perms and rej_perms for out pads.Nicolas George
2012-08-14dvdsubenc: reindent after recent commit.Nicolas George
2012-08-14lavc: add const to AVCodecContext.codec_descriptor.Nicolas George
2012-08-14lavc: reimplement avcodec_get_name with descriptors.Nicolas George
2012-08-14ffmpeg: copy subtitles frame dimensions.Nicolas George
2012-08-14ffmpeg: make -s work for subtitles too.Nicolas George
2012-08-14dvdsubenc: set frame size in extradata.Nicolas George
2012-08-14lavf: probe PGS subtitles definition.Nicolas George
2012-08-14dvdsubenc: make it usable for transcoding.Nicolas George
2012-08-14ffmpeg: add an option to fix subtitles durations.Nicolas George
2012-08-14build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun
2012-08-14vda: merge implementation into one file.Sebastien Zwickert
2012-08-14vda: support synchronous decoding.Sebastien Zwickert
2012-08-14more verbose error messages at configure timerogerdpack
2012-08-14asfdec: ignore too tiny indexesMichael Niedermayer
2012-08-14avprobe: Include libm.h for the log2 fallbackMartin Storsjö
2012-08-13proresenc: use the edge emulation bufferBoris Maksalov
2012-08-13rtmp: handle bytes read reportsLuca Barbato
2012-08-13hls: Initialize stream_offset before find_stream_info.Michael Niedermayer
2012-08-13hls: check that the streams have been initialized before checking their disca...Michael Niedermayer
2012-08-13configure: Fix typo in mpeg2video/svq1 decoder dependency declarationDiego Biurrun
2012-08-13Use log2(x) instead of log(x) / log(2)Mans Rullgard
2012-08-13Proresenc: add multithreading supportSpeedy Gonzales
2012-08-13x86: swscale: fix fragile memory accessesMans Rullgard
2012-08-13x86: swscale: remove disabled codeMans Rullgard
2012-08-13x86: yadif: fix asm with sunccMans Rullgard
2012-08-13x86: cabac: allow building with sunccMans Rullgard
2012-08-13x86: mlpdsp: avoid taking address of voidMans Rullgard
2012-08-13ARM: intmath: use native-size return types for clipping functionsMans Rullgard
2012-08-13g723_1dec: inline normalize_bits() in scale vector and optimize it.Michael Niedermayer
2012-08-13g723_1dec: remove dead code that leaked in from libavMichael Niedermayer
2012-08-13g723_1dec: remove unneeded cliping that leaked in from merge from libavMichael Niedermayer
2012-08-13g723_1dec: avoid memcpyMichael Niedermayer
2012-08-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-13paf: prevent invalid writePaul B Mahol
2012-08-13build: extend documentation building mechanismStefano Sabatini
2012-08-13lavfi: add hue filterJérémy Tran
2012-08-13lavc: add missing codec descriptors.Nicolas George
2012-08-13tools: add a script to find missing codec descriptors.Nicolas George
2012-08-13h264_cavlc: switch forgotten assert to av_assertMichael Niedermayer
2012-08-13h264: fix x264 build detectionMichael Niedermayer
2012-08-13g723.1: do not pass large structs by valueMans Rullgard
2012-08-13g723.1: do not bounce intermediate values via memoryMans Rullgard
2012-08-13g723.1: declare a variable in the block it is usedMans Rullgard
2012-08-13g723.1: avoid saving/restoring excitationMans Rullgard