Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-02avcodec: add ff_frame_get_metadatap()Michael Niedermayer
2013-02-28build: make iconv build configurable.Clément Bœsch
2013-02-24lavc: check return values consistency when decoding subtitles.Nicolas George
2013-02-22avcodec_decode_audio4: check got_frame_ptr before handling initial skipMichael Niedermayer
2013-02-20avcodec_align_dimensions2: Ensure cinepak has large enough buffers.Michael Niedermayer
2013-02-17lavc/utils: reindent in avcodec_decode_subtitle2() after f7963993.Clément Bœsch
2013-02-17lavc: support subtitles character encoding conversion.Clément Bœsch
2013-02-17lavc: mark bitmap based subtitles codecs as such.Clément Bœsch
2013-02-16Merge commit 'd2a25c4032ce6ceabb0f51b5c1e6ca865395a793'Michael Niedermayer
2013-02-16avcodec: add avpriv_color_frame()Michael Niedermayer
2013-02-15get_buffer(): do not initialize the data.Anton Khirnov
2013-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-13dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun
2013-01-24lavc: include timebase in avcodec string at debug level.Michael Niedermayer
2013-01-21EVRC decoderPaul B Mahol
2013-01-18avcodec_decode_audio: do not trust the channel layout, use the channel count.Michael Niedermayer
2013-01-15Merge commit 'bff3607547fdbb6e32b3830a351e6a33280c1e0d'Michael Niedermayer
2013-01-15lavc: set the default rc_initial_buffer_occupancyLuca Barbato
2012-12-31Merge commit '64bb3fa6b7f5b2db22b7577585d5861be24eebd8'Michael Niedermayer
2012-12-31lavc: correctly set AVSubtitle format for text based subtitles.Clément Bœsch
2012-12-31lavc/utils: reindent in avcodec_decode_subtitle2().Clément Bœsch
2012-12-3110l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch
2012-12-31lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch
2012-12-30libavcodec/utils: Add braces to shut up gcc warningsDiego Biurrun
2012-12-26lavc/utils: fix 'warning: missing braces around initializer'Michael Niedermayer
2012-12-22lavc: Warn in case the set bitrate is very lowMichael Niedermayer
2012-12-19Show underscores in av_get_codec_tag_string().Carl Eugen Hoyos
2012-12-15lavc: add pkt_size field to AVFrameStefano Sabatini
2012-12-14Merge commit 'bd255f9feb4deea4c990e582f0ba3b90d7b64b4c'Michael Niedermayer
2012-12-14lavc: set frame parameters after decoding only if necessaryJanne Grunau
2012-12-12lavc/utils: Do not require dimensions for PNG.Michael Niedermayer
2012-12-11Print bpc (for bits per component) with pixel format if it is smaller than ex...Carl Eugen Hoyos
2012-12-08Merge commit '57231e4d5b467833fb289439cd35a92513bb55c1'Michael Niedermayer
2012-12-08lavc: check dimensions for video encodersMichael Niedermayer
2012-12-06ff_lock_avcodec: make the lock state be consistent in case of failure.Michael Niedermayer
2012-12-06avcodec_open: if obtaining a lock fails, dont attempt to unlock it.Michael Niedermayer
2012-12-06frame_thread_encoder: fix locking while locks are heldMichael Niedermayer
2012-12-06avcodec: add ff_lock/unlock_avcodec functions.Reimar Döffinger
2012-12-05Merge commit '387bef95d28019c13c6805cfa4079e59948284e5'Michael Niedermayer
2012-12-05Merge commit 'e57c4706e969afa1f2384481b955ccd9494cddb5'Michael Niedermayer
2012-12-05lavc: move ff_init_buffer_info() down to ff_get_buffer()Michael Niedermayer
2012-12-05Merge commit 'ff953fecffd3b9a616a046723fb9d4690be032a6'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: factorise setting buffer type in avcodec_default_get_buffer().Anton Khirnov
2012-12-05lavc: don't reuse audio buffersAnton Khirnov
2012-12-05lavc: set frame properties in ff_get_buffer().Anton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-30lavc: fix duplicate stats_out line.Michael Niedermayer
2012-11-28iff demuxer: 16SV supportPaul B Mahol
2012-11-26av_get_audio_frame_duration: add ADPCM_AFCPaul B Mahol