408 Commits (702d0a9e85912961d66c62bc2e019ba3290ce78d)

Author SHA1 Message Date
Michael Niedermayer b8af4fe9a5 Set reordered_opaque in default_reget_buffer() with internal buffers. 15 years ago
Robert Krüger ce34ff6b45 Factorize av_get_bit_rate (for future use outside of libavcodec). 15 years ago
Michael Niedermayer 98c82d6910 Allocate pictures with enough padding for jpeg. 15 years ago
Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
Michael Niedermayer dccda293a0 Add a NULL pointer check to avcodec_close() this should prevent a segfault 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Reimar Döffinger ea09f69194 Print a warning message when avcodec_default_free_buffers finds unreleased 15 years ago
Reimar Döffinger 8d23a86f33 Add an execute2 function that is more flexible and allows to use parallel 15 years ago
Reimar Döffinger 681c180dc4 Make avcodec_open set codec_id and codec_type if they haven't been set. 15 years ago
Michael Niedermayer 2a9b5c9b42 Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). 15 years ago
Michael Niedermayer 4c0dda2b3f Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome 15 years ago
Diego Biurrun 40461e54ce Add parentheses to logical expression to avoid the warning: 15 years ago
Peter Ross fa77dd639d perform sanity check on number of audio channels in avcodec_open() 15 years ago
Ronald S. Bultje ce863d7f36 Rename ff_log_missing_feature() to av_log_missing_feature(). 16 years ago
Reimar Döffinger 10f9ff9bf6 Set AV_PKT_FLAG_KEY in avcodec_decode_video. 16 years ago
Andreas Öman f988ce6cad Add a lock manager API to libavcodec. 16 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
Stefano Sabatini 2e418f5ed8 Make avcodec_thread_init() set the thread count, even in the case when 16 years ago
Michael Niedermayer 445f0a8b66 Update safety check as the maximum pixel size is no longer 4. 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
Michael Niedermayer c81185a183 Make sure mpeg2 has its height rounded up to 32 as that is needed 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Gwenole Beauchesne 41913a35b0 Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152. 16 years ago
Reimar Döffinger 45bae968a9 Fix indentation after r18047. 16 years ago
Reimar Döffinger c9d6e84778 Change linesize alignment method to ensure that linesize[0] == 2*linesize[1] 16 years ago
Michael Niedermayer 6059f13cad ff_find_hwaccel() 16 years ago
Michael Niedermayer 414d9d7f2e av_hwaccel_next() by Gwenole Beauchesne. 16 years ago
Michael Niedermayer c895618bb0 av_register_hwaccel() from Gwenole Beauchesne. 16 years ago
Reimar Döffinger f8c96d011e Check return value of ff_fill_pointer in avcodec_default_get_buffer, 16 years ago
Michael Niedermayer c269cf68a0 Approved hunks for VAAPI / our new shiny hwaccel API 16 years ago
Björn Axelsson 505aa6c91d Check that there are subtitle rects to encode in avcodec_encode_subtitle() 16 years ago
Björn Axelsson 9413db9e04 Check that start_display_time is 0 in avcodec_encode_subtitle() 16 years ago
Baptiste Coudurier 8468664bd8 Remove 'const' qualifier from variable in av_parse_video_frame_size(). 16 years ago
Baptiste Coudurier 8eb027c83c remove useless cast, it does not remove warning, encode prototype must be changed 16 years ago
Stefano Sabatini 9d385cfec4 Drop the deprecated function register_avcodec() at the next major 16 years ago
Stefano Sabatini 85662f4935 Rename register_avcodec() as avcodec_register() and deprecate the old 16 years ago
Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
Kenan Gillet 0ba39dd1a9 Split ff_log_missing_feature into ff_log_missing_feature 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer c9b3c0c740 Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. 16 years ago
Stefano Sabatini 78acb9e74b Move the AVCodecContext options definition to a dedicated file, reduce 16 years ago
Benoit Fouet 5163c0d9a2 s/FFmpeg-devel/ffmpeg-devel/ 16 years ago
Diego Biurrun 0fa5f24c3b Change mplayerhq.hu references to ffmpeg.org where appropriate. 16 years ago
Måns Rullgård 7eec43289a ARM: NEON optimised simple_idct 16 years ago
Stefano Sabatini 7a961a46ba Make register_avcodec() call avcodec_init(). 16 years ago
Stefano Sabatini 335a761a90 Use a more explicit "codec" rather than "format" as the parameter of 16 years ago