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
2012-06-20MS Screen 1 decoderKostya Shishkov
2012-06-19lavc: Extend the documentation for avcodec_init_packetSimon A. Eugster
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
2012-06-05Indeo Audio decoderKostya Shishkov
2012-05-09lavc: pad last audio frame with silence when needed.Anton Khirnov
2012-05-07lavc: add sample rate and channel layout to AVFrame.Anton Khirnov
2012-05-06avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy
2012-05-03Add SMPTE240M transfer characteristics flag.Hendrik Leppkes
2012-04-30avcodec: introduce YCoCg colorspaceHendrik Leppkes
2012-04-30avcodec: cosmetic cleanup on headerLuca Barbato
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-21avcodec: remove AVCodecContext.dsp_maskMans Rullgard
2012-04-09lavc doxy: add remaining avcodec.h functions to a misc doxygen group.Anton Khirnov
2012-04-09lavc doxy: add AVPicture functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: add resampling functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: replace \ with /Anton Khirnov
2012-04-09lavc doxy: add encoding functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: add decoding functions to a doxy group.Anton Khirnov
2012-04-09lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}Anton Khirnov
2012-04-09lavc doxy: add AVPacket-related stuff to a separate doxy group.Anton Khirnov
2012-04-09lavc doxy: add core functions/definitions to a doxy group.Anton Khirnov
2012-04-09avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles
2012-03-19ZeroCodec DecoderDerek Buitenhuis
2012-03-19RealAudio Lossless decoderKostya Shishkov
2012-03-17avcodec: add XBM encoderPaul B Mahol
2012-03-05avcodec: add av_get_audio_frame_duration() function.Justin Ruggles
2012-03-05avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles
2012-03-05lavc: make codec_is_decoder/encoder() public.Anton Khirnov
2012-03-05lavc: deprecate AVCodecContext.sub_id.Anton Khirnov
2012-03-03lavc: free the output packet when encoding failed or produced no output.Anton Khirnov
2012-03-03lavc: clarify the meaning of AVCodecContext.frame_number.Anton Khirnov
2012-03-01h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö
2012-03-01avpacket: Add a function for shrinking already allocated side dataMartin Storsjö
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-27lavc: reorder AVCodecContext fields.Anton Khirnov
2012-02-27lavc: reorder AVFrame fields.Anton Khirnov
2012-02-25avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles
2012-02-21avcodec: add duration field to AVCodecParserContextJustin Ruggles
2012-02-15CDXL demuxer and decoderPaul B Mahol
2012-02-13Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun
2012-02-08lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-02-06avcodec: Clarify AVFrame member documentation.Kieran Kunhya