Commit History

Author SHA1 Message Date
  Michael Niedermayer 5f5bf9faf9 avcodec_align_dimensions2: Ensure cinepak has large enough buffers. 11 years ago
  Michael Niedermayer 48b086b0ef Update safety check as the maximum pixel size is no longer 4. 15 years ago
  Reinhard Tartler e5bea45df7 Add a lock manager API to libavcodec. 14 years ago
  Michael Niedermayer 6059f13cad ff_find_hwaccel() 15 years ago
  Michael Niedermayer 414d9d7f2e av_hwaccel_next() by Gwenole Beauchesne. 15 years ago
  Michael Niedermayer c895618bb0 av_register_hwaccel() from Gwenole Beauchesne. 15 years ago
  Reimar Döffinger f8c96d011e Check return value of ff_fill_pointer in avcodec_default_get_buffer, 15 years ago
  Michael Niedermayer c269cf68a0 Approved hunks for VAAPI / our new shiny hwaccel API 15 years ago
  Björn Axelsson 505aa6c91d Check that there are subtitle rects to encode in avcodec_encode_subtitle() 15 years ago
  Björn Axelsson 9413db9e04 Check that start_display_time is 0 in avcodec_encode_subtitle() 15 years ago
  Baptiste Coudurier 8468664bd8 Remove 'const' qualifier from variable in av_parse_video_frame_size(). 15 years ago
  Baptiste Coudurier 8eb027c83c remove useless cast, it does not remove warning, encode prototype must be changed 15 years ago
  Stefano Sabatini 9d385cfec4 Drop the deprecated function register_avcodec() at the next major 15 years ago
  Stefano Sabatini 85662f4935 Rename register_avcodec() as avcodec_register() and deprecate the old 15 years ago
  Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 15 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 15 years ago
  Kenan Gillet 0ba39dd1a9 Split ff_log_missing_feature into ff_log_missing_feature 15 years ago
  Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Michael Niedermayer c9b3c0c740 Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. 15 years ago
  Stefano Sabatini 78acb9e74b Move the AVCodecContext options definition to a dedicated file, reduce 15 years ago
  Benoit Fouet 5163c0d9a2 s/FFmpeg-devel/ffmpeg-devel/ 15 years ago
  Diego Biurrun 0fa5f24c3b Change mplayerhq.hu references to ffmpeg.org where appropriate. 15 years ago
  Måns Rullgård 7eec43289a ARM: NEON optimised simple_idct 15 years ago
  Stefano Sabatini 7a961a46ba Make register_avcodec() call avcodec_init(). 15 years ago
  Stefano Sabatini 335a761a90 Use a more explicit "codec" rather than "format" as the parameter of 15 years ago
  Stefano Sabatini dbbec0c2f2 Make av_log_missing_feature an internal function, and change its name 15 years ago
  Baptiste Coudurier 3bff4d8b7a Implement the fields rc_max_available_vbv_use and 15 years ago
  Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 15 years ago
  Diego Biurrun 7fb9440674 Add missing #include "libavutil/avstring.h", fixes 15 years ago
  Peter Ross 0d72e7d0ae Add audio channel layout API to libavcodec. 15 years ago
  Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 15 years ago
  Aurelien Jacobs fc228c9014 allows calling avcodec_find_(en|de)coder_by_name with NULL parameter 16 years ago
  Diego Pettenò e6df765ed3 Mark list heads static. Patch by Diego Pettenò 16 years ago
  Jason Garrett-Glaser a5d2413345 x264 has removed the b-rdo and bime options, and instead integrated 16 years ago
  Michael Niedermayer ae4ffe9f64 Allocate 1 line more in the chroma plane for H.264, this avoids some 16 years ago
  Michael Niedermayer 503bc4026d Replace second (and wrong) call to avcodec_align_dimensions() by adjusting 16 years ago
  Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
  Francesco Cosoleto 30ab4deda8 Document the directpred auto value. 16 years ago
  Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 years ago
  Michael Niedermayer 38360668d6 Remove DEFAULT_FRAME_RATE_BASE. 16 years ago
  Michael Niedermayer 23694e27f0 Drop deprecated SAMPLE_FMT_S24. 16 years ago
  Michael Niedermayer d578432db8 Remove stuff under #if LIBAVCODEC_VERSION_INT. 16 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Peter Ross 312420f3fa Add AVCodecContext.bits_per_raw_sample field. 16 years ago
  Peter Ross 46a73068a6 Change AVCodecContext.bits_per_sample to bits_per_coded_sample. 16 years ago
  Michael Niedermayer 79de84f263 Provide a simpler way for the user to reorder her timestamps. 16 years ago
  Peter Ross 143a5d6f1f Add F64BE, F64LE and F64BE PCM codecs. 16 years ago