Mercurial > libavcodec.hg
graph
-
Declare parameters of pred() that could be const as such libavcodecThu, 17 Jul 2008 23:02:52 +0000, by vitor
-
100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the libavcodecThu, 17 Jul 2008 17:42:44 +0000, by michael
-
Free in avcodec_close() avctx->rc_eq. Fix a memory leak. libavcodecWed, 16 Jul 2008 22:10:34 +0000, by stefano
-
The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodecWed, 16 Jul 2008 02:10:21 +0000, by michael
-
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodecWed, 16 Jul 2008 00:50:12 +0000, by lorenm
-
unroll another common case in vorbis_residue_decode libavcodecTue, 15 Jul 2008 23:01:15 +0000, by lorenm
-
Move the size of the H264Context delayed_pic array into a #define. libavcodecTue, 15 Jul 2008 21:30:04 +0000, by astrange
-
10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples libavcodecTue, 15 Jul 2008 04:11:30 +0000, by lorenm
-
H264: fix index range assert() in remove_short_at_index() libavcodecMon, 14 Jul 2008 19:17:13 +0000, by mru
-
Make our flac decoder decode all the data at EOF. libavcodecSun, 13 Jul 2008 21:51:29 +0000, by michael
-
strdup() the default value for rc_eq in AVCodec when setting it in libavcodecSun, 13 Jul 2008 21:44:00 +0000, by stefano
-
Fix the logic to access the location of a string to free when setting libavcodecSun, 13 Jul 2008 21:28:17 +0000, by stefano
-
Do not declare as double a var that only stores a float libavcodecSun, 13 Jul 2008 20:38:42 +0000, by vitor
-
check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodecSun, 13 Jul 2008 20:03:57 +0000, by reimar
-
Add av_clipf() function to common.h and use it in ra288.c libavcodecSun, 13 Jul 2008 19:59:44 +0000, by vitor
-
mlpdec: Check for bits left before each read of End-of-Stream indicator and libavcodecSun, 13 Jul 2008 14:59:39 +0000, by ramiro
-
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodecSun, 13 Jul 2008 14:27:48 +0000, by ramiro
-
clip MS ADPCM predictor range to correct [0..6] range, not [0..7] libavcodecSun, 13 Jul 2008 14:25:31 +0000, by reimar
-
Use bytestream and AV_RL* functions in ADPCM code where possible libavcodecSun, 13 Jul 2008 14:12:51 +0000, by reimar
-
Fix MS ADPCM de- and encoding: first and second sample are swapped. libavcodecSun, 13 Jul 2008 14:08:28 +0000, by reimar
-
mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter libavcodecSun, 13 Jul 2008 12:23:02 +0000, by mru
-
Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER libavcodecSun, 13 Jul 2008 00:07:43 +0000, by mru
-
Fix pts handling when encoding with libschroedinger, closes issue 453. libavcodecSat, 12 Jul 2008 20:12:18 +0000, by diego
-
Use new style static VLC tables for IMC decoder. libavcodecSat, 12 Jul 2008 15:02:40 +0000, by reimar
-
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov libavcodecSat, 12 Jul 2008 09:23:37 +0000, by reimar
-
Change MS ADPCM table so they fit into int8_t and change array type. libavcodecFri, 11 Jul 2008 21:38:42 +0000, by reimar
-
Check that we have enough output space available. libavcodecFri, 11 Jul 2008 19:45:52 +0000, by michael
-
Deprecate avcodec_build(), it returns the same value as libavcodecFri, 11 Jul 2008 15:25:12 +0000, by andoma