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
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-11Remove incorrect return statement from avcodec_thread_free()Mans Rullgard
2011-02-11Fix build with threading disabledMans Rullgard
2011-02-11check sample_fmt in avcodec_openReimar Döffinger
2011-02-11Deprecate avcodec_thread_init()Alexander Strange
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-07Implement guessed_pts in avcodec_decode_video2Nicolas George
2011-02-04Set pkt_pts in avcodec_default_reget_buffer()Nicolas George
2011-01-26Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò
2011-01-18update av_log_missing_feature() to gitJanne Grunau
2011-01-12don't complain about codec type/id mismatche for attachment streamsAurelien Jacobs
2011-01-08Show profile in avcodec_string().Anssi Hannula
2011-01-08Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer
2011-01-08Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer
2011-01-08Add av_get_profile_name() to get profile names.Anssi Hannula
2010-12-31free subtitle_header before overwriting it to avoid memleakAurelien Jacobs
2010-12-19Fix -lowres with ffplay.Anatoly Nenashev
2010-12-04Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-10Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini
2010-11-03H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
2010-11-03Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini
2010-10-01add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs
2010-09-30add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs
2010-09-30add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs
2010-09-29Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-15Check avctx width/height more thoroughly (e.g. all values 0 except width wouldReimar Döffinger
2010-09-14Test lowres before codec init.Carl Eugen Hoyos
2010-09-10Allow the lowres option to affect audio codecs, tooMartin Storsjö
2010-09-08Remove use of deprecated functions av_image_fill_pointers/linesizes inStefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-08-06Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini
2010-07-31Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-11100l, change avsubtitle_free to the actually tested and working version.Reimar Döffinger
2010-07-11Add avsubtitle_free function.Reimar Döffinger
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-07-06Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-02Make avcodec_string() use av_get_codec_tag_string().Stefano Sabatini
2010-06-02Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini
2010-05-27Cosmetics : Fix typo.Jai Menon
2010-05-26Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau
2010-05-18Factorize some code into the new function ff_toupper4().Francesco Lavra
2010-05-12Set coded_frame to NULL when closing a codec, since it mightReimar Döffinger
2010-04-25Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1Stefano Sabatini