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
2009-09-23Make sure priv_data is freed and codec is set to NULL in case of failure of a...Michael Niedermayer
2009-09-23Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_misma...Michael Niedermayer
2009-09-20Add parentheses to logical expression to avoid the warning:Diego Biurrun
2009-09-16perform sanity check on number of audio channels in avcodec_open()Peter Ross
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
2009-06-03Set AV_PKT_FLAG_KEY in avcodec_decode_video.Reimar Döffinger
2009-05-31Add a lock manager API to libavcodec.Andreas Öman
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-04-24Make avcodec_thread_init() set the thread count, even in the case whenStefano Sabatini
2009-04-22Update safety check as the maximum pixel size is no longer 4.Michael Niedermayer
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-10Make sure mpeg2 has its height rounded up to 32 as that is neededMichael Niedermayer
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-01Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne
2009-03-20Fix indentation after r18047.Reimar Döffinger
2009-03-20Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]Reimar Döffinger
2009-02-24ff_find_hwaccel()Michael Niedermayer
2009-02-24av_hwaccel_next() by Gwenole Beauchesne.Michael Niedermayer
2009-02-24av_register_hwaccel() from Gwenole Beauchesne.Michael Niedermayer
2009-02-23Check return value of ff_fill_pointer in avcodec_default_get_buffer,Reimar Döffinger
2009-02-23Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer
2009-02-09Check that there are subtitle rects to encode in avcodec_encode_subtitle()Björn Axelsson
2009-02-09Check that start_display_time is 0 in avcodec_encode_subtitle()Björn Axelsson
2009-02-08Remove 'const' qualifier from variable in av_parse_video_frame_size().Baptiste Coudurier
2009-02-08remove useless cast, it does not remove warning, encode prototype must be cha...Baptiste Coudurier
2009-02-07Drop the deprecated function register_avcodec() at the next majorStefano Sabatini
2009-02-07Rename register_avcodec() as avcodec_register() and deprecate the oldStefano Sabatini
2009-02-06Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2009-01-16Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-13Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer
2009-01-10Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini
2008-12-26s/FFmpeg-devel/ffmpeg-devel/Benoit Fouet
2008-12-25Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun
2008-12-16ARM: NEON optimised simple_idctMåns Rullgård
2008-12-14Make register_avcodec() call avcodec_init().Stefano Sabatini
2008-12-14Use a more explicit "codec" rather than "format" as the parameter ofStefano Sabatini
2008-12-09Make av_log_missing_feature an internal function, and change its nameStefano Sabatini
2008-11-29Implement the fields rc_max_available_vbv_use andBaptiste Coudurier
2008-11-12Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik
2008-11-06Add missing #include "libavutil/avstring.h", fixesDiego Biurrun
2008-11-01Add audio channel layout API to libavcodec.Peter Ross
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-08allows calling avcodec_find_(en|de)coder_by_name with NULL parameterAurelien Jacobs
2008-10-04Mark list heads static. Patch by Diego PettenòDiego Pettenò
2008-10-02x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser