Mercurial > libavcodec.hg
graph
-
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
-
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. libavcodecWed, 14 Nov 2007 15:30:15 +0000, by alex
-
Make sine_window static. Acked by Benjamin Larsson libavcodecWed, 14 Nov 2007 15:21:42 +0000, by alex
-
Fix nellymoser decode_tag return value, patch by Stefano Sabatini libavcodecWed, 14 Nov 2007 08:22:15 +0000, by banan
-
cosmetics: Keep all OBJS entries on a line of their own. libavcodecMon, 12 Nov 2007 22:29:37 +0000, by diego
-
tring to workaround gcc 2.95 bug which causes random failures libavcodecMon, 12 Nov 2007 02:04:01 +0000, by michael
-
Improve unsupported (pixel) format error message. libavcodecSat, 10 Nov 2007 16:25:44 +0000, by diego
-
cosmetics: Fix spacial --> spatial typo in function names. libavcodecSat, 10 Nov 2007 12:24:02 +0000, by diego
-
misc spelling/grammar/wording fixes in comments libavcodecSat, 10 Nov 2007 11:51:56 +0000, by diego
-
remove inline from non speed critical functions libavcodecFri, 09 Nov 2007 21:58:50 +0000, by michael
-
add {} to make the else look a little more normal libavcodecFri, 09 Nov 2007 21:52:29 +0000, by michael
-
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation libavcodecThu, 08 Nov 2007 10:53:32 +0000, by benoit
-
Fix deblocking filter for field pictures by properly looking for first libavcodecWed, 07 Nov 2007 23:35:48 +0000, by heydowns
-
rename some msmpeg4 symbols and make them non-static libavcodecWed, 07 Nov 2007 23:23:35 +0000, by aurel
-
Fix make checkheaders by adding missing #include. libavcodecWed, 07 Nov 2007 23:06:27 +0000, by diego
-
split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER libavcodecWed, 07 Nov 2007 22:54:31 +0000, by aurel
-
Fix poc for field pictures. Prior to this, the poc of the second field libavcodecTue, 06 Nov 2007 18:48:18 +0000, by heydowns
-
fix predictor initialization for adpcm-ima encoder not to lose first sample libavcodecTue, 06 Nov 2007 13:08:04 +0000, by benoit
-
Correct assignment of interlaced_frame; was being set on output frames, libavcodecMon, 05 Nov 2007 18:16:42 +0000, by heydowns
-
Remove libvorbis Vorbis decoding support. Our native decoder is complete libavcodecSun, 04 Nov 2007 12:55:32 +0000, by diego
-
Move external library codec registration to a separate section after all libavcodecSun, 04 Nov 2007 01:25:21 +0000, by diego
-
Add decoding support for variable block size FLAC files using the latest FLAC libavcodecSun, 04 Nov 2007 00:06:33 +0000, by jbr
-
Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson. libavcodecSat, 03 Nov 2007 23:54:50 +0000, by jbr
-
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM libavcodecSat, 03 Nov 2007 14:34:25 +0000, by banan
-
Split Musepack decoder into SV7 decoder and synth core libavcodecFri, 02 Nov 2007 06:40:42 +0000, by kostya
-
remove useless initialization to 0 of adx context libavcodecThu, 01 Nov 2007 17:50:05 +0000, by aurel
-
simplify dpcm decoders declaration using a macro libavcodecThu, 01 Nov 2007 16:04:30 +0000, by aurel
-
don't register adpcm encoders which are not implemented libavcodecThu, 01 Nov 2007 15:51:51 +0000, by aurel
-
prefer our native vorbis decoder over libvorbis libavcodecWed, 31 Oct 2007 22:39:10 +0000, by michael