aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Print a warning message when avcodec_default_free_buffers finds unreleasedReimar Döffinger2009-10-131-0/+2
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-121-0/+10
* Make avcodec_open set codec_id and codec_type if they haven't been set.Reimar Döffinger2009-10-011-0/+5
* Make sure priv_data is freed and codec is set to NULL in case of failure of a...Michael Niedermayer2009-09-231-6/+7
* Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_misma...Michael Niedermayer2009-09-221-1/+4
* Add parentheses to logical expression to avoid the warning:Diego Biurrun2009-09-201-2/+3
* perform sanity check on number of audio channels in avcodec_open()Peter Ross2009-09-161-1/+3
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-291-3/+3
* Set AV_PKT_FLAG_KEY in avcodec_decode_video.Reimar Döffinger2009-06-031-0/+2
* Add a lock manager API to libavcodec.Andreas Öman2009-05-311-0/+40
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-5/+3
* Make avcodec_thread_init() set the thread count, even in the case whenStefano Sabatini2009-04-231-0/+1
* Update safety check as the maximum pixel size is no longer 4.Michael Niedermayer2009-04-221-1/+1
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-121-0/+11
* Make sure mpeg2 has its height rounded up to 32 as that is neededMichael Niedermayer2009-04-101-0/+2
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-7/+47
* Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne2009-04-011-0/+1
* Fix indentation after r18047.Reimar Döffinger2009-03-191-7/+7
* Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]Reimar Döffinger2009-03-191-1/+9
* ff_find_hwaccel()Michael Niedermayer2009-02-241-0/+12
* av_hwaccel_next() by Gwenole Beauchesne.Michael Niedermayer2009-02-241-0/+5
* av_register_hwaccel() from Gwenole Beauchesne.Michael Niedermayer2009-02-241-0/+11
* Check return value of ff_fill_pointer in avcodec_default_get_buffer,Reimar Döffinger2009-02-231-0/+2
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-231-1/+3
* Check that there are subtitle rects to encode in avcodec_encode_subtitle()Björn Axelsson2009-02-091-0/+2
* Check that start_display_time is 0 in avcodec_encode_subtitle()Björn Axelsson2009-02-091-0/+4
* Remove 'const' qualifier from variable in av_parse_video_frame_size().Baptiste Coudurier2009-02-081-3/+3
* remove useless cast, it does not remove warning, encode prototype must be cha...Baptiste Coudurier2009-02-081-3/+3
* Drop the deprecated function register_avcodec() at the next majorStefano Sabatini2009-02-061-0/+2
* Rename register_avcodec() as avcodec_register() and deprecate the oldStefano Sabatini2009-02-061-1/+6
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-061-2/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-1/+1
* Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet2009-01-161-4/+13
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
* Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer2009-01-131-6/+0
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-101-422/+0
* s/FFmpeg-devel/ffmpeg-devel/Benoit Fouet2008-12-261-1/+1
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-251-1/+1
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-151-0/+1
* Make register_avcodec() call avcodec_init().Stefano Sabatini2008-12-141-0/+1
* Use a more explicit "codec" rather than "format" as the parameter ofStefano Sabatini2008-12-141-3/+3
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-081-1/+1
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-291-0/+2
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-121-2/+2
* Add missing #include "libavutil/avstring.h", fixesDiego Biurrun2008-11-051-0/+1
* Add audio channel layout API to libavcodec.Peter Ross2008-11-011-18/+5
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-2/+2