Mercurial > libavcodec.hg
graph
-
avoid infinite loop if pixel format conversion does not exist libavcodecTue, 18 Dec 2007 13:49:58 +0000, by bcoudurier
-
ME default does not belong to the ME type enum. libavcodecMon, 17 Dec 2007 19:26:11 +0000, by michael
-
Correct spatial prediction mode in RV30/40 for vertical left direction libavcodecMon, 17 Dec 2007 18:43:34 +0000, by kostya
-
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavcodecMon, 17 Dec 2007 17:41:24 +0000, by reimar
-
Fix crash in PCM decoder when number of channels is not set. libavcodecMon, 17 Dec 2007 10:41:47 +0000, by benoit
-
Skip dialog normalization. It shouldn't be used by the decoder, and there is libavcodecMon, 17 Dec 2007 01:09:00 +0000, by jbr
-
Revert commit made in revision 11228. I'm getting some strange results in the libavcodecMon, 17 Dec 2007 01:03:19 +0000, by jbr
-
Make strict altivec parsers happy (gcc-4.3 and others) libavcodecSun, 16 Dec 2007 14:31:38 +0000, by lu_zero
-
downmix before the IMDCT if no block switching is used libavcodecSun, 16 Dec 2007 04:25:50 +0000, by jbr
-
Add 'l' suffix where it is necessary because type can not always be libavcodecSat, 15 Dec 2007 23:08:15 +0000, by reimar
-
Make DCA decoder honor avctx->request_channels in a more advisory way. libavcodecSat, 15 Dec 2007 07:01:33 +0000, by andoma
-
Make AC3 decoder honor avctx->request_channels libavcodecSat, 15 Dec 2007 07:00:19 +0000, by andoma
-
Make fill_rectangle() available for other decoders libavcodecSat, 15 Dec 2007 06:06:16 +0000, by kostya
-
Fix brain-dead parts of r11216, specifically: libavcodecFri, 14 Dec 2007 22:49:30 +0000, by heydowns
-
Ensure that our total reference frame count does not exceed the SPS libavcodecFri, 14 Dec 2007 06:25:23 +0000, by heydowns
-
Actually return with an error condition if we're being asked to deal with too libavcodecFri, 14 Dec 2007 05:48:27 +0000, by heydowns
-
Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start. libavcodecFri, 14 Dec 2007 05:37:23 +0000, by heydowns
-
Add a missing break, before av_set_number would always return NULL for libavcodecThu, 13 Dec 2007 19:00:53 +0000, by reimar
-
Fix non_zero_count_cache for deblocking in field pictures. libavcodecThu, 13 Dec 2007 00:50:47 +0000, by heydowns
-
add required include to make this file self-contained libavcodecWed, 12 Dec 2007 22:45:03 +0000, by aurel
-
Show which bitstreamfilters were compiled in, similar to the protocols etc libavcodecWed, 12 Dec 2007 11:52:27 +0000, by takis
-
Switch VC-1 decoder to output decoded residual immediately. libavcodecSat, 08 Dec 2007 10:41:18 +0000, by kostya
-
prevent warnings about functions being possibly unused libavcodecThu, 06 Dec 2007 08:38:49 +0000, by michael
-
thank you for your efforts to keep my code clean, but i would like to libavcodecThu, 06 Dec 2007 02:02:41 +0000, by michael
-
Initialize function pointers used by error resilience code before any libavcodecWed, 05 Dec 2007 05:24:54 +0000, by heydowns
-
make the AVOption code work with strings instead of crash libavcodecMon, 03 Dec 2007 01:03:54 +0000, by michael
-
Use the correct "const float *" type for variable instead of casting const away. libavcodecSun, 02 Dec 2007 21:12:43 +0000, by reimar
-
Add missing const to last argument of decode_significance_8x8_x86. libavcodecSun, 02 Dec 2007 21:11:43 +0000, by reimar
-
fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits libavcodecSun, 02 Dec 2007 19:20:46 +0000, by bcoudurier
-
Misc spelling fixes, prefer American over British English. libavcodecSun, 02 Dec 2007 15:43:08 +0000, by diego
-
Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize libavcodecSat, 01 Dec 2007 09:39:59 +0000, by reimar
-
stupid code (casting of void*) found by checktree.sh libavcodecSat, 01 Dec 2007 00:19:44 +0000, by michael
-
wma_decode_superframe always returns s->block_align, so make libavcodecFri, 30 Nov 2007 21:51:34 +0000, by reimar
-
Fix make checkheaders, #include <inttypes.h> was missing. libavcodecFri, 30 Nov 2007 14:08:00 +0000, by diego
-
Clarify documentation for avcodec_encode_audio. libavcodecWed, 28 Nov 2007 12:41:35 +0000, by diego
-
remove useless #ifdef around extern declaration libavcodecTue, 27 Nov 2007 22:56:15 +0000, by aurel
-
make ff_p* vars extern so that they can be used in various *_mmx.c files libavcodecTue, 27 Nov 2007 22:23:34 +0000, by aurel
-
10l: init_get_bits want size in bits, not bytes libavcodecTue, 27 Nov 2007 22:00:45 +0000, by aurel
-
sync message with modern ffmpeg bitrate option syntax. libavcodecTue, 27 Nov 2007 05:32:04 +0000, by rfelker
-
remove some empty close/init functions in avcodec libavcodecSun, 25 Nov 2007 17:31:55 +0000, by aurel
-
add pcm_s16le_planar support for electronicarts files libavcodecSun, 25 Nov 2007 16:32:47 +0000, by aurel
-
split wmv2 encoder and decoder in their own files libavcodecSun, 25 Nov 2007 16:23:42 +0000, by aurel
-
Typo fix. Previous version had some picture error building up until next keyframe. libavcodecSun, 25 Nov 2007 09:43:35 +0000, by gpoirier
-
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% libavcodecSat, 24 Nov 2007 14:34:25 +0000, by gpoirier
-
Add missing #includes to fix 'make checkheaders'. libavcodecSat, 24 Nov 2007 10:08:02 +0000, by diego
-
add VC-1 MMX DSP functions, under MIT license. libavcodecWed, 21 Nov 2007 22:41:31 +0000, by gpoirier
-
use sizeof in snprintf (note the changed code is all under #if 0) libavcodecMon, 19 Nov 2007 20:18:30 +0000, by michael
-
Call mpegvideo flush routine on h264 flush. Needed in particular libavcodecSat, 17 Nov 2007 03:04:21 +0000, by heydowns
-
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: libavcodecThu, 15 Nov 2007 12:40:40 +0000, by diego
-
Attribute for specifying direction should come right after @param. libavcodecThu, 15 Nov 2007 10:28:12 +0000, by takis
-
Use put_signed_pixels_clamped where appropriate libavcodecThu, 15 Nov 2007 06:25:20 +0000, by kostya