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-03-12Merge commit '2240e92f052960693de55cf4924e80426dfaa965'Michael Niedermayer
2013-03-12utils: Dont sent fake channel layouts, 0 layout is better when its not knownMichael Niedermayer
2013-03-12Merge commit '2eba9087f3031c6050f8dcd996225490be6c2410'Michael Niedermayer
2013-03-12Merge commit '15ec0450b4ae891f3e6ababa03c777a4443b94ca'Michael Niedermayer
2013-03-12update_frame_pool: use channel fieldMichael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-10lavc/utils: fix typo and reword message in case of too low bitrateStefano Sabatini
2013-03-08lavc/utils: make sure the iconv descriptor can be opened only once.Clément Bœsch
2013-03-08Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e'Michael Niedermayer
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer
2013-03-08lavc: update the fallback versions of ff_thread_*Anton Khirnov
2013-03-08lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov
2013-03-08lavc: allow decoders to override frame parameters.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-07Merge commit '70762508ec5919474edb92a5b1f266fd06640f9c'Michael Niedermayer
2013-03-07lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-03-02avcodec/utils: use AVFrame accessor functionsMichael Niedermayer
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