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-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol
2012-06-17Change all uses of restrict to use av_restrict instead.Ronald S. Bultje
2012-06-17diracdsp: try to fix segfaultMichael Niedermayer
2012-06-16mpegvideo_common.h: use av_assertMichael Niedermayer
2012-06-16lavc/rawdec: fix various bogus error codes and add some logsStefano Sabatini
2012-06-16lavc/utils: in avcodec_decode_video2() return proper error code instead of -1Stefano Sabatini
2012-06-15j2kdec: move s->avctx initialization to j2kdec_init()Paul B Mahol
2012-06-15j2kdec: check colorspace ncomponentsPaul B Mahol
2012-06-15lavc/microdvddec: fix color parsing.Clément Bœsch
2012-06-15lavc/microdvddec: properly reset non persistent color tag.Clément Bœsch
2012-06-15new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl
2012-06-15Remove duplicated png and mng signatures.Paul B Mahol
2012-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-15Avoid C99 variable declarations within for statements.Diego Biurrun
2012-06-14mjpegenc: support slice multithreadingMichael Niedermayer
2012-06-14png_parser: use designated initializersPaul B Mahol
2012-06-14Add truehd decoder line.Paul B Mahol
2012-06-14flashsv2enc: align codec declarationsPaul B Mahol
2012-06-14g729dec: align codec declarationsPaul B Mahol
2012-06-14mjpegdec: remove superfluous "mjpeg "Paul B Mahol
2012-06-14vqavideo: pass context to remaining av_(d)logPaul B Mahol
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavc: fix support of unofficial pix_fmt extensions of jpegMichael Niedermayer
2012-06-13libvorbis: split encoder from decoderPaul B Mahol
2012-06-13ppc: Rename H.264 optimization template file for consistency.Diego Biurrun
2012-06-13cosmetics: align more codecs declarationsPaul B Mahol
2012-06-12golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()Justin Ruggles
2012-06-12libvorbis: cosmetics: remove empty line at EOFPaul B Mahol
2012-06-11pngenc: use av_assertMichael Niedermayer
2012-06-114xm: use av_assert()Michael Niedermayer
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2012-06-11Remove eightsvx_raw decoder linePaul B Mahol
2012-06-11rv20enc: use av_assertMichael Niedermayer
2012-06-11Make png-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos
2012-06-11libvpxenc: add support for forced key framesJames Zern
2012-06-11rangecoder: use av_assertMichael Niedermayer
2012-06-11amrnbdec: use av_assertMichael Niedermayer
2012-06-11j2k: remove unreachable assert()Michael Niedermayer
2012-06-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-10dct-test: fix alignment in ff_prores_idct_put_10_sse2()Michael Niedermayer
2012-06-10tiffenc: use av_assert()Michael Niedermayer
2012-06-10libmp3lame: add missing layout terminatorMichael Niedermayer
2012-06-10libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASMMichael Niedermayer
2012-06-10libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASMMichael Niedermayer
2012-06-10libavcodec/x86/dwt.c: move some missed things under HAVE_YASMMichael Niedermayer
2012-06-10dct-test: fix #if for ff_prores_idct_put_10_sse2()Michael Niedermayer
2012-06-10h264: use externally provided dimensions when they appear to be more correct.Michael Niedermayer
2012-06-10libopenjpegdec: make use of FF_ARRAY_ELEMSPaul B Mahol
2012-06-10libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mappingJames Zern
2012-06-09libopenjpeg: YUVA422P and YUVA444P supportPaul B Mahol