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-12-08Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30'Michael Niedermayer
2012-12-08Merge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5'Michael Niedermayer
2012-12-08Merge commit '9ebd45c2d58ad9241ad09718679f0cf7fb57da52'Michael Niedermayer
2012-12-08lavc/mlpdec: reset layout when channels change.Nicolas George
2012-12-08gifdec: port to bytestream2 APIPaul B Mahol
2012-12-08lavc: check dimensions for video encodersMichael Niedermayer
2012-12-07arm: rename ARMVFP config symbol to VFPMans Rullgard
2012-12-07arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard
2012-12-07dct-test: arm: indicate required cpu features for optimised funcsMans Rullgard
2012-12-07snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793Anton Khirnov
2012-12-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-07lavc/takdec: s/get_b/get_bits_esc4Paul B Mahol
2012-12-07avcodec: Fix a typo in an option descriptionMartin Storsjö
2012-12-07lavc/takdec: simplify codePaul B Mahol
2012-12-07Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'Michael Niedermayer
2012-12-07Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer
2012-12-07arm: fix use of uninitialised value in ff_fft_fixed_init_arm()Mans Rullgard
2012-12-07diracdec: check dimensions against chroma format.Michael Niedermayer
2012-12-07avpicture: Don't assume a valid pix fmt in avpicture_get_sizeMartin Storsjö
2012-12-07h264: add a pointer for weighted prediction temporary bufferJanne Grunau
2012-12-07h264: check sps.log2_max_frame_num for validityJanne Grunau
2012-12-07flac: change minimum and default of lpc_passes option to 1Janne Grunau
2012-12-07SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet
2012-12-07AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet
2012-12-07diracdec: fix typo in mctmp allocationMichael Niedermayer
2012-12-07diracdec: Test mctmp and mcscratch for malloc failure.Michael Niedermayer
2012-12-07diracdec: fix emulated_edge condition, fix out of array readsMichael Niedermayer
2012-12-07takdec: use samplefmt.h from libavutilPaul B Mahol
2012-12-07add missing dependency for tak demuxerPaul B Mahol
2012-12-07takdec: remove get_code() and use get_sbits() directlyPaul B Mahol
2012-12-07bitstream: make vlc init of static tables thread safe.Michael Niedermayer
2012-12-06dxa: port to bytestream2 APIPaul B Mahol
2012-12-06huffyuv: return meaningful error codesPaul B Mahol
2012-12-06huffyuv: check for malloc failuresPaul B Mahol
2012-12-06huffyuv: make use of av_fast_padded_malloc()Paul B Mahol
2012-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-06h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau
2012-12-06h264: slice-mt: get last_pic_dropable from master contextJanne Grunau
2012-12-06ff_lock_avcodec: make the lock state be consistent in case of failure.Michael Niedermayer
2012-12-06avcodec_open: if obtaining a lock fails, dont attempt to unlock it.Michael Niedermayer
2012-12-06Revert "Acquire lock when initializing parsers."Michael Niedermayer
2012-12-06Revert "Add assert that the avcodec lock is held when initializing static VLC...Michael Niedermayer
2012-12-06frame_thread_encoder: fix locking while locks are heldMichael Niedermayer
2012-12-06vc1dec: prevent v_edge_pos from becoming negative.Michael Niedermayer
2012-12-06resample: remove disabled debug codeMichael Niedermayer
2012-12-06h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau
2012-12-06h264: slice-mt: get last_pic_dropable from master contextJanne Grunau
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-12-06lavc/dxa: return meaningful error codesPaul B Mahol
2012-12-06Add assert that the avcodec lock is held when initializing static VLC tables.Reimar Döffinger