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-01-12lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov
2012-01-12lavc: ifdef out parse_only AVOptionAnton Khirnov
2012-01-12nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMTAnton Khirnov
2012-01-12mpegvideo_enc: ifdef out/replace references to deprecated codec flags.Anton Khirnov
2012-01-12indeo4: add some missing static and const qualifiersKostya Shishkov
2012-01-12rv34: DC-only inverse transformChristophe GISQUET
2012-01-12latmdec: Check AudioSpecificConfig length before decoding extradata.Alex Converse
2012-01-11fft: init functions with INIT_XMM/YMM.Henrik Gramner
2012-01-11pcmenc: set frame_size to 0.Justin Ruggles
2012-01-11avcodec: add GSM parserJustin Ruggles
2012-01-11Fix a bunch of platform name and other typos.Diego Biurrun
2012-01-11threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavsJanne Grunau
2012-01-11rv34: frame-level multi-threadingJanne Grunau
2012-01-11mpegvideo: claim ownership of referenced picturesJanne Grunau
2012-01-11aacsbr: prevent out of bounds memcpy().Alex Converse
2012-01-10bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra
2012-01-10bmpenc: support for PIX_FMT_RGB444Paul B Mahol
2012-01-10rv34: use get_bits_left()Janne Grunau
2012-01-10bmpdec: support for rgb444 with bitfields compressionPaul B Mahol
2012-01-10kmvc: Use bytestream2 functions to prevent buffer overreads.Laurentiu Ion
2012-01-09aacps: Add missing newline in error message.Alex Converse
2012-01-09aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse
2012-01-09cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2012-01-09mpegaudiodec: change imdct window arrangment for better pointer alignmentVitor Sessak
2012-01-09mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak
2012-01-09mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementationsVitor Sessak
2012-01-09mjpegdec: K&R formatting cosmeticsDaniel Huang
2012-01-09bfi: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra
2012-01-09dpcm: Fix invalid writesLaurentiu Ion
2012-01-09utvideo: frame multithreading.Aneesh Dogra
2012-01-08vorbis: An additional defense in the Vorbis codec.Chris Evans
2012-01-08vorbisdec: Fix decoding bug with channel handlingReinhard Tartler
2012-01-08cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun
2012-01-08vp56: Drop unnecessary cabac.h #include.Diego Biurrun
2012-01-08h264-test: Initialize AVCodecContext.av_class.Diego Biurrun
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-07avcodec: attempt to clarify the CODEC_CAP_DELAY documentationJustin Ruggles
2012-01-07avcodec: fix avcodec_encode_audio() documentation.Justin Ruggles
2012-01-07g722enc: validate AVCodecContext.trellisJustin Ruggles
2012-01-07g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles
2012-01-07g722enc: split encoding into separate functions for trellis vs. no trellisJustin Ruggles
2012-01-07mpegaudiodec: Use clearer pointer mathVitor Sessak
2012-01-07tta: fix 24-bit decoding.Justin Ruggles
2012-01-07interplayvideo: Handle changed video dimensions on the flyPaul B Mahol
2012-01-07libavcodec: Handle param change side data in avcodec_decode_video2, tooMartin Storsjö
2012-01-07libavcodec: Move apply_param_change up above avcodec_decode_video2Martin Storsjö
2012-01-07indeo3: check motion vectors for validityJanne Grunau
2012-01-07indeo5: Fix null pointer dereference.Michael Niedermayer
2012-01-07flicvideo: fix invalid readsLaurentiu Ion