Sat, 11 Aug 2007 22:48:55 +0000 |
aurel |
use av_clip_int16() where it makes sense
libavcodec
|
Fri, 10 Aug 2007 19:28:28 +0000 |
michael |
ensure that default_get_buffer() doesnt reuse images if the dimension or
libavcodec
|
Fri, 10 Aug 2007 19:23:14 +0000 |
bcoudurier |
dnxhd 120 interlaced support
libavcodec
|
Thu, 09 Aug 2007 17:01:15 +0000 |
romansh |
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
libavcodec
|
Thu, 09 Aug 2007 01:08:28 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:57:36 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:54:41 +0000 |
alex |
fix compilation with TRACE enabled
libavcodec
|
Thu, 09 Aug 2007 00:39:35 +0000 |
jbr |
cosmetics: vertical alignment
libavcodec
|
Thu, 09 Aug 2007 00:36:49 +0000 |
jbr |
comments modification: add, clean up, Doxygenize, and reword
libavcodec
|
Thu, 09 Aug 2007 00:16:27 +0000 |
alex |
use reget_buffer and remove internal copying of buffer - codec works again
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Wed, 08 Aug 2007 23:58:23 +0000 |
romansh |
* getting rid of code duplication
libavcodec
|
Wed, 08 Aug 2007 22:54:47 +0000 |
alex |
use get_unary from bitstream.h
libavcodec
|
Wed, 08 Aug 2007 22:36:12 +0000 |
alex |
use get_unary from bitstream.h
libavcodec
|
Wed, 08 Aug 2007 20:38:30 +0000 |
alex |
copy get_unary from vc1
libavcodec
|
Wed, 08 Aug 2007 20:27:18 +0000 |
alex |
debug: tell how much bits are skipped with unknown nal code
libavcodec
|
Wed, 08 Aug 2007 07:04:23 +0000 |
benoit |
kill warning
libavcodec
|
Tue, 07 Aug 2007 12:53:22 +0000 |
vitor |
More indentation
libavcodec
|
Tue, 07 Aug 2007 12:50:41 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Tue, 07 Aug 2007 12:44:23 +0000 |
vitor |
Rename function
libavcodec
|
Tue, 07 Aug 2007 00:02:29 +0000 |
jbr |
enable the native AC-3 decoder
libavcodec
|
Mon, 06 Aug 2007 23:34:41 +0000 |
michael |
make output buffer larger so drift compensation can work
libavcodec
|
Mon, 06 Aug 2007 19:49:18 +0000 |
banan |
Don't encode the first sample twice.
libavcodec
|
Mon, 06 Aug 2007 08:42:05 +0000 |
bcoudurier |
cosmetic, indentation
libavcodec
|
Sun, 05 Aug 2007 21:48:46 +0000 |
jbr |
cosmetics: blank lines, remove some comments
libavcodec
|
Sun, 05 Aug 2007 21:34:33 +0000 |
jbr |
add pointer to the parent context for use with av_log()
libavcodec
|
Sun, 05 Aug 2007 21:10:09 +0000 |
jbr |
use array for dynamic range scaling factors
libavcodec
|
Sun, 05 Aug 2007 20:03:37 +0000 |
michael |
make wmv1 and wmv2 playable with M$ DMO decoder
libavcodec
|
Sun, 05 Aug 2007 19:36:35 +0000 |
jbr |
add dialogue normalization
libavcodec
|
Sun, 05 Aug 2007 13:41:44 +0000 |
bcoudurier |
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf
libavcodec
|
Sun, 05 Aug 2007 12:11:34 +0000 |
reimar |
Add proper license header
libavcodec
|
Sun, 05 Aug 2007 12:11:31 +0000 |
reimar |
Remove AVCodecContext parameter from parse_timecode function
libavcodec
|
Sun, 05 Aug 2007 12:11:28 +0000 |
reimar |
Fix deinterlacing for odd height
libavcodec
|
Sun, 05 Aug 2007 12:11:26 +0000 |
reimar |
Deinterlace xsub subtitles
libavcodec
|
Sun, 05 Aug 2007 12:11:24 +0000 |
reimar |
Colours except background should not be transparent
libavcodec
|
Sun, 05 Aug 2007 12:11:22 +0000 |
reimar |
get rid of av_rescale_q, it does not work as intended.
libavcodec
|
Sun, 05 Aug 2007 12:11:20 +0000 |
reimar |
get rid of xsubdec array and calculate value instead
libavcodec
|
Sun, 05 Aug 2007 12:11:18 +0000 |
reimar |
10l, runbits order was reversed
libavcodec
|
Sun, 05 Aug 2007 12:11:13 +0000 |
reimar |
100l, wrong argument to av_freep
libavcodec
|
Sun, 05 Aug 2007 12:11:11 +0000 |
reimar |
Add forgotten xsub timecode parsing
libavcodec
|
Sun, 05 Aug 2007 12:11:09 +0000 |
reimar |
First version of xsub decoder, not yet tested
libavcodec
|
Sun, 05 Aug 2007 05:56:34 +0000 |
kostya |
Add the handling of the INT32INFO block to the WavPack decoder.
libavcodec
|
Sun, 05 Aug 2007 00:29:02 +0000 |
lorenm |
prevent huffyuv from generating codewords of length 32. (regression in r9069)
libavcodec
|
Sat, 04 Aug 2007 22:32:17 +0000 |
jbr |
add support for downmixing to stereo or mono
libavcodec
|
Sat, 04 Aug 2007 20:59:22 +0000 |
jbr |
use dsputil for float to signed 16-bit sample conversion
libavcodec
|
Sat, 04 Aug 2007 20:49:39 +0000 |
diego |
Add support for grayscale MJPEG streams sent by Axis cameras such as the
libavcodec
|
Sat, 04 Aug 2007 20:32:57 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 04 Aug 2007 19:19:48 +0000 |
jbr |
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels.
libavcodec
|
Sat, 04 Aug 2007 15:01:21 +0000 |
jbr |
there are only 4 rematrixing bands
libavcodec
|
Sat, 04 Aug 2007 13:52:56 +0000 |
jbr |
cosmetics: use more appropriate names for iterator variables.
libavcodec
|
Sat, 04 Aug 2007 13:41:33 +0000 |
bcoudurier |
move dnxhd data tables to separate file
libavcodec
|
Sat, 04 Aug 2007 13:30:37 +0000 |
jbr |
move some variables to a more local scope.
libavcodec
|
Sat, 04 Aug 2007 13:26:46 +0000 |
jbr |
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code).
libavcodec
|
Sat, 04 Aug 2007 13:26:29 +0000 |
bcoudurier |
dnxhd 120 progressive support
libavcodec
|
Sat, 04 Aug 2007 13:18:30 +0000 |
bcoudurier |
indentation
libavcodec
|
Sat, 04 Aug 2007 13:17:53 +0000 |
bcoudurier |
dnxhd 185 interlaced support
libavcodec
|
Sat, 04 Aug 2007 13:10:16 +0000 |
bcoudurier |
cosmetic
libavcodec
|
Sat, 04 Aug 2007 13:09:08 +0000 |
bcoudurier |
no need to duplicate cid table vars in context
libavcodec
|
Sat, 04 Aug 2007 13:03:12 +0000 |
bcoudurier |
10l, use correct cid table
libavcodec
|
Sat, 04 Aug 2007 12:59:49 +0000 |
bcoudurier |
add coding unit size for interlaced decoding
libavcodec
|
Sat, 04 Aug 2007 12:43:31 +0000 |
bcoudurier |
should be more correct
libavcodec
|
Sat, 04 Aug 2007 12:21:00 +0000 |
michael |
indent
libavcodec
|
Sat, 04 Aug 2007 12:04:41 +0000 |
jbr |
cosmetics: use braces when it makes the code easier to read.
libavcodec
|
Sat, 04 Aug 2007 11:55:10 +0000 |
jbr |
change AC3DecodeContext variable to local variable
libavcodec
|
Sat, 04 Aug 2007 11:39:47 +0000 |
jbr |
use array instead of bitmask
libavcodec
|
Sat, 04 Aug 2007 11:01:11 +0000 |
michael |
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.
libavcodec
|
Sat, 04 Aug 2007 03:27:05 +0000 |
jbr |
use table for converting dynamic range codes to scale factors
libavcodec
|
Sat, 04 Aug 2007 03:21:17 +0000 |
jbr |
use floating-point mantissa dequantization tables
libavcodec
|
Sat, 04 Aug 2007 01:14:14 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 04 Aug 2007 01:13:08 +0000 |
jbr |
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off.
libavcodec
|
Sat, 04 Aug 2007 00:12:23 +0000 |
jbr |
simplify coefficient decoding
libavcodec
|
Sat, 04 Aug 2007 00:04:17 +0000 |
jbr |
merge decoding of coupling channel coefficients and regular channel coefficients
libavcodec
|
Fri, 03 Aug 2007 23:53:53 +0000 |
jbr |
split out coupling coefficient reconstruction into a separate function
libavcodec
|
Fri, 03 Aug 2007 16:43:11 +0000 |
diego |
Reduce Theora decoder verbosity.
libavcodec
|
Thu, 02 Aug 2007 20:49:42 +0000 |
michael |
output last frame if seq end code is encountered
libavcodec
|
Thu, 02 Aug 2007 07:42:06 +0000 |
diego |
Remove unused variable.
libavcodec
|
Thu, 02 Aug 2007 01:28:37 +0000 |
michael |
simplify s->mv_dir init
libavcodec
|
Wed, 01 Aug 2007 22:39:03 +0000 |
michael |
get rid of mb_type_len
libavcodec
|
Wed, 01 Aug 2007 22:12:52 +0000 |
michael |
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
libavcodec
|
Wed, 01 Aug 2007 21:17:26 +0000 |
michael |
exchange if() and for() in the MT_FIELD case
libavcodec
|
Wed, 01 Aug 2007 21:05:58 +0000 |
michael |
exchange for() and if() order in the MT_FRAME case
libavcodec
|
Wed, 01 Aug 2007 20:44:08 +0000 |
mhoffman |
making reference models have the same API
libavcodec
|
Wed, 01 Aug 2007 20:37:41 +0000 |
michael |
change
libavcodec
|
Wed, 01 Aug 2007 20:04:12 +0000 |
michael |
merge another 2 if() to save a few cpu cycles
libavcodec
|
Wed, 01 Aug 2007 19:37:28 +0000 |
michael |
reorder if() so that the condition can be simplified
libavcodec
|
Wed, 01 Aug 2007 19:26:24 +0000 |
michael |
merge/simplify 2 if()
libavcodec
|
Wed, 01 Aug 2007 19:17:36 +0000 |
michael |
merge 2 if()
libavcodec
|
Wed, 01 Aug 2007 13:18:23 +0000 |
bcoudurier |
use buf_ptr to correctly decode second field
libavcodec
|
Wed, 01 Aug 2007 01:13:58 +0000 |
jbr |
align array used in mdct. fixes segfault.
libavcodec
|
Wed, 01 Aug 2007 01:01:03 +0000 |
michael |
use ENABLE_GRAY
libavcodec
|
Wed, 01 Aug 2007 00:39:39 +0000 |
michael |
make grayscale only decoding checks in inner loops compiletime killable
libavcodec
|
Tue, 31 Jul 2007 21:39:09 +0000 |
michael |
move some code which was executed for every skipped MB so it is only executed
libavcodec
|
Tue, 31 Jul 2007 21:00:17 +0000 |
michael |
get rid of a useless variable
libavcodec
|
Tue, 31 Jul 2007 20:52:49 +0000 |
michael |
avoid 2 additions (1 cpu cycle) per MB
libavcodec
|
Tue, 31 Jul 2007 20:44:48 +0000 |
michael |
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it
libavcodec
|
Tue, 31 Jul 2007 16:22:57 +0000 |
takis |
Fix typo
libavcodec
|
Tue, 31 Jul 2007 14:51:21 +0000 |
benoit |
fix mem leak
libavcodec
|
Tue, 31 Jul 2007 06:55:48 +0000 |
diego |
Identifiers starting with underscores are reserved.
libavcodec
|
Mon, 30 Jul 2007 21:19:36 +0000 |
gpoirier |
fix cabac decoding with some Blue-Ray sources
libavcodec
|
Mon, 30 Jul 2007 18:05:46 +0000 |
romansh |
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32
libavcodec
|
Mon, 30 Jul 2007 13:58:17 +0000 |
takis |
Handle malloc failure
libavcodec
|
Mon, 30 Jul 2007 02:05:16 +0000 |
michael |
support silly PCM variant used by zork nemesis
libavcodec
|
Sun, 29 Jul 2007 21:34:31 +0000 |
michael |
prevent assert failure with negative quant_offset
libavcodec
|
Sun, 29 Jul 2007 19:21:56 +0000 |
michael |
warn user if max=bitrate && max > min
libavcodec
|
Sun, 29 Jul 2007 13:32:53 +0000 |
michael |
support raw 4bpp avi
libavcodec
|
Sun, 29 Jul 2007 10:11:12 +0000 |
michael |
make the reference code use double instead of float where it is easy
libavcodec
|
Sun, 29 Jul 2007 09:58:36 +0000 |
michael |
print max and mse
libavcodec
|
Sun, 29 Jul 2007 04:04:21 +0000 |
kostya |
Make bicubic interpolation standard compliant
libavcodec
|
Sun, 29 Jul 2007 00:58:32 +0000 |
jbr |
simplify stereo rematrixing
libavcodec
|
Sun, 29 Jul 2007 00:35:30 +0000 |
jbr |
change 2 fields from context to local variables
libavcodec
|
Sat, 28 Jul 2007 20:50:25 +0000 |
jbr |
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion
libavcodec
|
Sat, 28 Jul 2007 19:33:19 +0000 |
jbr |
remove broken downmixing. will add new implementation later.
libavcodec
|
Sat, 28 Jul 2007 18:26:43 +0000 |
takis |
Take care of some renames (Doxygen and function name) after the previous pure rename patch.
libavcodec
|
Sat, 28 Jul 2007 18:23:35 +0000 |
takis |
Rename h264dsp.c to h264dspenc.c
libavcodec
|
Sat, 28 Jul 2007 12:50:28 +0000 |
diego |
Ahem, fix typos overlooked in last commit.
libavcodec
|
Sat, 28 Jul 2007 12:46:26 +0000 |
diego |
cosmetics: misc typo fixes
libavcodec
|
Fri, 27 Jul 2007 16:31:54 +0000 |
takis |
Replace a return of -1 with ENOMEM.
libavcodec
|
Fri, 27 Jul 2007 11:37:56 +0000 |
michael |
detect voxware (closes issue39)
libavcodec
|
Thu, 26 Jul 2007 15:47:43 +0000 |
michael |
remove "Advanced Prediction Mode not supported" spam
libavcodec
|
Thu, 26 Jul 2007 15:46:43 +0000 |
michael |
also support DEBUG_PICT_INFO for h263i
libavcodec
|