Wed, 13 Jan 2010 02:16:00 +0000 |
zuxy |
More av_cold for infrequently called functions.
libavcodec
|
Sat, 09 Jan 2010 18:33:21 +0000 |
michael |
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1
libavcodec
|
Wed, 06 Jan 2010 23:15:33 +0000 |
cehoyos |
100l: Fix compilation after r21037.
libavcodec
|
Wed, 06 Jan 2010 21:51:20 +0000 |
daniel |
Handle more ADPCM codecs in av_get_bits_per_sample().
libavcodec
|
Sun, 03 Jan 2010 14:31:25 +0000 |
stefano |
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
libavcodec
|
Mon, 14 Dec 2009 11:42:17 +0000 |
michael |
Set reordered_opaque in default_reget_buffer() with internal buffers.
libavcodec
|
Sat, 21 Nov 2009 09:58:15 +0000 |
cehoyos |
Factorize av_get_bit_rate (for future use outside of libavcodec).
libavcodec
|
Fri, 20 Nov 2009 22:14:37 +0000 |
michael |
Allocate pictures with enough padding for jpeg.
libavcodec
|
Wed, 18 Nov 2009 17:15:17 +0000 |
diego |
Add functions to return library license and library configuration.
libavcodec
|
Tue, 10 Nov 2009 02:51:47 +0000 |
michael |
Add a NULL pointer check to avcodec_close() this should prevent a segfault
libavcodec
|
Mon, 09 Nov 2009 09:11:35 +0000 |
cehoyos |
Move ff_reverse in libavcodec to av_reverse in libavutil.
libavcodec
|
Tue, 13 Oct 2009 20:48:51 +0000 |
reimar |
Print a warning message when avcodec_default_free_buffers finds unreleased
libavcodec
|
Mon, 12 Oct 2009 11:35:35 +0000 |
reimar |
Add an execute2 function that is more flexible and allows to use parallel
libavcodec
|
Thu, 01 Oct 2009 15:54:55 +0000 |
reimar |
Make avcodec_open set codec_id and codec_type if they haven't been set.
libavcodec
|
Wed, 23 Sep 2009 15:16:36 +0000 |
michael |
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open().
libavcodec
|
Tue, 22 Sep 2009 22:44:56 +0000 |
michael |
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome
libavcodec
|
Sun, 20 Sep 2009 18:29:48 +0000 |
diego |
Add parentheses to logical expression to avoid the warning:
libavcodec
|
Wed, 16 Sep 2009 11:29:47 +0000 |
pross |
perform sanity check on number of audio channels in avcodec_open()
libavcodec
|
Mon, 29 Jun 2009 19:07:04 +0000 |
rbultje |
Rename ff_log_missing_feature() to av_log_missing_feature().
libavcodec
|
Wed, 03 Jun 2009 11:23:16 +0000 |
reimar |
Set AV_PKT_FLAG_KEY in avcodec_decode_video.
libavcodec
|
Sun, 31 May 2009 06:51:18 +0000 |
andoma |
Add a lock manager API to libavcodec.
libavcodec
|
Fri, 22 May 2009 21:32:13 +0000 |
conrad |
Move ALIGN macro to libavutil/common.h and use it in various places
libavcodec
|
Thu, 23 Apr 2009 23:14:26 +0000 |
stefano |
Make avcodec_thread_init() set the thread count, even in the case when
libavcodec
|
Wed, 22 Apr 2009 01:54:05 +0000 |
michael |
Update safety check as the maximum pixel size is no longer 4.
libavcodec
|
Sun, 12 Apr 2009 13:17:37 +0000 |
reimar |
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
libavcodec
|
Fri, 10 Apr 2009 00:09:07 +0000 |
michael |
Make sure mpeg2 has its height rounded up to 32 as that is needed
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Wed, 01 Apr 2009 08:55:31 +0000 |
gb |
Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
libavcodec
|
Thu, 19 Mar 2009 21:36:59 +0000 |
reimar |
Fix indentation after r18047.
libavcodec
|
Thu, 19 Mar 2009 21:34:55 +0000 |
reimar |
Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]
libavcodec
|
Tue, 24 Feb 2009 18:51:16 +0000 |
michael |
ff_find_hwaccel()
libavcodec
|
Tue, 24 Feb 2009 18:47:36 +0000 |
michael |
av_hwaccel_next() by Gwenole Beauchesne.
libavcodec
|
Tue, 24 Feb 2009 18:46:00 +0000 |
michael |
av_register_hwaccel() from Gwenole Beauchesne.
libavcodec
|
Mon, 23 Feb 2009 15:18:28 +0000 |
reimar |
Check return value of ff_fill_pointer in avcodec_default_get_buffer,
libavcodec
|
Mon, 23 Feb 2009 13:35:52 +0000 |
michael |
Approved hunks for VAAPI / our new shiny hwaccel API
libavcodec
|
Mon, 09 Feb 2009 01:58:01 +0000 |
superdump |
Check that there are subtitle rects to encode in avcodec_encode_subtitle()
libavcodec
|
Mon, 09 Feb 2009 01:51:36 +0000 |
superdump |
Check that start_display_time is 0 in avcodec_encode_subtitle()
libavcodec
|
Sun, 08 Feb 2009 06:11:50 +0000 |
bcoudurier |
Remove 'const' qualifier from variable in av_parse_video_frame_size().
libavcodec
|
Sun, 08 Feb 2009 06:03:10 +0000 |
bcoudurier |
remove useless cast, it does not remove warning, encode prototype must be changed
libavcodec
|
Fri, 06 Feb 2009 23:54:50 +0000 |
stefano |
Drop the deprecated function register_avcodec() at the next major
libavcodec
|
Fri, 06 Feb 2009 23:46:15 +0000 |
stefano |
Rename register_avcodec() as avcodec_register() and deprecate the old
libavcodec
|
Fri, 06 Feb 2009 12:59:50 +0000 |
michael |
Ensure that the palette is set in data[1] for all 8bit formats.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
libavcodec
|
Fri, 16 Jan 2009 16:20:42 +0000 |
benoit |
Split ff_log_missing_feature into ff_log_missing_feature
libavcodec
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Tue, 13 Jan 2009 19:38:54 +0000 |
michael |
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
libavcodec
|
Sat, 10 Jan 2009 09:53:21 +0000 |
stefano |
Move the AVCodecContext options definition to a dedicated file, reduce
libavcodec
|
Fri, 26 Dec 2008 08:03:26 +0000 |
benoit |
s/FFmpeg-devel/ffmpeg-devel/
libavcodec
|
Thu, 25 Dec 2008 15:49:50 +0000 |
diego |
Change mplayerhq.hu references to ffmpeg.org where appropriate.
libavcodec
|
Mon, 15 Dec 2008 22:12:37 +0000 |
mru |
ARM: NEON optimised simple_idct
libavcodec
|
Sun, 14 Dec 2008 20:04:00 +0000 |
stefano |
Make register_avcodec() call avcodec_init().
libavcodec
|
Sun, 14 Dec 2008 19:36:38 +0000 |
stefano |
Use a more explicit "codec" rather than "format" as the parameter of
libavcodec
|
Mon, 08 Dec 2008 21:21:38 +0000 |
stefano |
Make av_log_missing_feature an internal function, and change its name
libavcodec
|
Sat, 29 Nov 2008 14:08:48 +0000 |
stefano |
Implement the fields rc_max_available_vbv_use and
libavcodec
|
Wed, 12 Nov 2008 17:47:23 +0000 |
romansh |
Making it easier to send arbitrary structures as work orders to MT workers
libavcodec
|
Wed, 05 Nov 2008 23:28:41 +0000 |
diego |
Add missing #include "libavutil/avstring.h", fixes
libavcodec
|
Sat, 01 Nov 2008 05:03:42 +0000 |
pross |
Add audio channel layout API to libavcodec.
libavcodec
|