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
2014-02-24doc: name correct headerVittorio Giovara
2014-02-24af_volume: preserve frame propertiesAnton Khirnov
2014-02-24af_resample: preserve frame propertiesAnton Khirnov
2014-02-24avconv: remove a write-only variableAnton Khirnov
2014-02-24libx265: Properly handled dynamic linking with MSVCDerek Buitenhuis
2014-02-24libx265: Support SARDerek Buitenhuis
2014-02-24libx265: Support 4:4:4Derek Buitenhuis
2014-02-24libx265: Update API usageDerek Buitenhuis
2014-02-24Use av_frame_copy() to simplify code where appropriate.Anton Khirnov
2014-02-24lavc: use AVFrame API properly in ff_reget_buffer()Anton Khirnov
2014-02-24frame: add a convenience function for copying AVFrame dataAnton Khirnov
2014-02-24avconv: support forcing codec tags for input streamsAnton Khirnov
2014-02-23x86: add detection for Bit Manipulation Instruction setsJames Almer
2014-02-23x86: add detection for FMA3 instruction setJames Almer
2014-02-23x86: add missing XOP checks and macrosJames Almer
2014-02-23configure: disable cpunop if the check failsJanne Grunau
2014-02-23hevc: Do not left shift a negative value in hevc_loop_filter_chromaLuca Barbato
2014-02-23hevc: Do not right shift a negative value in get_pcmLuca Barbato
2014-02-23hevc: Drop unnecessary shifts in deblocking_filter_CTBLuca Barbato
2014-02-22lavr: return an error if a avresample_open() is called on an open contextAnton Khirnov
2014-02-22lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov
2014-02-22h264: Fix a typo from the previous commitLuca Barbato
2014-02-21mxf: Add DNxHD ULTomas Härdin
2014-02-21mxf: Add uncompressed 422 8-bit rawvideo ULPhilip de Nier
2014-02-21libvorbis: Give consistent names to all functions, structs, and definesDiego Biurrun
2014-02-20h264: Lower bound check for slice offsetsVittorio Giovara
2014-02-20avconv: Do not divide by zeroLuca Barbato
2014-02-20configure: Add usan to the toolchain presetsLuca Barbato
2014-02-20configure: Move cpunop into ARCH_EXT_LIST_X86Diego Biurrun
2014-02-20configure: Move inet_aton check into network function check blockDiego Biurrun
2014-02-20aarch64: use EXTERN_ASM consistently for exported symbolsJanne Grunau
2014-02-20x86: float dsp: unroll SSE versionsChristophe Gisquet
2014-02-20dca: replace some memcpy by AV_COPY128Christophe Gisquet
2014-02-20h264: avoid undefined behavior in chroma motion compensationJanne Grunau
2014-02-20mpeg4video_parser: Drop pointless av_-prefix from static functionDiego Biurrun
2014-02-20avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun
2014-02-20x86: dsputil: Use correct file name as multiple inclusion guardDiego Biurrun
2014-02-20bit_depth_template: Use file name as multiple inclusion guardDiego Biurrun
2014-02-20svq3: Adjust #endif commentDiego Biurrun
2014-02-20build: The MPEG-4 video parser depends on h263dspDiego Biurrun
2014-02-20libavformat/mpegts: expose raw packet sizeLeandro Dorileo
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov
2014-02-20AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov
2014-02-19hevc: Always consider VLC NALU type mismatch fatalLuca Barbato
2014-02-19hevc: Mention the missing SPS in the error messageLuca Barbato
2014-02-19doc: Name the MOV muxer as it should be calledLuca Barbato
2014-02-19doc: Sort the muxer documentationLuca Barbato
2014-02-19threads: Check w32threads dependencies at the configure stageDiego Biurrun
2014-02-19vf_interlace: deprecate lowpass optionVittorio Giovara
2014-02-19x86: dca: Add missing multiple inclusion guardsDiego Biurrun