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
2012-08-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-20Fix duplicate packet init introduced by 7f9aaa4Wolfram Gloger
2012-08-20lavc: add Ut Video encoderJan Ekström
2012-08-20mpegvideo_enc: remove stray duplicate line from 7f9aaa4Anton Khirnov
2012-08-20h264: Workaround invalid MPEG-TS broadcastsMichael Niedermayer
2012-08-20avrndec: add DR1 capability flagMichael Niedermayer
2012-08-20AVRn: fix progressiveMichael Niedermayer
2012-08-20lavc: move AVRn to a seperate decoder.Michael Niedermayer
2012-08-19lavc: avcodec_get_name: return "none" for AV_CODEC_ID_NONE.Nicolas George
2012-08-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-19vorbisdec: remove some pointless commentsMans Rullgard
2012-08-19rawdec: support AVRn 1:1 raw interlaced modeMichael Niedermayer
2012-08-18elbg: switch to av_assertMichael Niedermayer
2012-08-18elbg: fix assertMichael Niedermayer
2012-08-18h264: vdpau: fix crash with unsupported colorspaceUoti Urpala
2012-08-18pthread: add const to AVCodec pointersMans Rullgard
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-18lavc/tscc: use reget_buffer.Nicolas George
2012-08-18mpegvideo_enc: don't use deprecated avcodec_encode_video().Anton Khirnov
2012-08-18lavc: add avcodec_descriptor_get_by_name().Anton Khirnov
2012-08-18lavc: add const to AVCodec* function parameters.Anton Khirnov
2012-08-18acelp_filters: switch to avassertMichael Niedermayer
2012-08-18libvpxenc: Fix CQ encoding without a specified bitrateMichael Niedermayer
2012-08-17libvpxenc: only force CBR if a bitrate is setMichael Niedermayer
2012-08-17h264: vdpau: fix crash with unsupported colorspaceUoti Urpala
2012-08-17amrwbdec: Decode the fr_quality bit properlyMartin Storsjö
2012-08-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-17libvpxenc: use the default bitrate if not setLuca Barbato
2012-08-17utvideo: Rename utvideo.c to utvideodec.cJan Ekström
2012-08-17escape124: Fix long == 64 assumtation.Michael Niedermayer
2012-08-17ccitt fax: fix some group3 1d files without EOLMichael Niedermayer
2012-08-17mjpegdec: more meaningful return valuesLuca Barbato
2012-08-17escape124: fix integer overflow leading to excessive memory allocationMichael Niedermayer
2012-08-17fft-test: switch to new cpu flags APIMichael Niedermayer
2012-08-16vc1dsp_mmx: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16simple_idct_mmx: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16x86/motion_est_mmx: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16x86/mlpdsp: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16lpc_mmx: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16idct_sse2_xvid: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16libvpxenc: check for odd RC parameter combinations that could crashMichael Niedermayer
2012-08-16libvpxenc: fix division by zeroMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add missing includes for code relying on external librariesMartin Storsjö
2012-08-16Fix even more missing includes after the common.h removalMartin Storsjö
2012-08-16build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun
2012-08-16build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun
2012-08-16x86: avcodec: Consistently name all init filesDiego Biurrun
2012-08-16Add more missing includes after removing the implicit common.hMartin Storsjö
2012-08-16movtextdec: Don't emit errors for normal duration-end packets.Philip Langdale