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
2014-05-01lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov
2014-05-01lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov
2014-05-01lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov
2014-05-01lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov
2014-04-29h264: drop commented out cruftAnton Khirnov
2014-04-29mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov
2014-04-29mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov
2014-04-28hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer
2014-04-28dxva2_h264: add a workaround for old Intel GPUsHendrik Leppkes
2014-04-28dxva2_h264: set the correct ref frame index in the long slice structHendrik Leppkes
2014-04-25vc1: Do not return an error when skipping b framesAlessandro Ghedini
2014-04-24lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau
2014-04-23on2avc: change a comment at #endif to match actual defineKostya Shishkov
2014-04-23On2 AVC decoderKostya Shishkov
2014-04-23fic: Make warning message more accurateDerek Buitenhuis
2014-04-23fic: Remove redundant clipsDerek Buitenhuis
2014-04-23fic: Simplify alpha blendingDerek Buitenhuis
2014-04-23fic: Support rendering cursorsDerek Buitenhuis
2014-04-23fic: Use proper quantization matrix indexDerek Buitenhuis
2014-04-23aarch64: NEON vorbis_inverse_couplingJanne Grunau
2014-04-23aarch64: NEON fixed/floating point MPADSP apply_windowJanne Grunau
2014-04-22aarch64: NEON float (i)MDCTJanne Grunau
2014-04-22aarch64: NEON float FFTJanne Grunau
2014-04-22lavc: improve AVCodecContext.delay doxyAnton Khirnov
2014-04-21mpegvideo: Use the current_picture ptsMichael Niedermayer
2014-04-21avcodec/fic: Fix return value checkMichael Niedermayer
2014-04-21avcodec/fic: clear slice_dataMichael Niedermayer
2014-04-21avcodec/fic: fix slice checksMichael Niedermayer
2014-04-21fic: use correct IDCTKostya Shishkov
2014-04-19mvc: Specify the pixel format for the mv-mvc* testsMartin Storsjö
2014-04-19Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross
2014-04-19Silicon Graphics RLE 8-bit video decoderPeter Ross
2014-04-19h264: codec reinit: remove statements without effectJanne Grunau
2014-04-19utils: add yvyu422 to avcodec_align_dimensions2Vittorio Giovara
2014-04-14vp78: Align the intra4x4_pred_mode_top array within VP8MacroblockMartin Storsjö
2014-04-14dcadec: Delete redundant init_get_bits callNiels Möller
2014-04-13x86/synth_filter: remove the fma3 version ifdefsJames Almer
2014-04-13dcadec: Use correct channel count in stereo downmix checkTim Walker
2014-04-13dcadec: Do not decode the XCh extension when downmixing to stereoTim Walker
2014-04-12tiffdec: support predictor type 2 with RGB48 pixel formatJean First
2014-04-12tiffdec: remove an unneeded variableJustin Ruggles
2014-04-12tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles
2014-04-12tiffdec: use a single strip if RowsPerStrip is 0Justin Ruggles
2014-04-12tiffdec: use bytestream2 to simplify overread/overwrite protectionJustin Ruggles
2014-04-12bytestream: add bytestream2_copy_buffer() functionsJustin Ruggles
2014-04-12bytestream: add functions for accessing size of bufferPaul B Mahol
2014-04-12tiffdec: use correct data type for palette entries and set alpha to 0xFFJustin Ruggles
2014-04-12tiffdec: rename variables for consistency and fix variable shadowingJean First
2014-04-11DNxHD: convert inline asm to yasmTimothy Gu
2014-04-11DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu