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-03-05avcodec: add av_get_audio_frame_duration() function.Justin Ruggles
2012-03-05lavc: make codec_is_decoder/encoder() public.Anton Khirnov
2012-03-05lavc: deprecate AVCodecContext.sub_id.Anton Khirnov
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2012-03-02Windows Media Audio Lossless decoderMashiat Sarker Shakkhar
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-29lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov
2012-02-29lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov
2012-02-29lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov
2012-02-15prores encoderKostya Shishkov
2012-02-15CDXL demuxer and decoderPaul B Mahol
2012-02-08lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov
2012-01-27lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_SNOW_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_AVCODEC_INIT 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_AVCODEC_OPEN cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_PALETTE_CONTROL 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 opt.h header.Anton Khirnov
2012-01-27lavc: increase major version to 54.Anton Khirnov
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-24lavc: postpone the removal of AVCodecContext.request_channels.Anton Khirnov
2012-01-24lavc: postpone removing old audio encoding and decoding APIAnton Khirnov
2012-01-23XWD encoder and decoderPaul B Mahol
2012-01-16avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles
2012-01-16avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles
2012-01-11avcodec: add GSM parserJustin Ruggles
2012-01-01threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau
2011-12-31threads: default to automatic thread count detectionJanne Grunau
2011-12-28Indeo 4 decoderKostya Shishkov
2011-12-25Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov