summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-27lavc: add support for CODEC_CAP_DELAY in subtitlesMarton Balint4-4/+15
2013-10-23avcodec/utils: use a default lock manager that uses a pthread mutexMichael Niedermayer1-1/+56
2013-10-22avcodec/pthread: add wpp apiMickaël Raulet3-0/+87
2013-10-20lavc: make avcodec_decode_subtitle2 more robustMarton Balint1-0/+6
2013-10-19avcodec/utils: add some saftey checks to add_metadata_from_side_data()Michael Niedermayer1-1/+8
2013-10-14lavc: Adding seek_preroll to AVCodecContextVignesh Venkatasubramanian3-1/+12
2013-10-03avcodec: add av_codec_get_max_lowres()Michael Niedermayer4-3/+13
2013-09-27Merge commit '7e52080cb18332cb1da9fe133498750b6b4b0fb3'Michael Niedermayer3-1/+5
2013-09-26pcm: support 24-bit/32-bit little-endian planarPaul B Mahol9-16/+61
2013-09-21avcodec: fix duplicate includesMichael Niedermayer7-7/+0
2013-09-19avutil: add av_get_colorspace_name()Michael Niedermayer4-16/+29
2013-09-19Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'Michael Niedermayer10-33/+1502
2013-09-11avcodec/utils: add 16bit planar YUV formats to avcodec_align_dimensions2()Michael Niedermayer1-0/+12
2013-09-10lavc/utils: Add support for discarding samples from the endVignesh Venkatasubramanian1-0/+21
2013-09-09avcodec/util: Make size argument of ff_alloc_packet2() int64_tMichael Niedermayer2-5/+5
2013-09-04avcodec: make avcodec_close() more tolerant.Clément Bœsch3-2/+10
2013-09-03Show subtitle resolution in avcodec_string().Carl Eugen Hoyos1-0/+5
2013-08-31avcodec/utils: avcodec_string: print colorspace typeMichael Niedermayer1-0/+15
2013-08-31avcodec/utils: avcodec_string: Print color_rangeMichael Niedermayer1-0/+3
2013-08-31avcodec/utils: avcodec_string: make the colorspace printing code more extendi...Michael Niedermayer1-2/+6
2013-08-29avcodec/utils: support non edge emu for grayscaleMichael Niedermayer1-1/+2
2013-08-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-1/+1
2013-08-21avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun1-1/+1
2013-08-12Fix wrong use of "an" in some comments.Thilo Borgmann10-10/+10
2013-08-11avcodec: Remove ff_packet_free_side_data, use av_packet_free_side_dataMichael Niedermayer3-18/+4
2013-08-10Integrate accessors.h header into internal.hReimar Döffinger5-7/+4
2013-08-08Reduce MAKE_ACCESSORS code duplication via a new header.Reimar Döffinger4-11/+6
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer20-1/+99
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun20-1/+98
2013-07-27lavc: do not override format if neither text nor bitmap codec prop is setMarton Balint1-1/+4
2013-07-25Show max bitrate for mpeg2 video streams in avcodec_string().Carl Eugen Hoyos1-0/+3
2013-07-23avcodec/utils: Warn the user about the lack of a lock manager if insufficient...Michael Niedermayer1-0/+2
2013-07-23avcodec/utils: use av_assert0() to check validity of input pointers for start...Michael Niedermayer1-1/+1
2013-07-23avcodec: add avcodec_chroma_pos_to_enum()Michael Niedermayer4-2/+28
2013-07-23avcodec: add avcodec_enum_to_chroma_pos()Michael Niedermayer2-0/+23
2013-07-16avcodec/avutil: Add AVColorSpace and AVColorRange to AVFramesMichael Niedermayer5-21/+54
2013-07-05ADPCM IMA WAV 2, 3 and 5 bits decoderPaul B Mahol4-7/+77
2013-07-01Avoid a null pointer dereference in avcodec_decode_audio4().Carl Eugen Hoyos1-0/+2
2013-06-29avcodec: Make av_register_hwaccel() and avcodec_register() thread safeMichael Niedermayer1-6/+5
2013-06-28Avoid a null pointer dereference in avcodec_decode_video2().Carl Eugen Hoyos1-0/+2
2013-06-26lavc/utils: improve feedback in case of invalid packet sizeStefano Sabatini1-2/+7
2013-06-20lavc: free the padded last frame during audio encoding properlyAnton Khirnov1-6/+1
2013-06-16Merge commit '985f34b75653d02eda8eb8def3412f8577f19b01'Michael Niedermayer1-0/+3
2013-06-16utils: fix avcodec_flush_buffers pre-reference counting compatibilityJanne Grunau1-0/+3
2013-06-14avcodec_encode_audio2: fix memleak on last padded frameMichael Niedermayer1-6/+1
2013-06-11Merge commit '799f57ac96f9891d1a0f7d6c4b218ed536e8aca5'Michael Niedermayer1-15/+9
2013-06-10avcodec/utils: Fix encoder allocation sizeMichael Niedermayer1-1/+1
2013-06-10lavc: use AVFrame API properly in pad_last_frame().Anton Khirnov1-15/+8
2013-06-05audio frame multi-threaded decodingPaul B Mahol4-8/+18
[next]