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-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-12Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
2011-04-11g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö
2011-04-11Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-04-11Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-04-06Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-05Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange
2011-03-29Unbreak avcodec_thread_initReimar Döffinger
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
2011-03-04Move guess_correct_pts() under got_picture_ptr.Michael Niedermayer
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge 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-10Remove incorrect return statement from avcodec_thread_free()Mans Rullgard
2011-02-09Fix build with threading disabledMans Rullgard
2011-02-09check sample_fmt in avcodec_openReimar Döffinger
2011-02-09Deprecate avcodec_thread_init()Alexander Strange
2011-02-09Frame-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-02-03Set 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-25Make 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