summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* Add a lock manager API to libavcodec.Reinhard Tartler2010-02-09
* ff_find_hwaccel()Michael Niedermayer2009-02-24
* av_hwaccel_next() by Gwenole Beauchesne.Michael Niedermayer2009-02-24
* av_register_hwaccel() from Gwenole Beauchesne.Michael Niedermayer2009-02-24
* Check return value of ff_fill_pointer in avcodec_default_get_buffer,Reimar Döffinger2009-02-23
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-23
* Check that there are subtitle rects to encode in avcodec_encode_subtitle()Björn Axelsson2009-02-09
* Check that start_display_time is 0 in avcodec_encode_subtitle()Björn Axelsson2009-02-09
* Remove 'const' qualifier from variable in av_parse_video_frame_size().Baptiste Coudurier2009-02-08
* remove useless cast, it does not remove warning, encode prototype must be cha...Baptiste Coudurier2009-02-08
* Drop the deprecated function register_avcodec() at the next majorStefano Sabatini2009-02-06
* Rename register_avcodec() as avcodec_register() and deprecate the oldStefano Sabatini2009-02-06
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet2009-01-16
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer2009-01-13
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-10
* s/FFmpeg-devel/ffmpeg-devel/Benoit Fouet2008-12-26
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-25
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-15
* Make register_avcodec() call avcodec_init().Stefano Sabatini2008-12-14
* Use a more explicit "codec" rather than "format" as the parameter ofStefano Sabatini2008-12-14
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-29
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* Add missing #include "libavutil/avstring.h", fixesDiego Biurrun2008-11-05
* Add audio channel layout API to libavcodec.Peter Ross2008-11-01
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* allows calling avcodec_find_(en|de)coder_by_name with NULL parameterAurelien Jacobs2008-10-08
* Mark list heads static. Patch by Diego PettenòDiego Pettenò2008-10-04
* x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser2008-10-02
* Allocate 1 line more in the chroma plane for H.264, this avoids someMichael Niedermayer2008-09-30
* Replace second (and wrong) call to avcodec_align_dimensions() by adjustingMichael Niedermayer2008-09-30
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-29
* Document the directpred auto value.Francesco Cosoleto2008-09-28
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer2008-09-08
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-08
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-29
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-29
* Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer2008-08-20
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-19
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16