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
2014-06-01avcodec/options: use av_opt_copy() in avcodec_copy_context() to copy priv_dataMichael Niedermayer
2014-05-30avcodec/options: leave priv_data in avcodec_copy_context() intactMichael Niedermayer
2014-05-18Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f'Michael Niedermayer
2014-05-18lavc: add avcodec_free_context().Anton Khirnov
2014-05-15avcodec/options: avcodec_copy_context() Check subtitle_header_size instead of...Michael Niedermayer
2014-05-15Merge commit '3b2fbe67bd63b00331db2a9b213f6d420418a312'Michael Niedermayer
2014-05-15Merge commit 'efc7df6c1f11b20a48e60c3f743ce2331b661973'Michael Niedermayer
2014-05-15lavc: properly handle subtitle_header in avcodec_copy_context()Anton Khirnov
2014-05-15lavc: preserve the original private data in avcodec_copy_context()Anton Khirnov
2013-11-04Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer
2013-11-04pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov
2013-11-03lavc: remove dead FF_API_ALLOC_CONTEXT APIStefano Sabatini
2013-08-13avcodec: free priv_data in avcodec_copy_context()Michael Niedermayer
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-05-01lavc: copy subtitle_header when copying context.Nicolas George
2013-04-22avcodec_get_context_defaults3: set codec_idMichael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-15lavc: add pkt_size field to AVFrameStefano Sabatini
2012-11-03Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-18lavc: add const to AVCodec* function parameters.Anton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-30options: Fix warning about incompatible pointer typejamal
2012-06-19lavc: seperate encoder/decoder class categoryMichael Niedermayer
2012-06-03set some categories of some AVClass structsMichael Niedermayer
2012-04-30Exposing forced flag for DVD and PGS subtitleshakuya
2012-04-30Added AVClass for AVSubtitleRecthakuya
2012-04-28lavc: add a sample_rate field to AVFrame.Nicolas George
2012-04-28lavc: add a channel_layout field to AVFrame.Nicolas George
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-20Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05lavc: deprecate AVCodecContext.sub_id.Anton Khirnov
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles
2012-02-29mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov
2012-02-29lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov
2012-02-29lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov
2012-02-29mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov
2012-02-29mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov
2012-02-29mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov
2012-02-29mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov
2012-02-29lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov