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
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
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-13Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-02-08Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec).Joseph Artsimovich
2012-02-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-31lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ER cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove the deprecated "ab" option.Anton Khirnov
2012-01-22lavc: Mark the err_detect constants as audio+video as they also apply to audio.Michael Niedermayer
2012-01-22error_detection: put the old error detection constants back.Michael Niedermayer
2012-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-21threads: change the default for threads back to 1Janne Grunau
2012-01-21lavc: rename err_filter option to err_detect and document itDustin Brody
2012-01-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-12lavc: ifdef out parse_only AVOptionAnton Khirnov
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2012-01-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer