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-10-23avcodec/utils: use a default lock manager that uses a pthread mutexMichael Niedermayer
2013-10-22avcodec/pthread: add wpp apiMickaël Raulet
2013-10-20lavc: make avcodec_decode_subtitle2 more robustMarton Balint
2013-10-19avcodec/utils: add some saftey checks to add_metadata_from_side_data()Michael Niedermayer
2013-10-14lavc: Adding seek_preroll to AVCodecContextVignesh Venkatasubramanian
2013-10-03avcodec: add av_codec_get_max_lowres()Michael Niedermayer
2013-09-27Merge commit '7e52080cb18332cb1da9fe133498750b6b4b0fb3'Michael Niedermayer
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-09-21avcodec: fix duplicate includesMichael Niedermayer
2013-09-20avutil: add av_get_colorspace_name()Michael Niedermayer
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