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
2013-09-19Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'Michael Niedermayer
2013-09-11avcodec/utils: add 16bit planar YUV formats to avcodec_align_dimensions2()Michael Niedermayer
2013-09-11lavc/utils: Add support for discarding samples from the endVignesh Venkatasubramanian
2013-09-09avcodec/util: Make size argument of ff_alloc_packet2() int64_tMichael Niedermayer
2013-09-05avcodec: make avcodec_close() more tolerant.Clément Bœsch
2013-09-04Show subtitle resolution in avcodec_string().Carl Eugen Hoyos
2013-08-31avcodec/utils: avcodec_string: print colorspace typeMichael Niedermayer
2013-08-31avcodec/utils: avcodec_string: Print color_rangeMichael Niedermayer
2013-08-31avcodec/utils: avcodec_string: make the colorspace printing code more extendi...Michael Niedermayer
2013-08-30avcodec/utils: support non edge emu for grayscaleMichael Niedermayer
2013-08-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-21avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun
2013-08-12Fix wrong use of "an" in some comments.Thilo Borgmann
2013-08-12avcodec: Remove ff_packet_free_side_data, use av_packet_free_side_dataMichael Niedermayer
2013-08-10Integrate accessors.h header into internal.hReimar Döffinger
2013-08-08Reduce MAKE_ACCESSORS code duplication via a new header.Reimar Döffinger
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-28lavc: do not override format if neither text nor bitmap codec prop is setMarton Balint
2013-07-25Show max bitrate for mpeg2 video streams in avcodec_string().Carl Eugen Hoyos
2013-07-24avcodec/utils: Warn the user about the lack of a lock manager if insufficient...Michael Niedermayer
2013-07-23avcodec/utils: use av_assert0() to check validity of input pointers for start...Michael Niedermayer
2013-07-23avcodec: add avcodec_chroma_pos_to_enum()Michael Niedermayer
2013-07-23avcodec: add avcodec_enum_to_chroma_pos()Michael Niedermayer
2013-07-17avcodec/avutil: Add AVColorSpace and AVColorRange to AVFramesMichael Niedermayer
2013-07-05ADPCM IMA WAV 2, 3 and 5 bits decoderPaul B Mahol
2013-07-01Avoid a null pointer dereference in avcodec_decode_audio4().Carl Eugen Hoyos
2013-06-29avcodec: Make av_register_hwaccel() and avcodec_register() thread safeMichael Niedermayer
2013-06-28Avoid a null pointer dereference in avcodec_decode_video2().Carl Eugen Hoyos
2013-06-27lavc/utils: improve feedback in case of invalid packet sizeStefano Sabatini
2013-06-20lavc: free the padded last frame during audio encoding properlyAnton Khirnov
2013-06-17Merge commit '985f34b75653d02eda8eb8def3412f8577f19b01'Michael Niedermayer
2013-06-16utils: fix avcodec_flush_buffers pre-reference counting compatibilityJanne Grunau
2013-06-14avcodec_encode_audio2: fix memleak on last padded frameMichael Niedermayer
2013-06-11Merge commit '799f57ac96f9891d1a0f7d6c4b218ed536e8aca5'Michael Niedermayer
2013-06-11avcodec/utils: Fix encoder allocation sizeMichael Niedermayer
2013-06-10lavc: use AVFrame API properly in pad_last_frame().Anton Khirnov
2013-06-06audio frame multi-threaded decodingPaul B Mahol
2013-06-03Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c'Michael Niedermayer
2013-05-21add YUVJ411PMichael Niedermayer
2013-05-18avcodec_align_dimensions2: add missing yuva formatsMichael Niedermayer
2013-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-17Merge commit '30e256430eb88c6d4c382581b89bca171d79fbc0'Michael Niedermayer
2013-05-17lavc/pthread: remove obsolete checksAnton Khirnov
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15Merge commit '252c0bfdc014c1fb6ad4fe06242c7beca58a6b41'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-14lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz
2013-05-10ADPCM IMA Radical decoderJames Almer