Fri, 24 Aug 2007 14:57:46 +0000 |
diego |
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
libavcodec
|
Fri, 24 Aug 2007 14:18:09 +0000 |
michael |
int->uint8_t
libavcodec
|
Fri, 24 Aug 2007 14:02:02 +0000 |
michael |
int->int8_t (no need for them to be int ...)
libavcodec
|
Thu, 23 Aug 2007 20:28:28 +0000 |
reimar |
Add request_channels member to AVCodecContext so we now have a proper
libavcodec
|
Thu, 23 Aug 2007 10:49:14 +0000 |
michael |
use more bits on the encoder side
libavcodec
|
Thu, 23 Aug 2007 07:02:27 +0000 |
lucabe |
Initialize the "stc" variable before using it in ff_find_start_code()
libavcodec
|
Wed, 22 Aug 2007 22:46:39 +0000 |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
libavcodec
|
Wed, 22 Aug 2007 17:26:49 +0000 |
michael |
simplify
libavcodec
|
Wed, 22 Aug 2007 15:03:14 +0000 |
benoit |
right filename in doxygen comment
libavcodec
|
Wed, 22 Aug 2007 13:19:10 +0000 |
diego |
cosmetics: alphabetical order
libavcodec
|
Wed, 22 Aug 2007 13:04:10 +0000 |
diego |
Simplify preprocessor directives.
libavcodec
|
Wed, 22 Aug 2007 12:54:49 +0000 |
mhoffman |
make clean bfin
libavcodec
|
Wed, 22 Aug 2007 12:41:16 +0000 |
diego |
Identifiers starting with underscores are reserved.
libavcodec
|
Tue, 21 Aug 2007 18:24:08 +0000 |
aurel |
parsers and bsfs declarations are not meant to be part of public API
libavcodec
|
Tue, 21 Aug 2007 16:29:40 +0000 |
michael |
Change rounding of the horizontal DWT to match the vertical one.
libavcodec
|
Tue, 21 Aug 2007 15:48:08 +0000 |
aurel |
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h
libavcodec
|
Tue, 21 Aug 2007 00:05:30 +0000 |
michael |
remove code which become unused by the previous changes
libavcodec
|
Tue, 21 Aug 2007 00:03:18 +0000 |
michael |
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)
libavcodec
|
Tue, 21 Aug 2007 00:02:19 +0000 |
michael |
Simplify and optimize the 4th vertical lifting step of the MMX code
libavcodec
|
Mon, 20 Aug 2007 23:59:20 +0000 |
michael |
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd
libavcodec
|
Mon, 20 Aug 2007 23:54:49 +0000 |
michael |
simplify, speedup and reduce needed headroom by 2 bits in the 3rd
libavcodec
|
Mon, 20 Aug 2007 23:11:05 +0000 |
michael |
replace <<1 by add for SSE2 (untested)
libavcodec
|
Mon, 20 Aug 2007 23:09:39 +0000 |
michael |
replace <<1 by add
libavcodec
|
Mon, 20 Aug 2007 23:02:59 +0000 |
michael |
slightly change horizontal lift3 so it needs 1 bit less headroom
libavcodec
|
Mon, 20 Aug 2007 22:41:47 +0000 |
michael |
remove idiotc double subtraction from the sse2 code (untested, no sse2 here)
libavcodec
|
Mon, 20 Aug 2007 22:34:42 +0000 |
michael |
fixme note
libavcodec
|
Mon, 20 Aug 2007 22:29:21 +0000 |
michael |
and of course the unneeded double subtractions were blindly put in the
libavcodec
|
Mon, 20 Aug 2007 22:26:49 +0000 |
michael |
more stupid double subtractions
libavcodec
|
Mon, 20 Aug 2007 22:18:26 +0000 |
michael |
get rid of idiotc double subtraction
libavcodec
|
Sun, 19 Aug 2007 20:34:27 +0000 |
banan |
Cosmetics, indentation.
libavcodec
|
Sun, 19 Aug 2007 20:31:53 +0000 |
banan |
Trellis quantization support for adpcm_swf.
libavcodec
|
Sun, 19 Aug 2007 12:36:15 +0000 |
reimar |
Use defines instead of raw hex numbers to specify CRC polynomials
libavcodec
|
Wed, 15 Aug 2007 21:19:13 +0000 |
ramiro |
CONFIG_7REGS -> HAVE_7REGS
libavcodec
|
Wed, 15 Aug 2007 12:59:27 +0000 |
marco |
Make the Golomb decoder work for Dirac
libavcodec
|
Tue, 14 Aug 2007 22:28:09 +0000 |
gpoirier |
Statements like a = b = c = d = e; store from right-to-left, so if
libavcodec
|
Mon, 13 Aug 2007 22:55:04 +0000 |
ramiro |
Introduce AVERROR_PATCHWELCOME
libavcodec
|
Mon, 13 Aug 2007 17:57:06 +0000 |
diego |
Move msmpeg4 tables from a header file to msmpegdata.c.
libavcodec
|
Mon, 13 Aug 2007 15:28:29 +0000 |
ramiro |
Add attribute that forces alignment of stack to functions that need it.
libavcodec
|
Mon, 13 Aug 2007 14:16:20 +0000 |
mhoffman |
special handling for vp3 idct, use the c reference
libavcodec
|
Mon, 13 Aug 2007 13:20:16 +0000 |
michael |
use bytestream_get_le*() this also fixes a big endian bug
libavcodec
|
Mon, 13 Aug 2007 05:36:50 +0000 |
kostya |
Support for WavPack version 0x410 (false stereo chunks)
libavcodec
|
Mon, 13 Aug 2007 05:35:48 +0000 |
kostya |
Rename flag for consistency with the next commit
libavcodec
|
Mon, 13 Aug 2007 05:23:38 +0000 |
conrad |
Add av_get_bits_per_sample_format()
libavcodec
|
Mon, 13 Aug 2007 01:06:04 +0000 |
michael |
fix type 3 aka skipped blocks for old version
libavcodec
|
Mon, 13 Aug 2007 01:05:19 +0000 |
michael |
fix motion vectors for old version
libavcodec
|
Mon, 13 Aug 2007 00:56:26 +0000 |
michael |
set pix_fmt properly depending on version
libavcodec
|
Mon, 13 Aug 2007 00:55:39 +0000 |
michael |
use version instead of some random 32bit value to switch between 16 and
libavcodec
|
Mon, 13 Aug 2007 00:53:55 +0000 |
michael |
replace vlc_type by version and set that from codec_tag which contains the
libavcodec
|
Sun, 12 Aug 2007 15:47:27 +0000 |
michael |
support ifr2 from Toy-Story2_better-image-quality.4xa
libavcodec
|
Sun, 12 Aug 2007 13:50:06 +0000 |
gpoirier |
use shorter types vec_"type" instead of the too long vector "type"
libavcodec
|
Sun, 12 Aug 2007 12:22:19 +0000 |
michael |
add second vlc table
libavcodec
|
Sun, 12 Aug 2007 00:07:29 +0000 |
conrad |
Don't check the return value of decode_cabac_residual since it always
libavcodec
|
Sat, 11 Aug 2007 23:29:21 +0000 |
aurel |
more usage of av_clip()
libavcodec
|
Sat, 11 Aug 2007 23:23:20 +0000 |
aurel |
one more simplification
libavcodec
|
Sat, 11 Aug 2007 23:17:03 +0000 |
aurel |
various simplifications around recent av_clip_int16() usage
libavcodec
|
Sat, 11 Aug 2007 23:09:28 +0000 |
michael |
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
libavcodec
|
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
|
Thu, 26 Jul 2007 15:44:46 +0000 |
michael |
move show_pict_info() to its own function
libavcodec
|
Wed, 25 Jul 2007 19:34:31 +0000 |
aurel |
remove wrong const qualifier
libavcodec
|
Wed, 25 Jul 2007 05:09:54 +0000 |
stefang |
have less functions as inline
libavcodec
|
Tue, 24 Jul 2007 18:21:40 +0000 |
vitor |
Minor cosmetics
libavcodec
|
Tue, 24 Jul 2007 14:17:13 +0000 |
takis |
Update the dvdsub parser to be able to parse HD-DVD subtitle packets.
libavcodec
|
Tue, 24 Jul 2007 13:05:28 +0000 |
takis |
Reindent two lines.
libavcodec
|
Tue, 24 Jul 2007 13:04:47 +0000 |
takis |
Add HD-DVD subpicture decoding.
libavcodec
|
Tue, 24 Jul 2007 13:03:13 +0000 |
takis |
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit
libavcodec
|
Tue, 24 Jul 2007 09:59:54 +0000 |
gpoirier |
increase buffer size of LAME MP3 encoder
libavcodec
|
Tue, 24 Jul 2007 08:54:56 +0000 |
aurel |
help some gcc version to optimize out those functions
libavcodec
|
Tue, 24 Jul 2007 02:08:27 +0000 |
jbr |
simplify snr offset and bit allocation
libavcodec
|
Tue, 24 Jul 2007 01:43:47 +0000 |
jbr |
only use sized data types when necessary
libavcodec
|
Tue, 24 Jul 2007 01:35:25 +0000 |
jbr |
set bit allocation parameters directly instead of copying
libavcodec
|
Mon, 23 Jul 2007 22:47:49 +0000 |
jbr |
use enum value instead of numerical value for acmod
libavcodec
|
Mon, 23 Jul 2007 22:23:37 +0000 |
jbr |
use consistent data type for exponents. needs to be int8_t to pass to bit allocation.
libavcodec
|
Mon, 23 Jul 2007 22:16:15 +0000 |
jbr |
change some bit masks to arrays
libavcodec
|
Sat, 21 Jul 2007 17:03:30 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 21 Jul 2007 16:28:12 +0000 |
jbr |
Use shared AC-3 header parsing. Move some initializations to block parsing function.
libavcodec
|
Sat, 21 Jul 2007 13:56:04 +0000 |
jbr |
don't need to synchronize in the decoder. the parser does that already.
libavcodec
|
Sat, 21 Jul 2007 11:54:19 +0000 |
jbr |
get rid of an ugly macro
libavcodec
|
Fri, 20 Jul 2007 15:09:10 +0000 |
takis |
Return AVERROR(EINVAL) when invalid width and/or height are specified to
libavcodec
|
Fri, 20 Jul 2007 15:08:10 +0000 |
takis |
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
libavcodec
|
Thu, 19 Jul 2007 15:56:56 +0000 |
gpoirier |
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly
libavcodec
|
Thu, 19 Jul 2007 08:47:07 +0000 |
takis |
Fix the self tests which are contained in some codecs and are using random().
libavcodec
|
Thu, 19 Jul 2007 08:46:28 +0000 |
takis |
Fix the compilation of dct-test, fft-test and motion-test which are using
libavcodec
|
Thu, 19 Jul 2007 02:21:14 +0000 |
jbr |
don't need to define ALT_BITSTREAM_READER
libavcodec
|
Thu, 19 Jul 2007 02:16:20 +0000 |
jbr |
update license header. add copyright for myself. correct and complete the statement about liba52.
libavcodec
|
Thu, 19 Jul 2007 02:09:58 +0000 |
jbr |
revise comment for exponent decoding function
libavcodec
|
Thu, 19 Jul 2007 02:04:05 +0000 |
jbr |
new implementation of exponent decoding
libavcodec
|
Thu, 19 Jul 2007 00:51:19 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Thu, 19 Jul 2007 00:50:31 +0000 |
jbr |
remove portions of bit allocation which are no longer needed since they are shared with the encoder
libavcodec
|
Wed, 18 Jul 2007 20:23:43 +0000 |
vitor |
Another minor simplification
libavcodec
|
Wed, 18 Jul 2007 18:40:03 +0000 |
banan |
Set the step index correctly for flash adpcm. Patch by Baptiste
libavcodec
|
Wed, 18 Jul 2007 18:35:03 +0000 |
banan |
Calculate the correct blocksize for flash adpcm. Patch by Baptiste
libavcodec
|
Wed, 18 Jul 2007 15:36:45 +0000 |
benoit |
fix mem leak
libavcodec
|
Wed, 18 Jul 2007 14:45:01 +0000 |
vitor |
Make deinterlace_16 receive an array as a parameter and not two separated vars
libavcodec
|
Wed, 18 Jul 2007 14:37:39 +0000 |
vitor |
Minor simplification
libavcodec
|
Wed, 18 Jul 2007 14:36:30 +0000 |
vitor |
Yet more cosmetics
libavcodec
|
Wed, 18 Jul 2007 14:29:14 +0000 |
vitor |
More cosmetics
libavcodec
|
Wed, 18 Jul 2007 14:15:14 +0000 |
vitor |
Remove reimplementation of av_log2
libavcodec
|
Wed, 18 Jul 2007 08:11:16 +0000 |
benoit |
add YUV440P and YUVJ440P support
libavcodec
|
Wed, 18 Jul 2007 06:45:47 +0000 |
vitor |
Test for supported number of channels
libavcodec
|
Wed, 18 Jul 2007 06:27:37 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Wed, 18 Jul 2007 06:17:20 +0000 |
vitor |
Cosmetics: alignment
libavcodec
|
Wed, 18 Jul 2007 06:06:21 +0000 |
vitor |
Remove more code duplication. Based on a patch by Matthieu Castet.
libavcodec
|
Tue, 17 Jul 2007 23:51:34 +0000 |
vitor |
Move var. declaration to allow further clean up
libavcodec
|
Tue, 17 Jul 2007 22:05:33 +0000 |
vitor |
Remove code duplication. Based on a patch by Matthieu Castet.
libavcodec
|
Tue, 17 Jul 2007 13:35:16 +0000 |
alex |
set codec_type on init
libavcodec
|
Tue, 17 Jul 2007 12:57:50 +0000 |
diego |
typo fixes
libavcodec
|
Tue, 17 Jul 2007 12:33:14 +0000 |
benoit |
create colorspace.h and use it where appropriate
libavcodec
|
Tue, 17 Jul 2007 11:06:12 +0000 |
mhoffman |
fixpoint: renaming all lowlevel arithmetic routines to xxx_float
libavcodec
|
Tue, 17 Jul 2007 07:12:40 +0000 |
benoit |
Don't segfault if an empty codebook gets used.
libavcodec
|
Tue, 17 Jul 2007 04:06:03 +0000 |
romansh |
* making profile selection a bit more tolerant to the badly broken streams
libavcodec
|
Tue, 17 Jul 2007 00:36:47 +0000 |
mhoffman |
cosmetics: adding some white space to align the arguments of a couple of functions
libavcodec
|
Mon, 16 Jul 2007 21:05:16 +0000 |
mru |
remove useless #ifdef CONFIG_ZLIB from zmbv decoder
libavcodec
|
Mon, 16 Jul 2007 14:45:54 +0000 |
mhoffman |
float_t was a typo that compiled on macosx
libavcodec
|
Mon, 16 Jul 2007 13:24:43 +0000 |
mhoffman |
fixpoint: move cplscales to context structure and provide hook for data format conversion
libavcodec
|
Mon, 16 Jul 2007 12:32:41 +0000 |
mhoffman |
fixpoint: lowlevel functional abstraction for all buffer arithmetics
libavcodec
|
Mon, 16 Jul 2007 11:52:46 +0000 |
mhoffman |
fixpoint: separate windowing arithmetic imlt_window_float
libavcodec
|
Mon, 16 Jul 2007 11:25:56 +0000 |
mhoffman |
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation
libavcodec
|
Mon, 16 Jul 2007 01:28:58 +0000 |
mhoffman |
separating saturation codes so that we can support other data formats
libavcodec
|
Sun, 15 Jul 2007 22:06:08 +0000 |
mhoffman |
moving automatic allocation of joint_decode/decode_buffer
libavcodec
|
Sun, 15 Jul 2007 21:48:17 +0000 |
mhoffman |
cosmetic changing hardwired 20 to SUBBAND_SIZE
libavcodec
|
Sun, 15 Jul 2007 19:32:31 +0000 |
mru |
remove superfluous #include
libavcodec
|
Sun, 15 Jul 2007 19:23:55 +0000 |
mru |
hardly anything in PNGContext is shared; split it
libavcodec
|
Sun, 15 Jul 2007 19:03:12 +0000 |
gpoirier |
fix visual painting of MVs from h264: they are painted twice too long
libavcodec
|
Sun, 15 Jul 2007 18:24:26 +0000 |
mru |
separate en/decoder specific parts from png.c
libavcodec
|
Sun, 15 Jul 2007 14:47:39 +0000 |
jbr |
fix the 256-point MDCT
libavcodec
|
Sun, 15 Jul 2007 13:53:42 +0000 |
jbr |
use shared ac3 bit allocation function
libavcodec
|
Sun, 15 Jul 2007 01:38:13 +0000 |
jbr |
no need for the decoder to have the license as a prefix
libavcodec
|
Sun, 15 Jul 2007 01:35:46 +0000 |
jbr |
remove a debugging function and variable, and remove the commented-out code which uses them.
libavcodec
|
Sun, 15 Jul 2007 01:32:04 +0000 |
jbr |
ABS -> FFABS
libavcodec
|
Sun, 15 Jul 2007 01:31:09 +0000 |
jbr |
move some common values to ac3.h and utilize them
libavcodec
|
Sat, 14 Jul 2007 23:57:05 +0000 |
jbr |
use random number generator from libavutil
libavcodec
|
Sat, 14 Jul 2007 22:17:23 +0000 |
jbr |
10l to me. I accidentally removed a word.
libavcodec
|
Sat, 14 Jul 2007 18:53:56 +0000 |
jbr |
revise license header for simplicity and consistency
libavcodec
|
Sat, 14 Jul 2007 17:14:16 +0000 |
aurel |
Remove redundant assignment of CODEC_ID_BMP.
libavcodec
|
Sat, 14 Jul 2007 16:07:56 +0000 |
jbr |
make ac3dec.c GPL until violations are fixed
libavcodec
|
Sat, 14 Jul 2007 16:06:14 +0000 |
jbr |
AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr
libavcodec
|
Sat, 14 Jul 2007 16:05:39 +0000 |
jbr |
AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan
libavcodec
|
Sat, 14 Jul 2007 16:05:13 +0000 |
jbr |
AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan
libavcodec
|
Sat, 14 Jul 2007 16:04:40 +0000 |
jbr |
AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:04:17 +0000 |
jbr |
AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:03:47 +0000 |
jbr |
AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan
libavcodec
|
Sat, 14 Jul 2007 16:03:14 +0000 |
jbr |
AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:02:32 +0000 |
jbr |
AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:02:08 +0000 |
jbr |
AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:01:44 +0000 |
jbr |
AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:01:14 +0000 |
jbr |
AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:00:38 +0000 |
jbr |
AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:00:05 +0000 |
jbr |
AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:59:25 +0000 |
jbr |
AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:58:42 +0000 |
jbr |
AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:57:51 +0000 |
jbr |
AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:56:55 +0000 |
jbr |
AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:51:00 +0000 |
jbr |
AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:49:12 +0000 |
jbr |
AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:48:28 +0000 |
jbr |
AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:42:15 +0000 |
jbr |
AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:41:27 +0000 |
jbr |
AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:38:39 +0000 |
jbr |
AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 13:23:26 +0000 |
aurel |
The mpegaudio parser depends on mpegaudiodata.o.
libavcodec
|
Sat, 14 Jul 2007 13:14:28 +0000 |
aurel |
Allow selecting only the vp6f decoder.
libavcodec
|
Sat, 14 Jul 2007 13:11:15 +0000 |
aurel |
The svq3 decoder depends on h264idct.o and also requires h264_parser.
libavcodec
|
Fri, 13 Jul 2007 13:04:55 +0000 |
diego |
Replace non-existing @fixme doxygen tags with @todo.
libavcodec
|
Fri, 13 Jul 2007 00:06:46 +0000 |
vitor |
Make "channels" variable mean the number of channels, not the number of
libavcodec
|
Thu, 12 Jul 2007 22:55:35 +0000 |
mru |
indent
libavcodec
|
Thu, 12 Jul 2007 22:55:34 +0000 |
mru |
remove useless LclDecContext.avctx field
libavcodec
|
Thu, 12 Jul 2007 22:46:13 +0000 |
mru |
forgot to rm lcl.c
libavcodec
|
Thu, 12 Jul 2007 22:40:33 +0000 |
mru |
split lcl.c into lcldec.c, lclenc.c, lcl.h
libavcodec
|
Thu, 12 Jul 2007 08:22:28 +0000 |
benoit |
map warning levels between libx264 and libavutil
libavcodec
|
Thu, 12 Jul 2007 00:23:53 +0000 |
diego |
license header consistency: Remove redundant "all rights reserved" statement
libavcodec
|
Wed, 11 Jul 2007 23:21:13 +0000 |
iive |
revert commit 9603
libavcodec
|
Wed, 11 Jul 2007 23:13:30 +0000 |
iive |
remove file because of lincense issues
libavcodec
|
Wed, 11 Jul 2007 22:05:43 +0000 |
iive |
Integrate reference mpeg IDCT into dsputil.
libavcodec
|
Wed, 11 Jul 2007 22:05:25 +0000 |
michael |
simplify ff_h263_round_chroma()
libavcodec
|
Wed, 11 Jul 2007 22:01:21 +0000 |
iive |
Inport the original intiger IDCT from MPEG2 reference decoder.
libavcodec
|
Wed, 11 Jul 2007 21:04:53 +0000 |
mru |
move ff_h263_round_chroma() to mpegvideo.h as static inline
libavcodec
|
Wed, 11 Jul 2007 15:21:24 +0000 |
ramiro |
Remove underscores before fcntl flags
libavcodec
|
Wed, 11 Jul 2007 13:57:22 +0000 |
ramiro |
Proper check for mkstemp().
libavcodec
|
Wed, 11 Jul 2007 13:19:58 +0000 |
aurel |
comment explaining that text subtitle need to be UTF-8 for now
libavcodec
|
Wed, 11 Jul 2007 13:13:20 +0000 |
aurel |
add support for Matroska subtitle tracks
libavcodec
|
Wed, 11 Jul 2007 09:07:23 +0000 |
aurel |
conditional compilation of ratecontrol.c
libavcodec
|
Wed, 11 Jul 2007 08:59:52 +0000 |
aurel |
conditional compilation of motion_est.c
libavcodec
|
Tue, 10 Jul 2007 20:28:56 +0000 |
aurel |
makes compilation of h263.o and mpegvideo_enc.o conditional
libavcodec
|
Tue, 10 Jul 2007 20:27:50 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Tue, 10 Jul 2007 20:23:08 +0000 |
aurel |
Avoid linking with h263.c functions when the relevant codecs
libavcodec
|
Tue, 10 Jul 2007 17:50:44 +0000 |
vitor |
Use proper bytestream functions
libavcodec
|
Tue, 10 Jul 2007 17:31:17 +0000 |
aurel |
Better place to disable some mpeg4 code and ensure that
libavcodec
|
Tue, 10 Jul 2007 17:17:42 +0000 |
aurel |
move init_vlc_rl from h263.c to mpegvideo.c
libavcodec
|
Tue, 10 Jul 2007 14:37:33 +0000 |
aurel |
Split ff_set_mpeg4_time() and move the non mpeg4 specific part
libavcodec
|
Tue, 10 Jul 2007 14:30:57 +0000 |
vitor |
Prepare to remove more duplicated code
libavcodec
|
Tue, 10 Jul 2007 13:32:22 +0000 |
vitor |
Remove some duplicated code
libavcodec
|
Tue, 10 Jul 2007 10:02:01 +0000 |
diego |
Add standard licensing header to files that lack it.
libavcodec
|
Tue, 10 Jul 2007 09:58:38 +0000 |
diego |
cosmetics: typo
libavcodec
|
Tue, 10 Jul 2007 08:40:00 +0000 |
aurel |
don't compile some mpeg4 encoder code when encoders are disabled
libavcodec
|
Tue, 10 Jul 2007 03:40:37 +0000 |
vitor |
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based)
libavcodec
|
Mon, 09 Jul 2007 22:15:07 +0000 |
mru |
avoid deprecation warnings for ImgReSampleContext from avcodec.h
libavcodec
|
Mon, 09 Jul 2007 21:07:24 +0000 |
aurel |
move ff_set_qscale from h263.c to mpegvideo.c
libavcodec
|
Mon, 09 Jul 2007 16:26:11 +0000 |
aurel |
split rawvideo encoder and decoder in their own files
libavcodec
|
Mon, 09 Jul 2007 15:57:13 +0000 |
aurel |
compile rangecoder.o only when needed
libavcodec
|
Mon, 09 Jul 2007 07:51:54 +0000 |
benoit |
bring back h264 build
libavcodec
|
Mon, 09 Jul 2007 00:08:47 +0000 |
mru |
use correct type for palette
libavcodec
|
Sun, 08 Jul 2007 23:15:12 +0000 |
mru |
indent
libavcodec
|
Sun, 08 Jul 2007 23:15:10 +0000 |
mru |
set sample rate in more logical place, kill warning
libavcodec
|
Sun, 08 Jul 2007 23:15:08 +0000 |
mru |
trivial warning fixes
libavcodec
|
Sun, 08 Jul 2007 23:15:04 +0000 |
mru |
kill warnings
libavcodec
|
Sun, 08 Jul 2007 23:15:02 +0000 |
mru |
fix warning
libavcodec
|
Sun, 08 Jul 2007 23:15:00 +0000 |
mru |
make arguments to ssd_int8_vs_int16() const
libavcodec
|
Sun, 08 Jul 2007 23:14:54 +0000 |
mru |
trivial warning fixes
libavcodec
|
Sun, 08 Jul 2007 13:34:02 +0000 |
kostya |
Pass modes as parameters instead of calculating them inplace.
libavcodec
|
Sun, 08 Jul 2007 13:26:13 +0000 |
kostya |
Replace function declarations with macro
libavcodec
|
Sun, 08 Jul 2007 13:23:44 +0000 |
kostya |
Drop ff_ prefix for static functions
libavcodec
|
Sun, 08 Jul 2007 07:37:30 +0000 |
stefang |
split decoder-specific parts into their own file
libavcodec
|
Sun, 08 Jul 2007 07:13:25 +0000 |
stefang |
prepare splitting decoder-only parts into own file:
libavcodec
|
Sun, 08 Jul 2007 03:16:59 +0000 |
romansh |
* Getting rid of the use of GCC language extensions
libavcodec
|
Sat, 07 Jul 2007 23:03:14 +0000 |
aurel |
simplify ff_copy_bits() when compiled with config-small
libavcodec
|
Sat, 07 Jul 2007 20:50:29 +0000 |
mru |
whitespace cosmetics
libavcodec
|
Sat, 07 Jul 2007 20:50:27 +0000 |
mru |
add 64-bit bytestream read/write functions
libavcodec
|
Sat, 07 Jul 2007 07:35:18 +0000 |
stefang |
prepare splitting decoder-only parts into own file:
libavcodec
|
Sat, 07 Jul 2007 07:14:58 +0000 |
stefang |
move dequantization into its own inline function
libavcodec
|
Sat, 07 Jul 2007 06:49:20 +0000 |
stefang |
cosmetic: rename VLC tables to make clear they
libavcodec
|
Sat, 07 Jul 2007 06:34:30 +0000 |
stefang |
setting special motion vectors in intra macroblocks
libavcodec
|
Sat, 07 Jul 2007 06:27:44 +0000 |
stefang |
setting intra prediction modes to default values
libavcodec
|
Sat, 07 Jul 2007 06:15:05 +0000 |
stefang |
move modification of intra prediction modes into
libavcodec
|
Sat, 07 Jul 2007 05:27:59 +0000 |
stefang |
move preparation of chroma intra prediction into its
libavcodec
|
Sat, 07 Jul 2007 05:03:22 +0000 |
stefang |
move existing inline functions from cavs.c to cavs.h
libavcodec
|
Sat, 07 Jul 2007 04:58:54 +0000 |
stefang |
move context structure definition from cavs.c to cavs.h
libavcodec
|
Sat, 07 Jul 2007 04:54:05 +0000 |
stefang |
make vector constants global
libavcodec
|
Fri, 06 Jul 2007 15:24:08 +0000 |
benoit |
free thread context
libavcodec
|
Fri, 06 Jul 2007 15:19:35 +0000 |
aurel |
split SVQ1 decoder and encoder in their own files
libavcodec
|
Fri, 06 Jul 2007 15:17:52 +0000 |
benoit |
set thread_opaque to NULL when freeing it
libavcodec
|
Fri, 06 Jul 2007 14:21:37 +0000 |
gpoirier |
Add support for streams with different chroma_qp_index_offset
libavcodec
|
Fri, 06 Jul 2007 14:14:41 +0000 |
aurel |
simplify ff_copy_bits: merge 2 test branches
libavcodec
|
Fri, 06 Jul 2007 14:13:25 +0000 |
aurel |
move ff_copy_bits to bitstream.c
libavcodec
|
Fri, 06 Jul 2007 14:11:29 +0000 |
kostya |
Drop redundant assignment and variable
libavcodec
|
Fri, 06 Jul 2007 11:47:02 +0000 |
benoit |
me option implemented as an AVOption
libavcodec
|
Fri, 06 Jul 2007 07:58:08 +0000 |
gpoirier |
Precompute a chroma_qp table with index offset for each pps,
libavcodec
|
Fri, 06 Jul 2007 07:55:37 +0000 |
gpoirier |
Compute the dequant coefficient table ptr outside the loop,
libavcodec
|
Thu, 05 Jul 2007 22:57:52 +0000 |
aurel |
include snow encoder only if it is not disabled
libavcodec
|
Thu, 05 Jul 2007 22:29:55 +0000 |
diego |
spelling/grammar
libavcodec
|
Thu, 05 Jul 2007 20:47:58 +0000 |
benoit |
fix mem leak
libavcodec
|
Thu, 05 Jul 2007 20:46:48 +0000 |
benoit |
fix mem leak
libavcodec
|
Thu, 05 Jul 2007 20:08:51 +0000 |
mru |
update my email address
libavcodec
|
Thu, 05 Jul 2007 19:53:34 +0000 |
vitor |
Add my last name to copyright headers
libavcodec
|
Thu, 05 Jul 2007 12:59:38 +0000 |
aurel |
forgot to svn add mpeg12.h in r9477
libavcodec
|
Thu, 05 Jul 2007 12:06:02 +0000 |
diego |
typos
libavcodec
|
Thu, 05 Jul 2007 10:41:37 +0000 |
diego |
UTF-8 conversion
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Thu, 05 Jul 2007 09:55:48 +0000 |
aurel |
make DCT_common_init() static
libavcodec
|
Thu, 05 Jul 2007 09:50:00 +0000 |
diego |
Add missing license header.
libavcodec
|
Thu, 05 Jul 2007 09:48:29 +0000 |
aurel |
move mpeg encoder specific initialization in the encoder specific file
libavcodec
|
Thu, 05 Jul 2007 09:21:55 +0000 |
aurel |
add proper ff_ prefix to new extern symbols
libavcodec
|
Thu, 05 Jul 2007 09:09:53 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Thu, 05 Jul 2007 09:08:28 +0000 |
aurel |
split mpeg12 encoder out of mpeg12.c
libavcodec
|
Thu, 05 Jul 2007 06:47:02 +0000 |
mru |
Merge branch 'master' of /var/git/ffmpeg/
libavcodec
|
Thu, 05 Jul 2007 06:47:00 +0000 |
mru |
use av_freep() in free_vlc() and failed init_vlc()
libavcodec
|
Thu, 05 Jul 2007 03:01:53 +0000 |
vitor |
Remove more useless parentheses.
libavcodec
|
Tue, 03 Jul 2007 09:55:56 +0000 |
benoit |
Description: split mpegvideo.c
libavcodec
|
Tue, 03 Jul 2007 09:12:55 +0000 |
diego |
CONFIG_XVID --> CONFIG_LIBXVID
libavcodec
|
Tue, 03 Jul 2007 02:52:40 +0000 |
vitor |
Remove useless parentheses.
libavcodec
|
Tue, 03 Jul 2007 02:50:36 +0000 |
vitor |
Remove variables made unused by the last two patches and test svn access.
libavcodec
|
Mon, 02 Jul 2007 17:00:04 +0000 |
diego |
Remove leading underscores from specifiers, they are reserved.
libavcodec
|
Mon, 02 Jul 2007 10:21:41 +0000 |
benoit |
use properly AVFrame.linesize
libavcodec
|
Mon, 02 Jul 2007 10:20:12 +0000 |
benoit |
use properly AVFrame.linesize
libavcodec
|
Mon, 02 Jul 2007 10:13:19 +0000 |
diego |
Ignore .ho files.
libavcodec
|
Mon, 02 Jul 2007 10:08:47 +0000 |
diego |
Add missing comment markers to #endif directive.
libavcodec
|
Mon, 02 Jul 2007 07:06:28 +0000 |
benoit |
QT RLE encoder
libavcodec
|
Thu, 28 Jun 2007 15:53:36 +0000 |
kostya |
this prediction direction adjustment is wrong
libavcodec
|
Wed, 27 Jun 2007 14:27:47 +0000 |
iive |
Identify the loop_filter flag as such and remove the unused variables in the context.
libavcodec
|
Wed, 27 Jun 2007 10:40:29 +0000 |
benoit |
use the right stride
libavcodec
|
Wed, 27 Jun 2007 06:57:31 +0000 |
benoit |
use the right stride
libavcodec
|
Tue, 26 Jun 2007 20:13:59 +0000 |
benoit |
indentation
libavcodec
|
Tue, 26 Jun 2007 20:13:09 +0000 |
benoit |
right copyrights
libavcodec
|
Tue, 26 Jun 2007 20:10:26 +0000 |
benoit |
add width and height in context and use them
libavcodec
|
Tue, 26 Jun 2007 18:01:15 +0000 |
benoit |
Indentation
libavcodec
|
Tue, 26 Jun 2007 18:00:50 +0000 |
benoit |
test context before accessing it
libavcodec
|
Tue, 26 Jun 2007 16:09:55 +0000 |
benoit |
add an AVClass pointer in SwsContext context
libavcodec
|
Mon, 25 Jun 2007 12:09:23 +0000 |
benoit |
RoQ video encoder
libavcodec
|
Mon, 25 Jun 2007 07:29:45 +0000 |
benoit |
Fix typo
libavcodec
|
Fri, 22 Jun 2007 17:18:58 +0000 |
michael |
get rid of one unneeded #ifdef HAVE_XVMC
libavcodec
|
Fri, 22 Jun 2007 13:44:58 +0000 |
mhoffman |
removing dependency on bfin_sram.h, which is not used right now
libavcodec
|
Fri, 22 Jun 2007 13:43:47 +0000 |
mhoffman |
renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h
libavcodec
|
Fri, 22 Jun 2007 08:35:21 +0000 |
benoit |
modify msmpeg4 functions to generate VC1 compatible block layer bitstream
libavcodec
|
Thu, 21 Jun 2007 07:53:48 +0000 |
benoit |
static (inline) X => ff_X
libavcodec
|
Thu, 21 Jun 2007 07:52:06 +0000 |
gpoirier |
Don't swap back un-deblocked lines for intra prediction when
libavcodec
|
Thu, 21 Jun 2007 07:46:48 +0000 |
benoit |
split frame rate and frame size abbreviation into two structures
libavcodec
|
Wed, 20 Jun 2007 11:01:50 +0000 |
benoit |
move dct_quantize and denoise_dct function pointers initialization to C
libavcodec
|
Wed, 20 Jun 2007 08:53:53 +0000 |
benoit |
Do not reuse the rbsp de-escape buffer if both
libavcodec
|
Wed, 20 Jun 2007 07:08:00 +0000 |
benoit |
remove unused constant definition
libavcodec
|
Tue, 19 Jun 2007 21:34:04 +0000 |
gpoirier |
Decouple bit context from h264 context in decode_ref_pic_marking()
libavcodec
|
Tue, 19 Jun 2007 21:14:19 +0000 |
benoit |
aanscales is used only with CONFIG_ENCODERS
libavcodec
|
Mon, 18 Jun 2007 08:48:26 +0000 |
benoit |
indentation
libavcodec
|
Sun, 17 Jun 2007 18:59:28 +0000 |
gpoirier |
add a comment to indicate which #endif belong to which #define
libavcodec
|
Sun, 17 Jun 2007 15:47:03 +0000 |
mru |
simplify ppc64 handling
libavcodec
|
Sun, 17 Jun 2007 12:38:51 +0000 |
gpoirier |
restore GCC3 support
libavcodec
|
Sun, 17 Jun 2007 09:38:35 +0000 |
gpoirier |
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec,
libavcodec
|
Sun, 17 Jun 2007 09:37:13 +0000 |
gpoirier |
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter
libavcodec
|
Sun, 17 Jun 2007 09:14:02 +0000 |
gpoirier |
convert h264_deblock_q1 to an inline function.
libavcodec
|
Sun, 17 Jun 2007 00:01:30 +0000 |
mru |
add multiple inclusion guards to headers
libavcodec
|
Sat, 16 Jun 2007 22:59:13 +0000 |
mru |
include all prerequisites in header files
libavcodec
|
Sat, 16 Jun 2007 22:58:43 +0000 |
mru |
move a couple of macros and structs to mpegaudio.h
libavcodec
|
Sat, 16 Jun 2007 19:54:04 +0000 |
gpoirier |
Factor out init_scan_tables(), patch by Andreas ªÓman %andreas A olebyn.nu%
libavcodec
|
Sat, 16 Jun 2007 18:59:10 +0000 |
gpoirier |
Use a faster way to compute 255-val: Instead of creating a vector of
libavcodec
|
Sat, 16 Jun 2007 15:15:19 +0000 |
mru |
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
libavcodec
|
Sat, 16 Jun 2007 15:15:17 +0000 |
mru |
correct type of qsort() comparison callback
libavcodec
|
Sat, 16 Jun 2007 15:15:16 +0000 |
mru |
correct type for h263_parse()
libavcodec
|
Sat, 16 Jun 2007 14:52:12 +0000 |
mru |
fix indentation
libavcodec
|
Sat, 16 Jun 2007 14:52:10 +0000 |
mru |
replace endian detection hack with #ifdef WORDS_BIGENDIAN
libavcodec
|
Sat, 16 Jun 2007 14:52:05 +0000 |
mru |
fix some printf format specifiers
libavcodec
|
Sat, 16 Jun 2007 14:51:57 +0000 |
mru |
correct type for {put,avg}_h264_chroma_mc2_mmx2
libavcodec
|
Sat, 16 Jun 2007 11:44:57 +0000 |
mru |
kill some "defined but not used" warnings
libavcodec
|
Sat, 16 Jun 2007 11:44:54 +0000 |
mru |
kill a warning on 64-bit machines
libavcodec
|
Sat, 16 Jun 2007 10:44:46 +0000 |
mru |
move dsputil_init_foo() out from #ifdef
libavcodec
|
Fri, 15 Jun 2007 20:35:44 +0000 |
mru |
replace TARGET_* with HAVE_* simplifying lists in configure script
libavcodec
|
Fri, 15 Jun 2007 20:35:37 +0000 |
mru |
replace TARGET_ARCH_* to ARCH_* for consistency
libavcodec
|
Fri, 15 Jun 2007 18:18:31 +0000 |
aurel |
use if() instead of #ifdef and ensure all possible optimisations are enabled
libavcodec
|
Fri, 15 Jun 2007 08:22:06 +0000 |
gpoirier |
some samples aren't decoded correctly such as
libavcodec
|
Fri, 15 Jun 2007 08:16:24 +0000 |
takis |
Remove unneeded semicolon.
libavcodec
|
Fri, 15 Jun 2007 08:15:45 +0000 |
takis |
Correct signature of just_return().
libavcodec
|
Thu, 14 Jun 2007 16:16:37 +0000 |
takis |
Remove an unreferenced variable from qpeg_decode_inter().
libavcodec
|
Thu, 14 Jun 2007 09:32:04 +0000 |
benoit |
add and remove some parentheses
libavcodec
|
Thu, 14 Jun 2007 08:44:41 +0000 |
diego |
Simplify init preprocessor statements.
libavcodec
|
Thu, 14 Jun 2007 07:28:16 +0000 |
benoit |
More detailed documentation
libavcodec
|
Wed, 13 Jun 2007 12:46:27 +0000 |
mhoffman |
removing underscores from block profiling renaming to xx_
libavcodec
|
Wed, 13 Jun 2007 08:28:00 +0000 |
benoit |
Improve understanding ofavcodec_find_decoder()
libavcodec
|
Wed, 13 Jun 2007 08:25:48 +0000 |
benoit |
Workaround adjustments for DivX 6.1 and later
libavcodec
|
Tue, 12 Jun 2007 21:44:38 +0000 |
gpoirier |
cosmetics
libavcodec
|
Tue, 12 Jun 2007 21:24:25 +0000 |
gpoirier |
kill one vector constant value load by the right combination of vec_splatX/vec_sl
libavcodec
|
Tue, 12 Jun 2007 21:17:22 +0000 |
gpoirier |
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%
libavcodec
|
Tue, 12 Jun 2007 19:34:06 +0000 |
mhoffman |
integrating MPV_common_init_bfin into the build system and mpegvideo.c
libavcodec
|
Tue, 12 Jun 2007 19:13:50 +0000 |
mhoffman |
Blackfin dct_quantize_bfin routine
libavcodec
|
Tue, 12 Jun 2007 19:06:39 +0000 |
mhoffman |
Blackfin IDCT has no special permutation it uses normal order
libavcodec
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavcodec
|
Tue, 12 Jun 2007 15:03:28 +0000 |
kostya |
Typo
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Tue, 12 Jun 2007 08:06:54 +0000 |
benoit |
Move the video size and rate abbreviations system from libavformat to libavcodec
libavcodec
|
Tue, 12 Jun 2007 07:59:43 +0000 |
gpoirier |
fix 8- and 24-bit FLAC decoding
libavcodec
|
Mon, 11 Jun 2007 16:05:32 +0000 |
aurel |
move codecs declarations from avcodec.h to allcodecs.h
libavcodec
|
Mon, 11 Jun 2007 08:00:31 +0000 |
gpoirier |
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go
libavcodec
|
Mon, 11 Jun 2007 07:57:15 +0000 |
benoit |
Cygwin compatibility workaround
libavcodec
|
Sun, 10 Jun 2007 13:54:11 +0000 |
diego |
Adapt to API changes, fix compilation.
libavcodec
|
Sat, 09 Jun 2007 22:20:24 +0000 |
gpoirier |
minor GCC3 compile fix
libavcodec
|
Sat, 09 Jun 2007 19:13:34 +0000 |
gpoirier |
Altivec version of h264_(h|v)_loop_filter_luma
libavcodec
|
Sat, 09 Jun 2007 17:52:16 +0000 |
diego |
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
libavcodec
|
Fri, 08 Jun 2007 20:35:30 +0000 |
gpoirier |
work around issues with the old version of Gnu Assembler shipped on
libavcodec
|
Thu, 07 Jun 2007 21:31:26 +0000 |
diego |
emms --> emms_c, taken from a patch by Ronald Bultje
libavcodec
|
Thu, 07 Jun 2007 17:21:34 +0000 |
diego |
Use consistent names for all test programs.
libavcodec
|
Thu, 07 Jun 2007 17:19:37 +0000 |
diego |
Preprocessor #defines starting with __ are reserved for the system.
libavcodec
|
Thu, 07 Jun 2007 17:18:01 +0000 |
diego |
Use FFmpeg-specific CPU feature definitions.
libavcodec
|
Thu, 07 Jun 2007 16:58:08 +0000 |
diego |
Add CPU feature definitions for SSE3 and SSSE3.
libavcodec
|
Thu, 07 Jun 2007 16:15:20 +0000 |
diego |
CPU feature definitions should always be available, not just when the
libavcodec
|
Thu, 07 Jun 2007 15:59:15 +0000 |
diego |
Only run MMX2 tests when MMX2 is available.
libavcodec
|
Thu, 07 Jun 2007 15:54:49 +0000 |
diego |
Fix linking when GPL code has been disabled.
libavcodec
|
Thu, 07 Jun 2007 15:30:54 +0000 |
diego |
Fix compilation when MMX is disabled.
libavcodec
|
Thu, 07 Jun 2007 15:27:53 +0000 |
diego |
FAAN is not x86-specific.
libavcodec
|
Thu, 07 Jun 2007 13:51:06 +0000 |
benoit |
h264: use 'simple' in border backup / xchg
libavcodec
|
Wed, 06 Jun 2007 18:56:14 +0000 |
diego |
Add some forgotten lib prefixes to Makefile variables.
libavcodec
|
Wed, 06 Jun 2007 10:40:05 +0000 |
benoit |
Rename cb field
libavcodec
|
Wed, 06 Jun 2007 08:51:41 +0000 |
diego |
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
libavcodec
|
Wed, 06 Jun 2007 08:41:45 +0000 |
diego |
Give names of external library decoders/encoders a lib prefix
libavcodec
|
Wed, 06 Jun 2007 00:14:18 +0000 |
diego |
Give all wrappers for external libraries names starting with lib.
libavcodec
|
Tue, 05 Jun 2007 14:18:13 +0000 |
diego |
Remove unused variables.
libavcodec
|
Tue, 05 Jun 2007 08:05:16 +0000 |
benoit |
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
libavcodec
|
Tue, 05 Jun 2007 07:18:29 +0000 |
gpoirier |
Rename code012() to ff_code012(), and remove static qualifier: paves the way
libavcodec
|
Mon, 04 Jun 2007 23:07:27 +0000 |
diego |
spelling
libavcodec
|
Mon, 04 Jun 2007 11:03:24 +0000 |
gpoirier |
fix error: indeo2.c:202:1: directives may not be used inside a macro argument,
libavcodec
|
Mon, 04 Jun 2007 07:28:34 +0000 |
benoit |
Codebook generator using the ELBG algorithm
libavcodec
|
Sun, 03 Jun 2007 13:27:44 +0000 |
lu_zero |
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com>
libavcodec
|
Sun, 03 Jun 2007 11:44:43 +0000 |
lorenm |
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb().
libavcodec
|
Sat, 02 Jun 2007 11:44:44 +0000 |
diego |
Rename aac_decoder to libfaad_decoder for consistency and to be able to
libavcodec
|
Sat, 02 Jun 2007 11:20:24 +0000 |
diego |
Rename faac_encoder to libfaac_encoder for consistency and to be able to
libavcodec
|
Sat, 02 Jun 2007 01:42:47 +0000 |
ramiro |
Remove get_byte wrapper
libavcodec
|
Sat, 02 Jun 2007 01:41:07 +0000 |
ramiro |
Use AV_xx throughout libavcodec
libavcodec
|
Fri, 01 Jun 2007 21:17:05 +0000 |
michael |
fix skipped blocks
libavcodec
|
Thu, 31 May 2007 21:40:22 +0000 |
michael |
check qblur > 1 (prevent assert failure / segfault)
libavcodec
|
Wed, 30 May 2007 23:06:37 +0000 |
michael |
sanity checks (should prevent hypothetical div by zero issue)
libavcodec
|
Wed, 30 May 2007 21:38:57 +0000 |
michael |
fix assert() 2nd try
libavcodec
|
Wed, 30 May 2007 14:20:55 +0000 |
benoit |
Add support for listing the supported pixel formats using the option
libavcodec
|
Wed, 30 May 2007 09:32:25 +0000 |
benoit |
rename attribute_unused to av_unused and moves its declaration to common.h
libavcodec
|
Tue, 29 May 2007 16:51:55 +0000 |
michael |
fix assertion failure
libavcodec
|
Tue, 29 May 2007 16:43:25 +0000 |
kostya |
Do proper frame swapping so VMD video decoder works again
libavcodec
|
Tue, 29 May 2007 15:01:33 +0000 |
benoit |
Split RoQ decoder to accommodate future encoder patch
libavcodec
|
Tue, 29 May 2007 14:35:29 +0000 |
benoit |
allocate PPS and SPS dynamically
libavcodec
|
Tue, 29 May 2007 12:20:40 +0000 |
benoit |
cosmetics and function rename
libavcodec
|
Mon, 28 May 2007 09:30:41 +0000 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
libavcodec
|
Sun, 27 May 2007 22:34:49 +0000 |
michael |
make decoder decode the first frame properly if theres more than just one
libavcodec
|
Fri, 25 May 2007 14:42:11 +0000 |
takis |
Correct the parameter order for the call to "av_clip".
libavcodec
|
Fri, 25 May 2007 00:16:14 +0000 |
lorenm |
merge huffman tables for rgb too
libavcodec
|
Thu, 24 May 2007 19:04:19 +0000 |
lorenm |
cosmetics (reduce nesting)
libavcodec
|
Thu, 24 May 2007 17:40:02 +0000 |
lorenm |
use sparse huffman tables. 1.5% faster huffyuv decoding.
libavcodec
|
Thu, 24 May 2007 17:38:56 +0000 |
lorenm |
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
libavcodec
|
Thu, 24 May 2007 04:08:48 +0000 |
kostya |
fix dca_bitalloc_index decoder init
libavcodec
|
Thu, 24 May 2007 04:02:47 +0000 |
kostya |
Fix dca.c compilation with #define TRACE
libavcodec
|
Wed, 23 May 2007 18:41:34 +0000 |
ods15 |
fix mjpeg decoding with broken huffman table headers
libavcodec
|
Wed, 23 May 2007 14:55:13 +0000 |
ramiro |
Remove duplicate bytestream functions
libavcodec
|
Wed, 23 May 2007 13:46:11 +0000 |
takis |
Export the four remaining H.264 decoder intra prediction functions for reuse in
libavcodec
|
Wed, 23 May 2007 09:07:57 +0000 |
takis |
Reindent
libavcodec
|
Wed, 23 May 2007 09:07:23 +0000 |
takis |
Make the compilation of h264idct.c optional.
libavcodec
|
Wed, 23 May 2007 09:02:07 +0000 |
lorenm |
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding.
libavcodec
|
Tue, 22 May 2007 07:08:38 +0000 |
diego |
Remove mdct.o and fft.o from fft-test prerequisites list.
libavcodec
|
Mon, 21 May 2007 15:28:37 +0000 |
takis |
Only compile golomb.c when needed.
libavcodec
|
Mon, 21 May 2007 15:24:31 +0000 |
takis |
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic
libavcodec
|
Mon, 21 May 2007 12:55:02 +0000 |
takis |
Only compile cabac.c when needed.
libavcodec
|
Mon, 21 May 2007 12:54:12 +0000 |
aurel |
vorbis encoder missed rename to libvorbis
libavcodec
|
Mon, 21 May 2007 12:51:29 +0000 |
takis |
Split the h261.c file into separate files for the encoder, decoder and common stuff.
libavcodec
|
Mon, 21 May 2007 07:11:27 +0000 |
diego |
Rename motion_test.c to motion-test.c, which is the naming scheme used by all
libavcodec
|
Mon, 21 May 2007 07:05:23 +0000 |
diego |
Fix imgresample-test linking.
libavcodec
|
Mon, 21 May 2007 07:01:42 +0000 |
diego |
Add explanatory comments to some #endifs.
libavcodec
|
Sun, 20 May 2007 22:59:32 +0000 |
aurel |
make compilation of mpegaudiodec conditional
libavcodec
|
Sun, 20 May 2007 22:50:29 +0000 |
aurel |
remove dependency of mpeg audio encoder over mpeg audio decoder
libavcodec
|
Sun, 20 May 2007 15:11:55 +0000 |
aurel |
add a ff_ prefix to some mpegaudio funcs
libavcodec
|
Sun, 20 May 2007 13:40:07 +0000 |
aurel |
loosen dependencies over mpegaudiodec
libavcodec
|
Sun, 20 May 2007 05:07:44 +0000 |
zuxy |
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon
libavcodec
|
Sun, 20 May 2007 01:41:36 +0000 |
michael |
use AV_LOG_ERROR instead of INFO for errors
libavcodec
|
Sun, 20 May 2007 01:35:15 +0000 |
michael |
sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the
libavcodec
|
Sun, 20 May 2007 01:05:34 +0000 |
michael |
slightly more correct spliting of frames
libavcodec
|
Sat, 19 May 2007 15:06:34 +0000 |
aurel |
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h
libavcodec
|
Sat, 19 May 2007 14:58:31 +0000 |
aurel |
move mjpeg-b decoder in its own file
libavcodec
|
Sat, 19 May 2007 14:53:55 +0000 |
aurel |
10l: forgot to svn add mjpegdec.h
libavcodec
|
Sat, 19 May 2007 14:40:02 +0000 |
aurel |
move sp5x decoder in its own file
libavcodec
|
Sat, 19 May 2007 14:31:57 +0000 |
aurel |
allows to disable jpegls decoder
libavcodec
|
Sat, 19 May 2007 02:32:59 +0000 |
lorenm |
change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding.
libavcodec
|
Sat, 19 May 2007 00:53:41 +0000 |
aurel |
move mjpega_dump_header bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:44:41 +0000 |
aurel |
move imx_dump_header bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:35:27 +0000 |
aurel |
move dump_extradata bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:32:11 +0000 |
aurel |
move remove_extradata bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:30:15 +0000 |
aurel |
move noise bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:27:43 +0000 |
aurel |
move mp3_header_compress bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:24:34 +0000 |
aurel |
move mp3_header_decompress bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:13:35 +0000 |
aurel |
add proper prefix to extern mpeg audio data tables
libavcodec
|
Sat, 19 May 2007 00:06:02 +0000 |
aurel |
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
libavcodec
|
Fri, 18 May 2007 22:58:01 +0000 |
aurel |
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c
libavcodec
|
Fri, 18 May 2007 22:54:54 +0000 |
aurel |
add a proper prefix to all mjpeg encoder exported functions
libavcodec
|
Fri, 18 May 2007 22:42:49 +0000 |
aurel |
split ljpeg encoder out of mjpeg.c
libavcodec
|
Fri, 18 May 2007 10:06:07 +0000 |
banan |
Better error reporting.
libavcodec
|
Fri, 18 May 2007 08:58:30 +0000 |
lorenm |
cosmetics: macrofy duplicate code in huffyuv
libavcodec
|
Fri, 18 May 2007 08:56:46 +0000 |
lorenm |
r3938 broke 2pass huffyuv (not that anyone uses it)
libavcodec
|
Fri, 18 May 2007 08:18:56 +0000 |
zuxy |
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw
libavcodec
|
Thu, 17 May 2007 20:18:46 +0000 |
reimar |
Move attribute_unused to variable declarations in macros instead of
libavcodec
|
Thu, 17 May 2007 17:04:00 +0000 |
aurel |
remove libdts decoder, we have a native dts decoder
libavcodec
|
Thu, 17 May 2007 16:45:55 +0000 |
aurel |
add proper prefix to new mjpeg extern func/var
libavcodec
|
Thu, 17 May 2007 16:29:11 +0000 |
aurel |
split mjpeg.c into an encoder and a decoder file
libavcodec
|
Thu, 17 May 2007 14:14:53 +0000 |
gpoirier |
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables
libavcodec
|
Thu, 17 May 2007 12:26:04 +0000 |
aurel |
Only compile fft and mdct when needed.
libavcodec
|
Thu, 17 May 2007 11:03:43 +0000 |
banan |
Use FFABS instead of abs.
libavcodec
|
Thu, 17 May 2007 07:50:08 +0000 |
banan |
Remove lots of unused commented code. (Cleanup)
libavcodec
|
Thu, 17 May 2007 07:47:02 +0000 |
banan |
Change default 1 pass blocksize to 64x64.
libavcodec
|
Wed, 16 May 2007 23:23:45 +0000 |
aurel |
better separation of vp3dsp functions from dsputil_mmx.c
libavcodec
|
Wed, 16 May 2007 12:57:27 +0000 |
diego |
printf --> av_log, patch by Denis Fortin, fortin nerim net
libavcodec
|
Wed, 16 May 2007 12:25:54 +0000 |
diego |
Remove extern C declarations for C++.
libavcodec
|
Wed, 16 May 2007 10:50:18 +0000 |
diego |
DTS decoding was broken for every speaker configuration except 5.1.
libavcodec
|
Wed, 16 May 2007 09:51:45 +0000 |
diego |
Add libavcodec to compiler include flags in order to simplify header
libavcodec
|
Tue, 15 May 2007 20:47:55 +0000 |
reimar |
Use DECLARE_ALIGNED to ease porting
libavcodec
|
Mon, 14 May 2007 23:22:02 +0000 |
michael |
dont write over the end of ref_cache
libavcodec
|
Mon, 14 May 2007 14:28:13 +0000 |
takis |
Make vp3dsp*.c compilation optional.
libavcodec
|
Mon, 14 May 2007 14:07:50 +0000 |
reimar |
Change some leftover __attribute__((unused)) and __attribute__((used)) to
libavcodec
|
Mon, 14 May 2007 11:53:27 +0000 |
aurel |
remove some unused mjpeg encoding variables
libavcodec
|
Sun, 13 May 2007 23:22:05 +0000 |
aurel |
jpegls encoder does not call this function, so remove useless tests
libavcodec
|
Sun, 13 May 2007 23:16:56 +0000 |
aurel |
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
libavcodec
|
Sun, 13 May 2007 22:15:52 +0000 |
diego |
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
libavcodec
|
Sun, 13 May 2007 20:19:22 +0000 |
gpoirier |
Blackfin DSP utilities: add DEFUN_END
libavcodec
|
Sun, 13 May 2007 16:32:32 +0000 |
gpoirier |
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%
libavcodec
|
Sun, 13 May 2007 14:01:15 +0000 |
alex |
use DECLARE_ALIGNED from mem.h (which is included through common.h)
libavcodec
|
Sun, 13 May 2007 00:26:21 +0000 |
aurel |
cosmetics: indent
libavcodec
|
Sun, 13 May 2007 00:24:37 +0000 |
aurel |
replace some #ifdef CONFIG_* by if(ENABLE_*)
libavcodec
|
Sat, 12 May 2007 23:43:23 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Sat, 12 May 2007 23:42:07 +0000 |
aurel |
make compilation of mjpeg.c optional
libavcodec
|
Sat, 12 May 2007 23:33:53 +0000 |
aurel |
allow to enable or disable every bitstream filters individually
libavcodec
|
Sat, 12 May 2007 22:50:12 +0000 |
aurel |
jpegls never call this code, so those tests are useless
libavcodec
|
Sat, 12 May 2007 19:37:26 +0000 |
banan |
Added support for instances where linesize[0] is negative.
libavcodec
|
Sat, 12 May 2007 10:53:33 +0000 |
diego |
Remove redundant extern declaration of j_rev_dct that is already
libavcodec
|
Sat, 12 May 2007 10:43:45 +0000 |
diego |
cosmetics: Group all test targets together.
libavcodec
|
Sat, 12 May 2007 05:55:09 +0000 |
lorenm |
sse2 & ssse3 versions of dct_quantize.
libavcodec
|
Sat, 12 May 2007 02:41:25 +0000 |
lorenm |
factor sum_abs_dctelem out of dct_sad, and simd it.
libavcodec
|
Sat, 12 May 2007 01:16:06 +0000 |
lorenm |
sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels.
libavcodec
|
Sat, 12 May 2007 00:31:48 +0000 |
lorenm |
fix a crash with svq1 + sse2.
libavcodec
|
Fri, 11 May 2007 09:28:07 +0000 |
aurel |
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c
libavcodec
|
Fri, 11 May 2007 07:21:14 +0000 |
diego |
Remove duplicate #includes, avcodec.h #includes common.h.
libavcodec
|
Fri, 11 May 2007 07:07:00 +0000 |
diego |
Remove unused variable.
libavcodec
|
Fri, 11 May 2007 03:29:06 +0000 |
lorenm |
10l, r8991 broke mmx1 sad
libavcodec
|
Fri, 11 May 2007 01:11:45 +0000 |
lorenm |
sse2 version of fullpel sad.
libavcodec
|
Fri, 11 May 2007 00:45:07 +0000 |
lorenm |
tweak mmx2 sad.
libavcodec
|
Thu, 10 May 2007 23:16:56 +0000 |
aurel |
make compilation of pnm.c optional
libavcodec
|
Thu, 10 May 2007 23:03:14 +0000 |
aurel |
move pnm parser in its own file
libavcodec
|
Thu, 10 May 2007 22:37:36 +0000 |
aurel |
move mjpeg parser in its own file
libavcodec
|
Thu, 10 May 2007 22:28:23 +0000 |
aurel |
cosmetics: reindent
libavcodec
|
Thu, 10 May 2007 22:26:44 +0000 |
aurel |
split h264.c to move parser in its own file
libavcodec
|
Thu, 10 May 2007 22:24:19 +0000 |
lorenm |
tweak mmx2 sad.
libavcodec
|
Thu, 10 May 2007 18:44:58 +0000 |
ramiro |
Revert r8979 (Ugly fix for r8963)
libavcodec
|
Thu, 10 May 2007 15:24:01 +0000 |
aurel |
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c
libavcodec
|
Thu, 10 May 2007 15:17:17 +0000 |
aurel |
loosen vorbis_enc.c dependencies by spliting vorbis.c
libavcodec
|
Thu, 10 May 2007 15:00:09 +0000 |
ramiro |
Fix r8963
libavcodec
|
Thu, 10 May 2007 14:36:36 +0000 |
takis |
Fix Vorbis encoder Xiph dependency by making sure the references to
libavcodec
|
Thu, 10 May 2007 13:24:05 +0000 |
benoit |
add AVERROR_NOENT
libavcodec
|
Thu, 10 May 2007 13:11:36 +0000 |
aurel |
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in
libavcodec
|
Thu, 10 May 2007 10:14:58 +0000 |
aurel |
those tables don't need to be extern
libavcodec
|
Thu, 10 May 2007 10:12:02 +0000 |
aurel |
use header instead of copying table declarations
libavcodec
|
Thu, 10 May 2007 10:03:16 +0000 |
aurel |
split msmpeg4 data to easily share some of it with vc1.c
libavcodec
|
Thu, 10 May 2007 09:26:14 +0000 |
aurel |
add missing rules for wmv2 compilation
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Thu, 10 May 2007 03:13:41 +0000 |
lorenm |
sse2 version of fdct_col.
libavcodec
|
Wed, 09 May 2007 23:32:29 +0000 |
ramiro |
Simplify ptr[0]; ptr++; to *ptr++
libavcodec
|
Wed, 09 May 2007 23:21:07 +0000 |
ramiro |
Use bytestream
libavcodec
|
Wed, 09 May 2007 23:15:19 +0000 |
ramiro |
Use AV_XX16 macros
libavcodec
|
Wed, 09 May 2007 23:13:43 +0000 |
aurel |
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
libavcodec
|
Wed, 09 May 2007 23:08:01 +0000 |
ramiro |
Factorize usum
libavcodec
|
Wed, 09 May 2007 22:24:23 +0000 |
ramiro |
Use 1 array with double the size instead of 2 arrays with normal size
libavcodec
|
Wed, 09 May 2007 22:00:08 +0000 |
ramiro |
Add bias instead of -32 or 0, as is done in g.722.1
libavcodec
|
Wed, 09 May 2007 21:57:50 +0000 |
ramiro |
Indentation for previous patch
libavcodec
|
Wed, 09 May 2007 21:56:22 +0000 |
ramiro |
Add another tmpbias variable, as bias' value will be used later
libavcodec
|
Wed, 09 May 2007 21:50:01 +0000 |
ramiro |
Fix logic for return value of init_vlc
libavcodec
|
Wed, 09 May 2007 18:23:20 +0000 |
diego |
Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.
libavcodec
|
Wed, 09 May 2007 16:59:46 +0000 |
kostya |
Add ff_ prefix to (externally) visible variables
libavcodec
|
Wed, 09 May 2007 11:30:30 +0000 |
kostya |
Use correct dequantizer value
libavcodec
|
Wed, 09 May 2007 09:26:06 +0000 |
diego |
Allow conditional compilation of H.263-related decoders.
libavcodec
|
Wed, 09 May 2007 01:46:33 +0000 |
lorenm |
cosmetics: remove code duplication in hadamard8_diff_mmx
libavcodec
|
Wed, 09 May 2007 00:03:17 +0000 |
aurel |
move cavs parser in it's own file
libavcodec
|
Tue, 08 May 2007 23:58:35 +0000 |
aurel |
move defines and enums out of cavsdata.h
libavcodec
|
Tue, 08 May 2007 23:30:42 +0000 |
aurel |
remove no more useful includes
libavcodec
|
Tue, 08 May 2007 23:29:07 +0000 |
aurel |
cosmetics: rename for consistency after previous aac and ac3 parsers move
libavcodec
|
Tue, 08 May 2007 23:25:31 +0000 |
aurel |
move aac and ac3 parsers in their own files
libavcodec
|
Tue, 08 May 2007 23:24:22 +0000 |
aurel |
avoid multiple inclusion of ac3.h
libavcodec
|
Tue, 08 May 2007 17:55:56 +0000 |
lorenm |
cosmetics: remove duplicate transpose macro
libavcodec
|
Tue, 08 May 2007 08:52:38 +0000 |
diego |
Move H.263 parser to its own file.
libavcodec
|
Mon, 07 May 2007 20:07:35 +0000 |
ivo |
add doxygen comments
libavcodec
|
Mon, 07 May 2007 15:44:42 +0000 |
aurel |
cosmetics: fix inconsistent indentation
libavcodec
|
Mon, 07 May 2007 15:43:01 +0000 |
aurel |
fix display of theora videos with visible size smaller than encoded size
libavcodec
|
Mon, 07 May 2007 13:29:02 +0000 |
ivo |
Renderware TXD decoder
libavcodec
|
Mon, 07 May 2007 13:15:24 +0000 |
ivo |
generic S3TC DXT1 and DXT3 decoding functions
libavcodec
|
Mon, 07 May 2007 08:55:27 +0000 |
benoit |
RoQ audio encoder
libavcodec
|
Mon, 07 May 2007 00:47:03 +0000 |
aurel |
make some parser parameters const to avoid casting const to non-const
libavcodec
|
Sun, 06 May 2007 15:25:04 +0000 |
michael |
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar)
libavcodec
|
Sun, 06 May 2007 11:40:42 +0000 |
kostya |
Add prefix to some variables for consistency
libavcodec
|
Sun, 06 May 2007 11:23:12 +0000 |
kostya |
Move VC-1 data to .c file
libavcodec
|
Sun, 06 May 2007 11:01:25 +0000 |
kostya |
Make vc1_parser.c compilable without special defines
libavcodec
|
Sun, 06 May 2007 10:58:32 +0000 |
kostya |
Move variables to vc1data.h
libavcodec
|
Sun, 06 May 2007 09:17:50 +0000 |
lorenm |
simplify
libavcodec
|
Sun, 06 May 2007 09:12:10 +0000 |
diego |
Move dvdsub parser to its own file.
libavcodec
|
Sun, 06 May 2007 08:41:24 +0000 |
diego |
Rename dvbsubdec_parser.c to dvbsub_parser.c.
libavcodec
|
Sun, 06 May 2007 06:46:20 +0000 |
lorenm |
simplify
libavcodec
|
Sun, 06 May 2007 06:43:33 +0000 |
lorenm |
faster and simpler vp6 bilinear mc
libavcodec
|
Sun, 06 May 2007 02:11:31 +0000 |
diego |
Move dvbsubdec parser to its own file.
libavcodec
|
Sat, 05 May 2007 21:11:22 +0000 |
diego |
Remove superfluous #includes, parser.h now includes its prerequisites.
libavcodec
|
Sat, 05 May 2007 18:32:19 +0000 |
aurel |
ff_frame_rate_tab is now declared in mpegvideo.h
libavcodec
|
Sat, 05 May 2007 18:31:34 +0000 |
aurel |
avoid a clash between two definitions of SEQ_START_CODE
libavcodec
|
Sat, 05 May 2007 18:25:02 +0000 |
aurel |
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
libavcodec
|
Sat, 05 May 2007 18:18:51 +0000 |
aurel |
move mpegvideo_parser in it's own file
libavcodec
|
Sat, 05 May 2007 18:17:03 +0000 |
aurel |
avoid a 'discards qualifiers from pointer' warning
libavcodec
|
Sat, 05 May 2007 18:08:16 +0000 |
aurel |
move mpegaudio_parser in it's own file
libavcodec
|
Sat, 05 May 2007 17:59:37 +0000 |
aurel |
move mpeg4video_parser in it's own file
libavcodec
|
Sat, 05 May 2007 17:56:47 +0000 |
aurel |
parser.h uses AVCodecContext so it needs to include avcodec.h
libavcodec
|
Sat, 05 May 2007 15:21:57 +0000 |
aurel |
set CODEC_CAP_DR1 for vp5 and vp6 decoders
libavcodec
|
Sat, 05 May 2007 12:24:51 +0000 |
diego |
parser.c is compiled unconditionally, there is no need to compile it
libavcodec
|
Sat, 05 May 2007 12:18:14 +0000 |
diego |
Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings.
libavcodec
|
Sat, 05 May 2007 11:14:03 +0000 |
diego |
Fix warning:
libavcodec
|
Sat, 05 May 2007 09:15:03 +0000 |
diego |
parser.c is compiled unconditionally, there is no need to compile it
libavcodec
|
Fri, 04 May 2007 19:38:10 +0000 |
diego |
Move H.261 parser to its own file.
libavcodec
|
Fri, 04 May 2007 12:31:40 +0000 |
kostya |
100l to myself. Do not include stuff unneeded by parser
libavcodec
|
Fri, 04 May 2007 03:34:38 +0000 |
kostya |
Typo
libavcodec
|
Fri, 04 May 2007 03:34:21 +0000 |
kostya |
Move some declarations into header
libavcodec
|
Fri, 04 May 2007 00:18:54 +0000 |
diego |
Rename oggvorbis decoder to libvorbis.
libavcodec
|
Fri, 04 May 2007 00:09:33 +0000 |
diego |
Move VC1 parser to its own file.
libavcodec
|
Thu, 03 May 2007 23:50:24 +0000 |
diego |
Move dca parser to its own file.
libavcodec
|
Thu, 03 May 2007 10:38:03 +0000 |
diego |
Give libamr decoders/encoders a lib prefix in the name.
libavcodec
|
Thu, 03 May 2007 09:35:54 +0000 |
diego |
Rename dts_decoder to libdts_decoder.
libavcodec
|
Wed, 02 May 2007 23:11:23 +0000 |
diego |
Remove unused variable.
libavcodec
|
Wed, 02 May 2007 20:42:44 +0000 |
jbr |
cosmetics: indention after last commit
libavcodec
|
Wed, 02 May 2007 20:33:32 +0000 |
jbr |
use downmixing coefficients in dca decoder.
libavcodec
|
Wed, 02 May 2007 20:31:32 +0000 |
jbr |
enable multichannel output in dca decoder.
libavcodec
|
Wed, 02 May 2007 16:43:29 +0000 |
kostya |
1000l to myself - DCA decoder should not be registered in video codecs section
libavcodec
|
Wed, 02 May 2007 13:49:08 +0000 |
benoit |
add the possibility to choose aac profile
libavcodec
|
Wed, 02 May 2007 09:37:47 +0000 |
diego |
cosmetics: Group all external library decoders and encoders together.
libavcodec
|
Wed, 02 May 2007 09:13:47 +0000 |
benoit |
patch so that the deprecated items show up correctly
libavcodec
|
Wed, 02 May 2007 08:18:28 +0000 |
benoit |
make mpeg decoder handle mid-stream changes in resolution
libavcodec
|
Wed, 02 May 2007 07:26:07 +0000 |
benoit |
add some comments
libavcodec
|
Sun, 29 Apr 2007 23:18:39 +0000 |
gpoirier |
prevent going out of the buffer if the nal size does not fit in the buffer.
libavcodec
|
Sun, 29 Apr 2007 13:25:32 +0000 |
alex |
check for channels<=0 and print a reasonable error message
libavcodec
|
Sun, 29 Apr 2007 09:37:07 +0000 |
ivo |
add V.Flash PTX decoder
libavcodec
|
Fri, 27 Apr 2007 12:41:55 +0000 |
michael |
fix exploitable buffer overflow
libavcodec
|
Fri, 27 Apr 2007 09:32:31 +0000 |
diego |
Mark code parts that cannot work on AMD64 due to broken relocations as such.
libavcodec
|
Thu, 26 Apr 2007 00:32:31 +0000 |
diego |
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.
libavcodec
|
Wed, 25 Apr 2007 22:16:50 +0000 |
aurel |
cosmetics: align
libavcodec
|
Wed, 25 Apr 2007 22:12:51 +0000 |
aurel |
move ac3 tables from a .h to a .c
libavcodec
|
Wed, 25 Apr 2007 19:13:09 +0000 |
diego |
cosmetics: Put AMR entry in alphabetical order with all external libraries.
libavcodec
|
Wed, 25 Apr 2007 19:12:04 +0000 |
diego |
Remove hackish support for the non-free fixed-point AMR-NB reference code.
libavcodec
|
Tue, 24 Apr 2007 17:31:39 +0000 |
kostya |
1000l to myself as used VLC indexes were totally wrong
libavcodec
|
Sat, 21 Apr 2007 23:05:30 +0000 |
aurel |
Blackfin is a strictly aligned processor.
libavcodec
|
Sat, 21 Apr 2007 18:47:30 +0000 |
bcoudurier |
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com
libavcodec
|
Sat, 21 Apr 2007 15:55:45 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sat, 21 Apr 2007 00:47:55 +0000 |
alex |
compile rawvideo decoder on request
libavcodec
|
Sat, 21 Apr 2007 00:36:53 +0000 |
alex |
compile mjpeg parser if requested
libavcodec
|
Sat, 21 Apr 2007 00:29:01 +0000 |
alex |
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
libavcodec
|
Fri, 20 Apr 2007 23:59:22 +0000 |
alex |
cosmetics: remove my email address
libavcodec
|
Fri, 20 Apr 2007 15:48:26 +0000 |
diego |
typo
libavcodec
|
Thu, 19 Apr 2007 20:09:43 +0000 |
mru |
add .type foo, %function directives for the benefit of debuggers
libavcodec
|
Thu, 19 Apr 2007 16:12:06 +0000 |
reimar |
Fix parts missed in clip -> av_clip rename
libavcodec
|
Wed, 18 Apr 2007 19:58:20 +0000 |
banan |
Deobfuscade decodeTonalComponents calling logic.
libavcodec
|
Wed, 18 Apr 2007 19:49:47 +0000 |
banan |
Version bump, atrac3 added.
libavcodec
|
Wed, 18 Apr 2007 19:47:22 +0000 |
banan |
Simplify, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 19:46:42 +0000 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 19:44:54 +0000 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 19:44:04 +0000 |
banan |
Cosmetics, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 17:36:52 +0000 |
kostya |
Pullback should be performed on scaled motion vectors in B-frames
libavcodec
|
Wed, 18 Apr 2007 09:34:08 +0000 |
diego |
Remove the build instructions from the doxygen comments, they are duplicated
libavcodec
|
Wed, 18 Apr 2007 09:29:18 +0000 |
diego |
Doxygen comment wording/spelling
libavcodec
|
Tue, 17 Apr 2007 20:53:39 +0000 |
banan |
Atrac3 decoder.
libavcodec
|
Sun, 15 Apr 2007 12:32:36 +0000 |
diego |
Move AC3 header parsing code together with the rest of the AC3 parsing code.
libavcodec
|
Sun, 15 Apr 2007 08:53:03 +0000 |
michael |
fix mjpeg.mov
libavcodec
|
Sat, 14 Apr 2007 22:58:23 +0000 |
michael |
fix playback of angels_480-mjpegcompress.avi
libavcodec
|
Sat, 14 Apr 2007 22:22:34 +0000 |
michael |
fix playback of odd_height.mov
libavcodec
|
Sat, 14 Apr 2007 22:05:12 +0000 |
michael |
correct another possible buffer overflow where interlaced would
libavcodec
|
Sat, 14 Apr 2007 18:58:26 +0000 |
michael |
fix tiff regression test (bitexact flag was ignoredwhich caused the
libavcodec
|
Sat, 14 Apr 2007 18:42:50 +0000 |
michael |
remove MpegEncContext, patch by baptiste
libavcodec
|
Sat, 14 Apr 2007 09:59:57 +0000 |
diego |
Update preprocessor directive comments to take recent changes to this file
libavcodec
|
Fri, 13 Apr 2007 12:02:54 +0000 |
diego |
cosmetics: Fix indentation.
libavcodec
|
Fri, 13 Apr 2007 07:50:04 +0000 |
benoit |
timestamps generation improvement when parsing avi
libavcodec
|
Thu, 12 Apr 2007 15:37:23 +0000 |
banan |
As usual Real actually took something existing and rebranded it.
libavcodec
|
Thu, 12 Apr 2007 11:12:43 +0000 |
diego |
Add complete instructions for the brave people wishing to fiddle with the
libavcodec
|
Thu, 12 Apr 2007 10:59:52 +0000 |
diego |
Replace hackish support for amr-nb and amr-wb. Instead of including the source
libavcodec
|
Thu, 12 Apr 2007 10:27:40 +0000 |
diego |
Update download URL with a link to a working version.
libavcodec
|
Wed, 11 Apr 2007 14:04:47 +0000 |
benoit |
add a check before find_frame_end call
libavcodec
|
Wed, 11 Apr 2007 13:10:13 +0000 |
banan |
Per reference swf/flv adpcm encoder.
libavcodec
|
Wed, 11 Apr 2007 06:59:09 +0000 |
diego |
cosmetics: indentation
libavcodec
|
Tue, 10 Apr 2007 09:47:37 +0000 |
lu_zero |
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1
libavcodec
|
Tue, 10 Apr 2007 09:16:35 +0000 |
ivo |
cosmetics after last commit
libavcodec
|
Tue, 10 Apr 2007 09:15:54 +0000 |
ivo |
Add support for grayscale images with arbitrary maxvals.
libavcodec
|
Tue, 10 Apr 2007 08:18:04 +0000 |
diego |
Fix an underflow/overflow that was causing some crackles when playing
libavcodec
|
Tue, 10 Apr 2007 05:31:22 +0000 |
kostya |
Set C predictor to zero if unavailable (should fix B-frame border artifacts)
libavcodec
|
Mon, 09 Apr 2007 22:25:27 +0000 |
michael |
superflouos ()
libavcodec
|
Mon, 09 Apr 2007 22:21:49 +0000 |
michael |
remove code_prefix variable, no speed change
libavcodec
|
Mon, 09 Apr 2007 22:18:09 +0000 |
michael |
simplify
libavcodec
|
Mon, 09 Apr 2007 14:10:07 +0000 |
diego |
When dst_length == 0 bit_length has to be 0, too, but the current code still
libavcodec
|
Mon, 09 Apr 2007 13:39:35 +0000 |
diego |
Remove a NAL unit's trailing zero bytes even when dst_length is 1.
libavcodec
|
Mon, 09 Apr 2007 12:55:07 +0000 |
diego |
scenario: A properly coded frame is followed by an end of sequence NAL unit,
libavcodec
|
Sun, 08 Apr 2007 20:24:16 +0000 |
diego |
Get rid of unnecessary pointer casts.
libavcodec
|
Sun, 08 Apr 2007 18:54:53 +0000 |
diego |
Only compile in Theora-specific functions if the Theora decoder has been
libavcodec
|
Sun, 08 Apr 2007 18:52:03 +0000 |
diego |
cosmetics: Move one code block to save an #ifdef in the next commit.
libavcodec
|
Sun, 08 Apr 2007 18:50:18 +0000 |
diego |
Remove #if 0 code.
libavcodec
|
Sun, 08 Apr 2007 13:42:44 +0000 |
diego |
Fix compilation when Theora decoder is disabled, but VP3 is enabled.
libavcodec
|
Sun, 08 Apr 2007 13:02:25 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sun, 08 Apr 2007 12:05:02 +0000 |
diego |
cosmetics: indentation fix
libavcodec
|
Sun, 08 Apr 2007 09:44:34 +0000 |
michael |
factorize & 0x0F
libavcodec
|
Sun, 08 Apr 2007 09:31:54 +0000 |
michael |
remove c93_ prefix from static functions in c93.c
libavcodec
|
Sat, 07 Apr 2007 23:31:30 +0000 |
michael |
align vertically
libavcodec
|
Sat, 07 Apr 2007 23:30:47 +0000 |
michael |
shorter variable names
libavcodec
|
Sat, 07 Apr 2007 23:27:11 +0000 |
michael |
general purpose var should be int
libavcodec
|
Sat, 07 Apr 2007 23:18:34 +0000 |
michael |
remove redundant comments
libavcodec
|
Sat, 07 Apr 2007 23:17:06 +0000 |
michael |
remove useless debuging av_log()
libavcodec
|
Sat, 07 Apr 2007 23:16:05 +0000 |
michael |
indention cleanup
libavcodec
|
Sat, 07 Apr 2007 23:10:22 +0000 |
michael |
use shorter names for the block type enum
libavcodec
|
Sat, 07 Apr 2007 23:02:43 +0000 |
michael |
cosmetic
libavcodec
|
Sat, 07 Apr 2007 22:04:33 +0000 |
michael |
use bytestream reader instead of bitstream for THP
libavcodec
|
Sat, 07 Apr 2007 21:34:18 +0000 |
diego |
CRYO APC demuxer
libavcodec
|
Sat, 07 Apr 2007 21:30:19 +0000 |
michael |
simplify
libavcodec
|
Sat, 07 Apr 2007 21:27:58 +0000 |
michael |
prev1/2 -> prev[2]
libavcodec
|
Sat, 07 Apr 2007 21:22:50 +0000 |
michael |
simplify
libavcodec
|
Sat, 07 Apr 2007 21:19:36 +0000 |
michael |
general purpose vars should be int
libavcodec
|
Sat, 07 Apr 2007 21:15:52 +0000 |
michael |
table[index][ch] -> table[ch][index] (might be faster ...)
libavcodec
|
Sat, 07 Apr 2007 20:51:58 +0000 |
diego |
Bethsoft VID demuxer and video decoder
libavcodec
|
Sat, 07 Apr 2007 19:24:27 +0000 |
ivo |
Fix segmentation fault for gray16le to gray conversion.
libavcodec
|
Sat, 07 Apr 2007 17:37:30 +0000 |
diego |
Remove superfluous setting of has_b_frames in codecs without B-frames.
libavcodec
|
Sat, 07 Apr 2007 16:03:23 +0000 |
diego |
THP PCM decoder, used on the Nintendo GameCube.
libavcodec
|
Sat, 07 Apr 2007 15:15:45 +0000 |
michael |
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
libavcodec
|
Sat, 07 Apr 2007 15:10:22 +0000 |
michael |
LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
libavcodec
|
Sat, 07 Apr 2007 14:25:25 +0000 |
diego |
Interplay C93 demuxer and video decoder
libavcodec
|
Sat, 07 Apr 2007 14:10:02 +0000 |
diego |
typos
libavcodec
|
Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavcodec
|
Sat, 07 Apr 2007 14:07:33 +0000 |
diego |
spelling/wording/grammar
libavcodec
|
Sat, 07 Apr 2007 11:57:35 +0000 |
diego |
Print a list of valid AMR bitrates if a wrong one is used.
libavcodec
|
Fri, 06 Apr 2007 23:16:08 +0000 |
michael |
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)
libavcodec
|
Fri, 06 Apr 2007 20:49:26 +0000 |
michael |
s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl
libavcodec
|
Fri, 06 Apr 2007 18:29:27 +0000 |
diego |
SGI image decoder ported to the new image API.
libavcodec
|
Fri, 06 Apr 2007 10:37:34 +0000 |
diego |
Return correct decoded size, decoder is called with only one frame at a time.
libavcodec
|
Fri, 06 Apr 2007 09:59:55 +0000 |
diego |
IWMMXT-specific dsputils clear_blocks function.
libavcodec
|
Fri, 06 Apr 2007 04:40:13 +0000 |
kostya |
This codec is PAL8 so make it output PAL8 too
libavcodec
|
Thu, 05 Apr 2007 00:09:48 +0000 |
michael |
remove compound literals gcc 2.95 doesnt support taking an address of a compound literal
libavcodec
|
Wed, 04 Apr 2007 13:49:55 +0000 |
banan |
WMA decoder improvement, output closer to the dmo binary.
libavcodec
|
Wed, 04 Apr 2007 13:26:26 +0000 |
kostya |
vc1_split should be static
libavcodec
|
Wed, 04 Apr 2007 11:51:08 +0000 |
gpoirier |
changes some function declarations from () to (void) as per ansi c.
libavcodec
|
Wed, 04 Apr 2007 11:43:08 +0000 |
diego |
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
libavcodec
|
Tue, 03 Apr 2007 22:17:37 +0000 |
diego |
cosmetics: Fix indentation.
libavcodec
|
Tue, 03 Apr 2007 22:16:21 +0000 |
diego |
Remove useless pointer shift.
libavcodec
|
Tue, 03 Apr 2007 22:13:16 +0000 |
diego |
Remove commented-out while loop.
libavcodec
|
Tue, 03 Apr 2007 14:15:59 +0000 |
diego |
Explain which configure options are necessary for which AMR variant.
libavcodec
|
Tue, 03 Apr 2007 13:53:25 +0000 |
michael |
typo
libavcodec
|
Tue, 03 Apr 2007 13:52:36 +0000 |
michael |
cosmetic
libavcodec
|
Tue, 03 Apr 2007 13:52:00 +0000 |
michael |
FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad
libavcodec
|
Tue, 03 Apr 2007 13:43:57 +0000 |
michael |
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
libavcodec
|
Tue, 03 Apr 2007 11:26:14 +0000 |
diego |
Remove #if 0 code.
libavcodec
|
Tue, 03 Apr 2007 06:46:12 +0000 |
michael |
dont use *int8_t for the arguments (ive missed that in the patches ...)
libavcodec
|
Tue, 03 Apr 2007 06:40:21 +0000 |
michael |
Changed the rle encoder a little and made it more universal.
libavcodec
|
Tue, 03 Apr 2007 02:18:00 +0000 |
michael |
cosmetic
libavcodec
|
Tue, 03 Apr 2007 01:23:37 +0000 |
michael |
fix indention (less work to fix it myself than to check if a indention fix patch is ok ...)
libavcodec
|
Tue, 03 Apr 2007 01:20:31 +0000 |
michael |
move doxy from .c to .h
libavcodec
|
Tue, 03 Apr 2007 01:01:46 +0000 |
michael |
generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
libavcodec
|
Mon, 02 Apr 2007 07:26:14 +0000 |
diego |
Remove stray object from list of Blackfin assembler objects.
libavcodec
|
Sun, 01 Apr 2007 22:28:45 +0000 |
diego |
bfin dsputils, basic pixel operations sads, diffs, motion compensation
libavcodec
|
Sun, 01 Apr 2007 22:20:51 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Sun, 01 Apr 2007 16:14:19 +0000 |
michael |
indention
libavcodec
|
Sun, 01 Apr 2007 16:13:24 +0000 |
michael |
make AVCodec.init() optional
libavcodec
|
Sun, 01 Apr 2007 14:28:48 +0000 |
diego |
support for the THP game format by Marco Gerards, mgerards xs4all nl
libavcodec
|
Sun, 01 Apr 2007 11:40:36 +0000 |
diego |
Add '#undef exit', the function is now forbidden.
libavcodec
|
Sun, 01 Apr 2007 11:07:28 +0000 |
diego |
Merge redundant comments.
libavcodec
|
Sat, 31 Mar 2007 23:58:33 +0000 |
lorenm |
doxy comment tweaks
libavcodec
|
Sat, 31 Mar 2007 22:39:43 +0000 |
gpoirier |
Add doxy comments, based on Loren's explanations posted here:
libavcodec
|
Sat, 31 Mar 2007 17:24:53 +0000 |
diego |
dct-test works on non-x86 now.
libavcodec
|
Sat, 31 Mar 2007 17:24:09 +0000 |
diego |
platform-independent restructuring and code simplification
libavcodec
|
Sat, 31 Mar 2007 17:14:59 +0000 |
diego |
Remove illegal call to exit().
libavcodec
|
Sat, 31 Mar 2007 16:47:39 +0000 |
mru |
call faacDecClose() with all libfaad versions
libavcodec
|
Sat, 31 Mar 2007 16:20:51 +0000 |
diego |
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.
libavcodec
|
Fri, 30 Mar 2007 20:56:32 +0000 |
lu_zero |
Typos in comments
libavcodec
|
Fri, 30 Mar 2007 19:16:41 +0000 |
lorenm |
move some stuff out of an inner loop. 12% faster svq1 encoding.
libavcodec
|
Fri, 30 Mar 2007 19:15:31 +0000 |
lorenm |
mmx 16-bit ssd. 2.3x faster svq1 encoding.
libavcodec
|
Fri, 30 Mar 2007 09:26:13 +0000 |
takis |
Fix a bug in av_find_opt(). Because some of the AVOption structures have field
libavcodec
|
Fri, 30 Mar 2007 09:05:52 +0000 |
gpoirier |
add 'all' and 'none' options for partitions config
libavcodec
|
Fri, 30 Mar 2007 06:33:15 +0000 |
diego |
Update specification and reference implementation links.
libavcodec
|
Thu, 29 Mar 2007 14:20:30 +0000 |
takis |
Fix compilation when using the --disable-opts parameter. This to help those
libavcodec
|
Thu, 29 Mar 2007 09:39:20 +0000 |
diego |
Accept only existing bitrates.
libavcodec
|
Tue, 27 Mar 2007 11:18:24 +0000 |
michael |
codec id addition guidlines
libavcodec
|
Tue, 27 Mar 2007 07:28:52 +0000 |
kostya |
FASTTX==0 means additional 16 bits in extradata
libavcodec
|
Tue, 27 Mar 2007 07:27:53 +0000 |
kostya |
One more FASTTX-related hack
libavcodec
|
Tue, 27 Mar 2007 05:23:07 +0000 |
kostya |
Remove redundant assign
libavcodec
|
Mon, 26 Mar 2007 17:33:45 +0000 |
michael |
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking
libavcodec
|
Mon, 26 Mar 2007 15:21:19 +0000 |
iive |
get rid of unused entries in the middle of xvmc_render struct,
libavcodec
|
Mon, 26 Mar 2007 10:03:57 +0000 |
banan |
Optimize by building the mdct window and multipying/adding at the same time.
libavcodec
|
Mon, 26 Mar 2007 00:54:29 +0000 |
michael |
factorize &
libavcodec
|
Mon, 26 Mar 2007 00:44:42 +0000 |
michael |
simplify
libavcodec
|
Mon, 26 Mar 2007 00:00:43 +0000 |
aurel |
properly set *data_size when returning >= 0 values in shorten_decode_frame()
libavcodec
|
Sun, 25 Mar 2007 23:37:38 +0000 |
michael |
check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable
libavcodec
|
Sun, 25 Mar 2007 23:22:11 +0000 |
michael |
simplify
libavcodec
|
Sun, 25 Mar 2007 20:52:45 +0000 |
bcoudurier |
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API
libavcodec
|
Sun, 25 Mar 2007 16:43:59 +0000 |
bcoudurier |
remove TODO, its done now
libavcodec
|
Sun, 25 Mar 2007 16:29:11 +0000 |
bcoudurier |
pass correct buffer size to lzw decode init
libavcodec
|
Sun, 25 Mar 2007 15:43:46 +0000 |
michael |
move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread
libavcodec
|
Sun, 25 Mar 2007 15:09:16 +0000 |
michael |
simplify
libavcodec
|
Sun, 25 Mar 2007 14:02:54 +0000 |
michael |
factorize
libavcodec
|
Sun, 25 Mar 2007 13:41:14 +0000 |
michael |
simplify
libavcodec
|
Sun, 25 Mar 2007 06:00:06 +0000 |
kostya |
1000l to myself - get correct quantization for blocks 1 and 2
libavcodec
|
Sun, 25 Mar 2007 01:09:26 +0000 |
aurel |
use generic xiph header spliting func to split theora headers
libavcodec
|
Sun, 25 Mar 2007 01:06:45 +0000 |
aurel |
extract vorbis header spliting code into a reusable function
libavcodec
|
Sun, 25 Mar 2007 00:16:30 +0000 |
bcoudurier |
actually return bytes read
libavcodec
|
Sun, 25 Mar 2007 00:12:24 +0000 |
bcoudurier |
return error if loop has ended before decoding image
libavcodec
|
Sun, 25 Mar 2007 00:00:56 +0000 |
bcoudurier |
actually return bytes read
libavcodec
|
Sat, 24 Mar 2007 23:57:42 +0000 |
bcoudurier |
add some length checks
libavcodec
|
Sat, 24 Mar 2007 23:53:34 +0000 |
bcoudurier |
simplify
libavcodec
|
Sat, 24 Mar 2007 23:23:51 +0000 |
bcoudurier |
fix indentation
libavcodec
|
Sat, 24 Mar 2007 23:23:05 +0000 |
bcoudurier |
break if eob is reached to avoid reading one too much byte
libavcodec
|
Sat, 24 Mar 2007 12:07:07 +0000 |
mru |
Fix H.264 8x8 transform selection
libavcodec
|
Fri, 23 Mar 2007 00:05:45 +0000 |
mru |
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but
libavcodec
|
Thu, 22 Mar 2007 14:27:16 +0000 |
michael |
set more reasonable cutoff for audio rate conversion
libavcodec
|
Thu, 22 Mar 2007 13:27:11 +0000 |
michael |
clarify codec_tag
libavcodec
|
Thu, 22 Mar 2007 13:17:03 +0000 |
michael |
clarify sub_id
libavcodec
|
Thu, 22 Mar 2007 11:23:38 +0000 |
michael |
replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected
libavcodec
|
Thu, 22 Mar 2007 11:13:13 +0000 |
michael |
change high precision mode to 30 bits again after making the code less overflow sensitive
libavcodec
|
Thu, 22 Mar 2007 11:10:30 +0000 |
michael |
optimize linear filter coeff interpolation code, this also makes the code less prone to overflows
libavcodec
|
Thu, 22 Mar 2007 05:39:20 +0000 |
jbr |
cosmetics. align and condense.
libavcodec
|
Thu, 22 Mar 2007 05:38:00 +0000 |
jbr |
simplify
libavcodec
|
Thu, 22 Mar 2007 05:34:26 +0000 |
jbr |
utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%
libavcodec
|
Thu, 22 Mar 2007 03:18:34 +0000 |
michael |
revert r8469 (increase bits for non default highprecision mode)
libavcodec
|
Thu, 22 Mar 2007 03:16:02 +0000 |
michael |
AUDIOPHILE_KIDDY_MODE
libavcodec
|
Thu, 22 Mar 2007 00:52:49 +0000 |
michael |
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...)
libavcodec
|
Thu, 22 Mar 2007 00:16:41 +0000 |
michael |
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters)
libavcodec
|
Wed, 21 Mar 2007 23:44:49 +0000 |
michael |
make kaiser windows with other beta than 16 available
libavcodec
|
Wed, 21 Mar 2007 23:07:24 +0000 |
mru |
enable iwmmxt support, removing mm_support() stub
libavcodec
|
Wed, 21 Mar 2007 22:39:00 +0000 |
michael |
make high precision mode accessible at compile time
libavcodec
|
Wed, 21 Mar 2007 22:38:07 +0000 |
michael |
increase bits for non default highprecision mode
libavcodec
|
Wed, 21 Mar 2007 22:37:05 +0000 |
michael |
code for testing the accuracy of the resampler
libavcodec
|
Wed, 21 Mar 2007 22:02:52 +0000 |
michael |
remove dithering of filter coefficients, improves precision by 1-2 bits and
libavcodec
|
Wed, 21 Mar 2007 05:56:29 +0000 |
kostya |
Smacker Audio stereo fix
libavcodec
|
Tue, 20 Mar 2007 18:08:51 +0000 |
banan |
Small simplifications to subband coefficient handling and use av_random().
libavcodec
|
Tue, 20 Mar 2007 16:51:30 +0000 |
lorenm |
oops, encoder was under ifdef decoders.
libavcodec
|
Tue, 20 Mar 2007 05:44:42 +0000 |
kostya |
Correctly handle data_size on decoding
libavcodec
|
Tue, 20 Mar 2007 02:12:13 +0000 |
jbr |
fix handling of special case for lowest snroffset. regressions are unaffected.
libavcodec
|
Mon, 19 Mar 2007 16:07:51 +0000 |
bcoudurier |
10l, fix debug, dprintf does not have log level
libavcodec
|
Sun, 18 Mar 2007 23:25:00 +0000 |
bcoudurier |
dnxhd decoder
libavcodec
|
Sun, 18 Mar 2007 23:18:05 +0000 |
jbr |
AC-3 encoded volume is too high. Revert revision 7160:
libavcodec
|
Sun, 18 Mar 2007 22:32:39 +0000 |
mru |
fix init_vlc() with nonzero flags
libavcodec
|
Sun, 18 Mar 2007 21:43:20 +0000 |
jbr |
split ac3_parametric_bit_allocation into 3 separate functions
libavcodec
|
Sun, 18 Mar 2007 18:07:27 +0000 |
kostya |
Zero MV vectors for P frame intra blocks
libavcodec
|
Sun, 18 Mar 2007 12:03:29 +0000 |
lorenm |
huffyuv rgb encoder
libavcodec
|
Sun, 18 Mar 2007 07:53:16 +0000 |
kostya |
indentation
libavcodec
|
Sun, 18 Mar 2007 07:51:40 +0000 |
kostya |
Proper handling of motion vectors for adv. profile
libavcodec
|
Sun, 18 Mar 2007 04:53:21 +0000 |
jbr |
hardcode ff_ac3_frame_sizes table
libavcodec
|
Sat, 17 Mar 2007 14:59:58 +0000 |
diego |
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.
libavcodec
|
Sat, 17 Mar 2007 13:16:18 +0000 |
diego |
Move the encoding of the image data to its own function.
libavcodec
|
Sat, 17 Mar 2007 12:56:34 +0000 |
diego |
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.
libavcodec
|
Thu, 15 Mar 2007 23:45:20 +0000 |
gpoirier |
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2
libavcodec
|
Thu, 15 Mar 2007 21:22:10 +0000 |
banan |
subband_coef_noise -> subband_coef_sign
libavcodec
|
Thu, 15 Mar 2007 12:23:08 +0000 |
gpoirier |
Targa (.tga) encoder,
libavcodec
|
Wed, 14 Mar 2007 23:23:30 +0000 |
michael |
10l for myself, fixing --disable-encoders
libavcodec
|
Wed, 14 Mar 2007 14:49:49 +0000 |
kostya |
DXA demuxer and decoder
libavcodec
|
Wed, 14 Mar 2007 13:25:15 +0000 |
michael |
deprecate ff_realloc_static
libavcodec
|
Wed, 14 Mar 2007 13:20:29 +0000 |
michael |
10l to whoever wrote this
libavcodec
|
Wed, 14 Mar 2007 13:19:19 +0000 |
michael |
kill av_mallocz_static() calls in init_rl()
libavcodec
|
Wed, 14 Mar 2007 12:29:32 +0000 |
michael |
move RLTable stuff to its own header
libavcodec
|
Wed, 14 Mar 2007 12:15:34 +0000 |
michael |
kill av_mallocz_static()
libavcodec
|
Wed, 14 Mar 2007 11:13:17 +0000 |
bcoudurier |
reindent after last commit
libavcodec
|
Wed, 14 Mar 2007 11:12:02 +0000 |
bcoudurier |
h264 complete frames parsing support
libavcodec
|
Wed, 14 Mar 2007 01:59:53 +0000 |
michael |
kill 3 more av_mallocz_static()
libavcodec
|
Wed, 14 Mar 2007 00:19:56 +0000 |
michael |
kill another 2 av_mallocz_static()
libavcodec
|
Tue, 13 Mar 2007 23:30:28 +0000 |
michael |
kill a av_mallocz_static()
libavcodec
|
Tue, 13 Mar 2007 23:10:42 +0000 |
michael |
10^10l to whoever wrote this
libavcodec
|
Tue, 13 Mar 2007 22:53:01 +0000 |
michael |
remove useless static cm variable
libavcodec
|
Tue, 13 Mar 2007 22:51:49 +0000 |
michael |
cosmetic
libavcodec
|
Tue, 13 Mar 2007 22:51:11 +0000 |
michael |
remove silly static int done protecting the initalization of 32 elements to 1
libavcodec
|
Tue, 13 Mar 2007 22:47:59 +0000 |
michael |
remove redundant memset()
libavcodec
|
Tue, 13 Mar 2007 22:47:05 +0000 |
michael |
dont malloc() static mv_penalty arrays
libavcodec
|
Tue, 13 Mar 2007 22:01:06 +0000 |
michael |
deprecate av_mallocz_static()
libavcodec
|
Tue, 13 Mar 2007 19:44:02 +0000 |
banan |
Combine the window and overlap loops,
libavcodec
|
Mon, 12 Mar 2007 12:36:41 +0000 |
mbardiaux |
Give context to dprintf
libavcodec
|
Sun, 11 Mar 2007 21:01:33 +0000 |
banan |
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour.
libavcodec
|
Sun, 11 Mar 2007 20:30:06 +0000 |
banan |
Replace custom modified discrete cosine transform with ffmpeg's own.
libavcodec
|
Sun, 11 Mar 2007 16:57:05 +0000 |
jbr |
the AC-3 parser needs ac3.o
libavcodec
|
Sun, 11 Mar 2007 16:44:14 +0000 |
jbr |
move AC-3 header parsing to ac3.c
libavcodec
|
Sun, 11 Mar 2007 09:51:01 +0000 |
kostya |
Correctly ME border blocks
libavcodec
|
Sun, 11 Mar 2007 09:16:11 +0000 |
reimar |
Check dimensions to avoid division by zero due to invalid new dimensions.
libavcodec
|
Sun, 11 Mar 2007 02:13:05 +0000 |
jbr |
remove redundancy in AC-3 parser by using common tables from ac3tab.h
libavcodec
|
Sat, 10 Mar 2007 09:20:07 +0000 |
banan |
Simplify, use avctx->frame_number.
libavcodec
|
Fri, 09 Mar 2007 13:57:42 +0000 |
jbr |
Remove common code from AC-3 encoder and utilize ac3.c.
libavcodec
|
Fri, 09 Mar 2007 13:54:44 +0000 |
jbr |
Create ac3.c which will be used for AC-3 common code.
libavcodec
|
Fri, 09 Mar 2007 03:17:43 +0000 |
jbr |
simplify AC-3 bit allocation
libavcodec
|
Thu, 08 Mar 2007 23:38:50 +0000 |
jbr |
cosmetics. remove space before semi-colon.
libavcodec
|
Thu, 08 Mar 2007 20:43:51 +0000 |
banan |
Simplify gain block handling.
libavcodec
|
Thu, 08 Mar 2007 19:47:03 +0000 |
banan |
Don't output the first two frames, since they don't contain valid audio.
libavcodec
|
Thu, 08 Mar 2007 18:25:47 +0000 |
bcoudurier |
fix drop frame timecode flag
libavcodec
|
Thu, 08 Mar 2007 14:49:43 +0000 |
mbardiaux |
Corrections so that builds with DEBUG work
libavcodec
|
Thu, 08 Mar 2007 10:25:06 +0000 |
michael |
bitrate sanity check (fixes assertion failure)
libavcodec
|
Thu, 08 Mar 2007 10:21:35 +0000 |
takis |
Remove useless casts as recommended by M«©ns Rullg«©rd.
libavcodec
|
Thu, 08 Mar 2007 10:11:31 +0000 |
takis |
Cosmetics in amr.c.
libavcodec
|
Thu, 08 Mar 2007 10:06:59 +0000 |
takis |
Move the initialization on context definition. In amr.c, only the
libavcodec
|
Wed, 07 Mar 2007 09:51:45 +0000 |
michael |
add a -ab with default of 64k
libavcodec
|
Wed, 07 Mar 2007 09:29:44 +0000 |
michael |
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter
libavcodec
|
Wed, 07 Mar 2007 02:21:35 +0000 |
michael |
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags
libavcodec
|
Wed, 07 Mar 2007 02:03:44 +0000 |
michael |
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions
libavcodec
|
Wed, 07 Mar 2007 00:27:23 +0000 |
alex |
typo: unkown->unknown
libavcodec
|
Tue, 06 Mar 2007 13:05:38 +0000 |
alex |
add little endian 24bit read/write
libavcodec
|
Mon, 05 Mar 2007 10:04:53 +0000 |
gpoirier |
change management of "ab" option in ffmpeg.c, so that it works as "b" option.
libavcodec
|
Sun, 04 Mar 2007 11:53:11 +0000 |
takis |
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
libavcodec
|
Sun, 04 Mar 2007 02:59:11 +0000 |
bcoudurier |
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder
libavcodec
|
Sun, 04 Mar 2007 02:51:33 +0000 |
bcoudurier |
add bytestream_get/put_be24 functions
libavcodec
|
Sun, 04 Mar 2007 02:26:20 +0000 |
bcoudurier |
dummy support for mpeg2 non linear quant
libavcodec
|
Sat, 03 Mar 2007 21:33:33 +0000 |
michael |
check for no frame and prevent segfault
libavcodec
|
Sat, 03 Mar 2007 14:11:45 +0000 |
bcoudurier |
partial avid meridien uncompressed support
libavcodec
|
Sat, 03 Mar 2007 08:33:07 +0000 |
diego |
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.
libavcodec
|
Sat, 03 Mar 2007 08:29:03 +0000 |
diego |
Clarify that this decoder uses liba52.
libavcodec
|
Fri, 02 Mar 2007 23:35:26 +0000 |
michael |
support feeding individual NAL units to the decoder instead of just complete frames
libavcodec
|
Fri, 02 Mar 2007 12:26:07 +0000 |
bcoudurier |
support for mjpeg bottom field first in mov
libavcodec
|
Fri, 02 Mar 2007 10:08:05 +0000 |
bcoudurier |
fix adpcm swf decoding
libavcodec
|
Thu, 01 Mar 2007 16:36:38 +0000 |
bcoudurier |
remove ps option and rename rtp_payload_size AVOption to ps
libavcodec
|
Thu, 01 Mar 2007 15:27:26 +0000 |
takis |
Add documentation to some avcodec.h's pix_fmt related functions and defines.
libavcodec
|
Thu, 01 Mar 2007 13:03:33 +0000 |
bcoudurier |
quicktime 'raw ' support
libavcodec
|
Thu, 01 Mar 2007 10:29:03 +0000 |
bcoudurier |
get rid of CODEC_FLAG_H263P_AIC with next major bump
libavcodec
|
Thu, 01 Mar 2007 10:24:07 +0000 |
bcoudurier |
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump
libavcodec
|
Wed, 28 Feb 2007 17:56:45 +0000 |
bcoudurier |
get rid of rtp_mode field after next major bump
libavcodec
|
Wed, 28 Feb 2007 17:40:31 +0000 |
bcoudurier |
enable rtp payload size AVOption for video encoding
libavcodec
|
Wed, 28 Feb 2007 09:56:15 +0000 |
bcoudurier |
free faac extradata
libavcodec
|
Wed, 28 Feb 2007 06:59:39 +0000 |
kostya |
Looks like I'll work on it this year too
libavcodec
|
Wed, 28 Feb 2007 06:39:58 +0000 |
kostya |
WMV3 Complex Profile initial support
libavcodec
|
Wed, 28 Feb 2007 00:55:19 +0000 |
aurel |
enable some 64bit optimized code on 64bit arch
libavcodec
|
Tue, 27 Feb 2007 09:56:09 +0000 |
diego |
Fix wrong license header.
libavcodec
|
Tue, 27 Feb 2007 09:54:48 +0000 |
mbardiaux |
Rename WMADecodeContext to WMACodecContext
libavcodec
|
Tue, 27 Feb 2007 09:39:04 +0000 |
mbardiaux |
Supply context to tprintf
libavcodec
|
Tue, 27 Feb 2007 06:30:40 +0000 |
kostya |
DCA decoder
libavcodec
|
Tue, 27 Feb 2007 00:24:49 +0000 |
diego |
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
libavcodec
|
Tue, 27 Feb 2007 00:18:38 +0000 |
diego |
Remove useless conditional.
libavcodec
|
Sun, 25 Feb 2007 16:02:32 +0000 |
aurel |
cleanup setting of returned data frame
libavcodec
|
Sun, 25 Feb 2007 15:33:38 +0000 |
aurel |
Use pointers to avoid copying AVFrame.
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Sun, 25 Feb 2007 07:53:44 +0000 |
takis |
Move the unaltered documentation of the functions which are part of the public
libavcodec
|
Sun, 25 Feb 2007 02:38:08 +0000 |
michael |
rewrite find_frame_end()
libavcodec
|
Sun, 25 Feb 2007 00:35:30 +0000 |
aurel |
use FFMIN
libavcodec
|
Sat, 24 Feb 2007 11:59:26 +0000 |
diego |
Only compile snowdsp_mmx.c if the Snow decoder is enabled.
libavcodec
|
Sat, 24 Feb 2007 11:58:52 +0000 |
diego |
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.
libavcodec
|
Sat, 24 Feb 2007 09:41:43 +0000 |
diego |
cosmetics: Fix another common typo, dependAnt --> dependEnt.
libavcodec
|
Sat, 24 Feb 2007 00:58:28 +0000 |
michael |
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com)
libavcodec
|
Sat, 24 Feb 2007 00:55:50 +0000 |
aurel |
Use pointers to avoid copying AVFrame.
libavcodec
|
Fri, 23 Feb 2007 15:44:56 +0000 |
michael |
reorder a few more paddws to reduce dependancy chains
libavcodec
|
Fri, 23 Feb 2007 15:28:35 +0000 |
michael |
reorder paddws to reduce dependancy chain
libavcodec
|
Fri, 23 Feb 2007 15:19:29 +0000 |
gpoirier |
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c
libavcodec
|
Fri, 23 Feb 2007 15:03:30 +0000 |
michael |
shortening dependancy chain in chroma mc2
libavcodec
|
Fri, 23 Feb 2007 14:29:59 +0000 |
michael |
remove now wrong comment
libavcodec
|
Fri, 23 Feb 2007 14:29:13 +0000 |
michael |
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr)
libavcodec
|
Fri, 23 Feb 2007 10:23:45 +0000 |
aurel |
use av_noinline instead of __attribute((noinline))
libavcodec
|
Fri, 23 Feb 2007 00:47:21 +0000 |
michael |
dont check buffer size if the decode function wont be called at all
libavcodec
|
Fri, 23 Feb 2007 00:20:39 +0000 |
takis |
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_.
libavcodec
|
Thu, 22 Feb 2007 20:21:33 +0000 |
takis |
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.
libavcodec
|
Thu, 22 Feb 2007 19:16:31 +0000 |
takis |
Doxygenize the existing amr.c documentation.
libavcodec
|
Thu, 22 Feb 2007 19:14:07 +0000 |
takis |
Doxygenize the comments for the av_fast_realloc() function.
libavcodec
|
Thu, 22 Feb 2007 19:12:40 +0000 |
takis |
Doxygenize the comments for the av_free_static() function.
libavcodec
|
Thu, 22 Feb 2007 19:11:33 +0000 |
takis |
Doxygenize the comments for the av_mallocz_static() function.
libavcodec
|
Thu, 22 Feb 2007 19:10:55 +0000 |
takis |
Doxygenize the comments for the av_realloc_static() function.
libavcodec
|
Thu, 22 Feb 2007 19:09:35 +0000 |
takis |
Doxygenize the comments for the av_get_bits_per_sample() function.
libavcodec
|
Thu, 22 Feb 2007 19:08:39 +0000 |
takis |
Doxygenize the comments for the av_get_pict_type_char() function.
libavcodec
|
Thu, 22 Feb 2007 19:06:28 +0000 |
takis |
Doxygenize the comments for the avpicture_free() function.
libavcodec
|
Thu, 22 Feb 2007 19:05:44 +0000 |
takis |
Move the Doxygen function documentation unaltered from libavcodec/utils.c to
libavcodec
|
Thu, 22 Feb 2007 18:59:05 +0000 |
takis |
Add more Doxygen documentation.
libavcodec
|
Thu, 22 Feb 2007 14:56:54 +0000 |
takis |
Fix spelling.
libavcodec
|
Thu, 22 Feb 2007 12:56:31 +0000 |
takis |
The memsetting of the end of buffer is not needed for audio.
libavcodec
|
Thu, 22 Feb 2007 02:12:54 +0000 |
takis |
Stray comment, probably copy & pasted from audio_encode_example().
libavcodec
|
Thu, 22 Feb 2007 00:46:36 +0000 |
takis |
Fix typo.
libavcodec
|
Thu, 22 Feb 2007 00:14:54 +0000 |
diego |
cosmetics: aswell --> as well typo fix
libavcodec
|
Thu, 22 Feb 2007 00:04:36 +0000 |
michael |
gcc 2.95 fix
libavcodec
|
Wed, 21 Feb 2007 23:48:20 +0000 |
takis |
Correct typo.
libavcodec
|
Wed, 21 Feb 2007 23:46:25 +0000 |
aurel |
simplify release_buffer using FFSWAP
libavcodec
|
Wed, 21 Feb 2007 23:32:13 +0000 |
diego |
simplify i386 object handling
libavcodec
|
Wed, 21 Feb 2007 21:16:07 +0000 |
michael |
output delayed frames
libavcodec
|
Wed, 21 Feb 2007 19:19:46 +0000 |
diego |
cosmetics: Fix another common typo, gurantee --> guArantee.
libavcodec
|
Wed, 21 Feb 2007 18:10:25 +0000 |
kostya |
100l: forgot to reset LS mode on new frame
libavcodec
|
Wed, 21 Feb 2007 10:15:08 +0000 |
diego |
cosmetics: Fix a common typo, sepErate --> sepArate.
libavcodec
|
Tue, 20 Feb 2007 12:45:16 +0000 |
takis |
Add some more Doxygen documentation to libavcodec/utils.c.
libavcodec
|
Tue, 20 Feb 2007 11:09:47 +0000 |
mbardiaux |
Add support for MS-GSM codec
libavcodec
|
Tue, 20 Feb 2007 10:34:01 +0000 |
takis |
Provide Doxygen documentation.
libavcodec
|
Tue, 20 Feb 2007 08:35:25 +0000 |
gpoirier |
add doxygen docs for avpicture_fill()
libavcodec
|
Mon, 19 Feb 2007 20:59:40 +0000 |
stefang |
fix comment, get/show_bits(0) does not work
libavcodec
|
Mon, 19 Feb 2007 11:00:38 +0000 |
mbardiaux |
Remove some old disabled debugging output
libavcodec
|
Mon, 19 Feb 2007 04:44:17 +0000 |
lorenm |
simplify in fill_caches
libavcodec
|
Sun, 18 Feb 2007 21:23:50 +0000 |
takis |
Remove a non-C dependency (being M_PI) from the libavcodec example.
libavcodec
|
Sun, 18 Feb 2007 20:35:22 +0000 |
banan |
Clairyfication of the gain tool struct.
libavcodec
|
Sun, 18 Feb 2007 20:00:05 +0000 |
mru |
fix for x86-64
libavcodec
|
Sun, 18 Feb 2007 19:12:20 +0000 |
banan |
Don't use byte swaps and use the more portable way
libavcodec
|
Sun, 18 Feb 2007 01:37:50 +0000 |
michael |
factorize more calls to fill_rectangle()
libavcodec
|
Sun, 18 Feb 2007 01:24:57 +0000 |
michael |
factorize fill_rectangle() calls
libavcodec
|
Sun, 18 Feb 2007 01:02:34 +0000 |
alex |
display line number when printing error
libavcodec
|
Sat, 17 Feb 2007 23:43:02 +0000 |
michael |
rewrite H264_CHROMA_MC4_TMPL (20% faster)
libavcodec
|
Sat, 17 Feb 2007 11:55:57 +0000 |
michael |
remove imgresample and convert with the next version bump
libavcodec
|
Sat, 17 Feb 2007 11:41:59 +0000 |
kostya |
Use AVRandom
libavcodec
|
Sat, 17 Feb 2007 11:39:54 +0000 |
kostya |
10l: forgot break statement
libavcodec
|
Fri, 16 Feb 2007 21:50:37 +0000 |
michael |
factorize fill_rectangle()
libavcodec
|
Fri, 16 Feb 2007 21:42:01 +0000 |
michael |
replace list<2 checks by list<list_count
libavcodec
|
Fri, 16 Feb 2007 21:34:21 +0000 |
michael |
fix 2nd ref_count check
libavcodec
|
Fri, 16 Feb 2007 21:29:15 +0000 |
michael |
fix ref_count check
libavcodec
|
Fri, 16 Feb 2007 21:27:59 +0000 |
michael |
factorize mv_cache and mvd_cache init
libavcodec
|
Fri, 16 Feb 2007 21:25:22 +0000 |
michael |
simplify
libavcodec
|
Fri, 16 Feb 2007 21:22:53 +0000 |
michael |
add a few asserts to ensure alignment
libavcodec
|
Fri, 16 Feb 2007 21:21:07 +0000 |
michael |
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise)
libavcodec
|
Thu, 15 Feb 2007 12:57:51 +0000 |
mbardiaux |
Spelling fix
libavcodec
|
Thu, 15 Feb 2007 12:57:20 +0000 |
mbardiaux |
Spelling fix
libavcodec
|
Wed, 14 Feb 2007 23:33:16 +0000 |
diego |
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.
libavcodec
|
Wed, 14 Feb 2007 10:50:01 +0000 |
michael |
doxy for avcodec_encode_video()
libavcodec
|
Wed, 14 Feb 2007 09:57:41 +0000 |
mbardiaux |
Fix one warning
libavcodec
|
Tue, 13 Feb 2007 23:45:28 +0000 |
mru |
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
libavcodec
|
Tue, 13 Feb 2007 18:26:14 +0000 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavcodec
|
Tue, 13 Feb 2007 16:06:50 +0000 |
mbardiaux |
Change some dprintf to av_log
libavcodec
|
Tue, 13 Feb 2007 07:48:23 +0000 |
kostya |
Intensity compensation for B-frames in AP was missing
libavcodec
|
Mon, 12 Feb 2007 23:23:05 +0000 |
diego |
consistency renaming: yuv422 --> yuyv422
libavcodec
|
Mon, 12 Feb 2007 23:15:38 +0000 |
diego |
consistency renaming: uyvy411 --> uyyvyy411
libavcodec
|
Mon, 12 Feb 2007 23:07:17 +0000 |
diego |
consistency renaming: rgba32 --> rgb32
libavcodec
|
Mon, 12 Feb 2007 10:05:19 +0000 |
diego |
Restore the possibility to link liba52 instead of dlopening.
libavcodec
|
Sun, 11 Feb 2007 19:02:59 +0000 |
diego |
Rename ac3 decoder to liba52 to prepare for native decoder.
libavcodec
|
Sun, 11 Feb 2007 16:39:09 +0000 |
mru |
rename HAVE_GPROF to CONFIG_GPROF
libavcodec
|
Sun, 11 Feb 2007 16:29:00 +0000 |
diego |
Remove internal liba52; external lib still works, native decoder coming up.
libavcodec
|
Sun, 11 Feb 2007 12:27:11 +0000 |
diego |
Remove unused libac3 AC3 decoding interface.
libavcodec
|
Sat, 10 Feb 2007 13:33:08 +0000 |
reimar |
Minor AMD64 compilation fix
libavcodec
|
Sat, 10 Feb 2007 03:56:49 +0000 |
michael |
maybe fix x86_64 (untested)
libavcodec
|
Fri, 09 Feb 2007 22:25:29 +0000 |
gpoirier |
always decode extradata when of non-avc stream (like RTSP)
libavcodec
|
Fri, 09 Feb 2007 13:57:14 +0000 |
michael |
packets with half pcm samples are invalid
libavcodec
|
Fri, 09 Feb 2007 12:37:38 +0000 |
michael |
factor out common subexprssion (gcc of course is too stupid to do this ...)
libavcodec
|
Fri, 09 Feb 2007 12:24:22 +0000 |
michael |
merge asm fragments in H264_CHROMA_MC2_TMPL()
libavcodec
|
Fri, 09 Feb 2007 02:25:23 +0000 |
michael |
sanity check
libavcodec
|
Fri, 09 Feb 2007 02:21:34 +0000 |
michael |
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily)
libavcodec
|
Fri, 09 Feb 2007 02:02:09 +0000 |
jbr |
fix parsing of RealAudio AC-3/DolbyNet
libavcodec
|
Thu, 08 Feb 2007 18:55:36 +0000 |
lucabe |
Directly access av_log_level instead of calling av_log_{set, get}_level()
libavcodec
|
Wed, 07 Feb 2007 17:35:36 +0000 |
reimar |
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
libavcodec
|
Wed, 07 Feb 2007 16:59:10 +0000 |
michael |
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)
libavcodec
|
Wed, 07 Feb 2007 14:53:25 +0000 |
michael |
doxygenize
libavcodec
|
Wed, 07 Feb 2007 14:10:50 +0000 |
diego |
Add a comment about swapped numerator and denominator.
libavcodec
|
Wed, 07 Feb 2007 12:38:47 +0000 |
diego |
missing spaces
libavcodec
|
Wed, 07 Feb 2007 01:48:09 +0000 |
diego |
Replace deprecated PIX_FMT names by the newer variants.
libavcodec
|
Tue, 06 Feb 2007 23:58:02 +0000 |
michael |
workaround sign bug
libavcodec
|
Tue, 06 Feb 2007 22:20:55 +0000 |
michael |
10l use of uninitalized var
libavcodec
|
Tue, 06 Feb 2007 21:12:48 +0000 |
michael |
kill debuging code
libavcodec
|
Tue, 06 Feb 2007 20:19:04 +0000 |
michael |
wma encoder
libavcodec
|
Tue, 06 Feb 2007 19:14:16 +0000 |
michael |
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)
libavcodec
|
Tue, 06 Feb 2007 19:10:17 +0000 |
michael |
simplify and remove useless index in AV_W*
libavcodec
|
Tue, 06 Feb 2007 07:16:52 +0000 |
kostya |
Progressive frames disguised as interlaced are supported
libavcodec
|
Tue, 06 Feb 2007 07:11:20 +0000 |
kostya |
B-frames could not be determined from broken_link/closed_entry, use fixed value
libavcodec
|
Tue, 06 Feb 2007 07:07:29 +0000 |
kostya |
Wrong flag tested
libavcodec
|
Tue, 06 Feb 2007 00:35:51 +0000 |
aurel |
ensure that data[0] is set to NULL for next frame
libavcodec
|
Mon, 05 Feb 2007 21:18:11 +0000 |
mru |
oops, revert accidental checkin
libavcodec
|
Mon, 05 Feb 2007 21:16:31 +0000 |
mru |
fix multichannel decoding
libavcodec
|
Mon, 05 Feb 2007 20:17:02 +0000 |
mru |
move static variables to private context struct
libavcodec
|
Mon, 05 Feb 2007 19:56:31 +0000 |
mru |
remove preprocessor cruft
libavcodec
|
Mon, 05 Feb 2007 19:55:15 +0000 |
mru |
cosmetics: don't needlessly open new blocks
libavcodec
|
Mon, 05 Feb 2007 19:35:36 +0000 |
mru |
cosmetic: indent sensibly so code can be read at all
libavcodec
|
Mon, 05 Feb 2007 15:05:29 +0000 |
diego |
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
libavcodec
|
Mon, 05 Feb 2007 11:57:36 +0000 |
faust3 |
fix use of uninitialized variables
libavcodec
|
Mon, 05 Feb 2007 09:11:10 +0000 |
diego |
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.
libavcodec
|
Mon, 05 Feb 2007 06:58:02 +0000 |
kostya |
Set codec dimensions in extradata parsing
libavcodec
|
Mon, 05 Feb 2007 06:56:49 +0000 |
kostya |
table fix
libavcodec
|
Sun, 04 Feb 2007 11:20:32 +0000 |
michael |
useless as this file wont be compiled if this is not true
libavcodec
|
Sun, 04 Feb 2007 10:46:28 +0000 |
kostya |
Save frame header info in context variables
libavcodec
|
Sun, 04 Feb 2007 10:45:01 +0000 |
kostya |
Set frame rate from extradata
libavcodec
|
Sat, 03 Feb 2007 13:15:55 +0000 |
michael |
factorize switch_buffer()
libavcodec
|
Sat, 03 Feb 2007 12:42:12 +0000 |
michael |
fix decoding of takethat.mp3
libavcodec
|
Sat, 03 Feb 2007 06:43:06 +0000 |
kostya |
These messages are just for debug purposes
libavcodec
|
Sat, 03 Feb 2007 06:41:14 +0000 |
kostya |
Set codec dimensions if provided by extradata
libavcodec
|
Sat, 03 Feb 2007 06:39:50 +0000 |
kostya |
VC-1 parser
libavcodec
|
Fri, 02 Feb 2007 15:14:13 +0000 |
kostya |
0x00000103 is not an escape marker
libavcodec
|
Fri, 02 Feb 2007 10:25:30 +0000 |
michael |
add FIXME
libavcodec
|
Fri, 02 Feb 2007 06:45:21 +0000 |
kostya |
General approach to parsing chunks in VC-1 AP
libavcodec
|
Fri, 02 Feb 2007 02:58:01 +0000 |
michael |
some (probably exploitable) out of array write fixes
libavcodec
|
Fri, 02 Feb 2007 00:23:19 +0000 |
mru |
missed a redundant load
libavcodec
|
Thu, 01 Feb 2007 23:30:33 +0000 |
mru |
revert accidental checkin
libavcodec
|
Thu, 01 Feb 2007 22:50:38 +0000 |
mru |
save one cycle
libavcodec
|
Thu, 01 Feb 2007 22:44:42 +0000 |
mru |
remove redundant loads
libavcodec
|
Thu, 01 Feb 2007 18:39:49 +0000 |
kostya |
Check for out-of-bounds access
libavcodec
|
Thu, 01 Feb 2007 09:48:09 +0000 |
takis |
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
libavcodec
|
Thu, 01 Feb 2007 09:47:36 +0000 |
bcoudurier |
correctly set profile/level for hd
libavcodec
|
Thu, 01 Feb 2007 09:45:05 +0000 |
takis |
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,
libavcodec
|
Wed, 31 Jan 2007 23:04:56 +0000 |
mru |
optimize IDCT of rows with mostly zero coefficients
libavcodec
|
Wed, 31 Jan 2007 22:58:53 +0000 |
reimar |
Move lzo decompression to libavutil
libavcodec
|
Wed, 31 Jan 2007 21:20:31 +0000 |
reimar |
Make sure we do not accidentially "fix" cnt to something < 0
libavcodec
|
Wed, 31 Jan 2007 21:00:48 +0000 |
reimar |
Simplify checks, use that we know that cnt will not be < 0
libavcodec
|
Wed, 31 Jan 2007 20:57:30 +0000 |
reimar |
Remove boundary checks that are actually done "well enough"
libavcodec
|
Wed, 31 Jan 2007 20:26:32 +0000 |
reimar |
Documentation fix: Copy functions should "work" fine for cnt == 0
libavcodec
|
Wed, 31 Jan 2007 17:16:13 +0000 |
reimar |
Optimize LZO copy operations
libavcodec
|
Wed, 31 Jan 2007 11:19:48 +0000 |
diego |
Fix memcpy out-of-bounds.
libavcodec
|
Wed, 31 Jan 2007 10:48:08 +0000 |
michael |
another >> vs >
libavcodec
|
Wed, 31 Jan 2007 10:34:13 +0000 |
michael |
simpify state and make code 2% faster
libavcodec
|
Wed, 31 Jan 2007 10:29:58 +0000 |
reimar |
Add two extra needed bounds checks
libavcodec
|
Wed, 31 Jan 2007 10:07:22 +0000 |
michael |
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ...
libavcodec
|
Wed, 31 Jan 2007 09:37:02 +0000 |
reimar |
Add code to testcode to ease comparing with liblzo.
libavcodec
|
Wed, 31 Jan 2007 00:34:56 +0000 |
takis |
Make BMP decoder use bytestream. Patch by Michel Bardiaux
libavcodec
|
Tue, 30 Jan 2007 14:24:12 +0000 |
takis |
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
libavcodec
|
Tue, 30 Jan 2007 14:19:43 +0000 |
takis |
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
libavcodec
|
Tue, 30 Jan 2007 10:31:34 +0000 |
takis |
Add the const specifier as needed to reduce the number of warnings.
libavcodec
|
Mon, 29 Jan 2007 22:27:27 +0000 |
mru |
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru
libavcodec
|
Mon, 29 Jan 2007 22:25:54 +0000 |
mru |
theoretically save one cycle
libavcodec
|
Mon, 29 Jan 2007 14:23:00 +0000 |
kostya |
Fix BI-frames decoding for Adv. profile
libavcodec
|
Mon, 29 Jan 2007 14:07:12 +0000 |
takis |
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.
libavcodec
|
Mon, 29 Jan 2007 10:42:36 +0000 |
banan |
Check that js_vlc_bits from the extradata is in a valid range.
libavcodec
|
Mon, 29 Jan 2007 10:32:14 +0000 |
banan |
Get rid of the COOKextradata struct. And use valid C to parse the extradata.
libavcodec
|
Mon, 29 Jan 2007 08:58:03 +0000 |
banan |
Kill a warning and don't use modulus.
libavcodec
|
Mon, 29 Jan 2007 08:37:22 +0000 |
banan |
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.
libavcodec
|
Sun, 28 Jan 2007 21:32:08 +0000 |
mru |
ARMv6 SIMD IDCT
libavcodec
|
Sun, 28 Jan 2007 16:49:51 +0000 |
reimar |
LZO optimization: check input buffer bounds less frequently if padded
libavcodec
|
Sun, 28 Jan 2007 10:17:48 +0000 |
banan |
Sort out the diffrent cook versions.
libavcodec
|
Sun, 28 Jan 2007 10:05:21 +0000 |
banan |
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
libavcodec
|
Sat, 27 Jan 2007 17:30:54 +0000 |
banan |
Get rid of one warning.
libavcodec
|
Sat, 27 Jan 2007 15:09:34 +0000 |
lu_zero |
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)
libavcodec
|
Sat, 27 Jan 2007 14:24:40 +0000 |
kostya |
Coded residual in WavPack may be > 0xFFFF
libavcodec
|
Sat, 27 Jan 2007 14:23:55 +0000 |
reimar |
Fix _LZO_H vs. LZO_H typo
libavcodec
|
Sat, 27 Jan 2007 14:15:03 +0000 |
reimar |
Fix buffer end checks in lzo copy code to work in all cases.
libavcodec
|
Sat, 27 Jan 2007 14:10:57 +0000 |
mru |
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure
libavcodec
|
Sat, 27 Jan 2007 13:48:27 +0000 |
reimar |
Add lzo test code
libavcodec
|
Sat, 27 Jan 2007 12:35:12 +0000 |
lu_zero |
Fix warnings and simplify/reorder the code
libavcodec
|
Sat, 27 Jan 2007 07:39:16 +0000 |
diego |
Segregate code common to BMP decoder and future encoder
libavcodec
|
Sat, 27 Jan 2007 06:57:11 +0000 |
kostya |
Set aspect ratio if present (for AP only)
libavcodec
|
Fri, 26 Jan 2007 15:26:08 +0000 |
michael |
fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg
libavcodec
|
Fri, 26 Jan 2007 15:11:10 +0000 |
takis |
Typo
libavcodec
|
Fri, 26 Jan 2007 12:32:23 +0000 |
bcoudurier |
remove void * used in arithmetic warnings
libavcodec
|
Fri, 26 Jan 2007 02:29:23 +0000 |
michael |
cosmetics / remove #if 0 code
libavcodec
|
Thu, 25 Jan 2007 15:23:22 +0000 |
takis |
Silence GCC when incorrectly complaining that the "line" variable could be used
libavcodec
|
Thu, 25 Jan 2007 09:54:22 +0000 |
takis |
Bring down the number of snow.c warnings from 27 to 17 by using the const
libavcodec
|
Thu, 25 Jan 2007 09:43:52 +0000 |
takis |
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses
libavcodec
|
Thu, 25 Jan 2007 08:21:02 +0000 |
banan |
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be.
libavcodec
|
Thu, 25 Jan 2007 06:44:53 +0000 |
kostya |
Some TIFFs do not set rows per strip for single strip.
libavcodec
|
Thu, 25 Jan 2007 00:34:38 +0000 |
diego |
Move conditional CFLAGS and OBJS setting to common place.
libavcodec
|
Thu, 25 Jan 2007 00:16:28 +0000 |
diego |
Theora encoding via libtheora.
libavcodec
|
Wed, 24 Jan 2007 17:50:28 +0000 |
kostya |
Add debug messages for AP headers
libavcodec
|
Wed, 24 Jan 2007 17:49:26 +0000 |
kostya |
Off-by-one error fix
libavcodec
|
Wed, 24 Jan 2007 17:47:42 +0000 |
kostya |
Fail on VC-1 interlaced streams
libavcodec
|
Wed, 24 Jan 2007 16:15:00 +0000 |
bcoudurier |
add hint for closed gop and sc threshold error message
libavcodec
|
Wed, 24 Jan 2007 15:32:49 +0000 |
gpoirier |
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %
libavcodec
|
Wed, 24 Jan 2007 15:31:48 +0000 |
gpoirier |
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams,
libavcodec
|
Wed, 24 Jan 2007 14:20:00 +0000 |
michael |
set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264
libavcodec
|
Wed, 24 Jan 2007 11:20:01 +0000 |
michael |
crash fix by Carl Eugen Hoyos cehoyos ag.or at
libavcodec
|
Wed, 24 Jan 2007 11:01:17 +0000 |
michael |
explicit values for all enums
libavcodec
|
Wed, 24 Jan 2007 10:41:03 +0000 |
michael |
enum
libavcodec
|
Wed, 24 Jan 2007 00:54:36 +0000 |
michael |
maybe fix segfault with missing extradata (unchecked)
libavcodec
|
Tue, 23 Jan 2007 19:32:26 +0000 |
michael |
fix segfault with darkkben.free.fr/corrupted_h264.mp4
libavcodec
|
Tue, 23 Jan 2007 13:42:09 +0000 |
michael |
flame
libavcodec
|
Tue, 23 Jan 2007 13:36:56 +0000 |
michael |
check num_reorder_frames for validity
libavcodec
|
Tue, 23 Jan 2007 12:45:57 +0000 |
michael |
adding assert to protect delayed_pic
libavcodec
|
Tue, 23 Jan 2007 12:04:48 +0000 |
lu_zero |
10l, there is a corner case afterall...
libavcodec
|
Mon, 22 Jan 2007 22:27:02 +0000 |
michael |
1/0 fix
libavcodec
|
Mon, 22 Jan 2007 01:18:33 +0000 |
diego |
Fix FSF postal address.
libavcodec
|
Mon, 22 Jan 2007 01:16:42 +0000 |
diego |
Fix some more license headers.
libavcodec
|
Sun, 21 Jan 2007 22:45:18 +0000 |
diego |
cosmetics: Sort decoder/encoder/parser variables lists.
libavcodec
|
Sun, 21 Jan 2007 22:31:52 +0000 |
mru |
remove the last #ifdef from allcodecs.c
libavcodec
|
Sun, 21 Jan 2007 22:20:18 +0000 |
diego |
cosmetics: List all encoders together.
libavcodec
|
Sun, 21 Jan 2007 21:58:32 +0000 |
mru |
remove useless #ifdef CONFIG_ZLIB
libavcodec
|
Sun, 21 Jan 2007 21:55:10 +0000 |
mru |
remove useless #ifdef CONFIG_ZLIB
libavcodec
|
Sun, 21 Jan 2007 21:25:16 +0000 |
banan |
Remove debug line.
libavcodec
|
Sun, 21 Jan 2007 21:24:05 +0000 |
banan |
Add flashsv encoder to changelog and fix the encoder so it actually works.
libavcodec
|
Sun, 21 Jan 2007 21:06:10 +0000 |
mru |
remove no longer needed ifeq tests
libavcodec
|
Sun, 21 Jan 2007 21:04:01 +0000 |
mru |
remove no longer needed #ifdefs
libavcodec
|
Sun, 21 Jan 2007 20:56:20 +0000 |
banan |
Flash screen video encoder.
libavcodec
|
Sun, 21 Jan 2007 20:04:00 +0000 |
diego |
Declare zlib dependency in the Makefile, not in the source.
libavcodec
|
Sun, 21 Jan 2007 18:46:19 +0000 |
banan |
Really fix my never ending mistakes.
libavcodec
|
Sun, 21 Jan 2007 17:48:03 +0000 |
banan |
Don't break compilation on systems without zlib.
libavcodec
|
Sun, 21 Jan 2007 14:14:50 +0000 |
banan |
The block_size might be used incorrectly if it is not updated.
libavcodec
|
Sun, 21 Jan 2007 12:32:01 +0000 |
lu_zero |
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego"
libavcodec
|
Sun, 21 Jan 2007 12:27:53 +0000 |
banan |
Fixed a typo, cosmetics.
libavcodec
|
Sun, 21 Jan 2007 12:26:23 +0000 |
banan |
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
libavcodec
|
Sun, 21 Jan 2007 09:55:28 +0000 |
reimar |
Fix crash when pred_order greater s->blocksize >> rice_order.
libavcodec
|
Sat, 20 Jan 2007 13:50:00 +0000 |
michael |
checking bitstream values and other related changes
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Fri, 19 Jan 2007 12:41:56 +0000 |
gpoirier |
remove useless cast that makes code unreadable
libavcodec
|
Fri, 19 Jan 2007 09:37:04 +0000 |
gpoirier |
harden h264 decoding to prevent some crashes when input data is corrupted.
libavcodec
|
Fri, 19 Jan 2007 03:14:13 +0000 |
michael |
uint16->uint8
libavcodec
|
Thu, 18 Jan 2007 13:35:24 +0000 |
takis |
Change the Snow encoder to always use the available MotionEstContext pointer.
libavcodec
|
Wed, 17 Jan 2007 11:02:07 +0000 |
lu_zero |
Avoid branches in the loop and solve a gcc warning
libavcodec
|
Wed, 17 Jan 2007 10:47:58 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Wed, 17 Jan 2007 10:26:13 +0000 |
takis |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and
libavcodec
|
Tue, 16 Jan 2007 23:28:41 +0000 |
michael |
set data_size to 0 so that in case we return without setting it nothing funny can happen
libavcodec
|
Tue, 16 Jan 2007 22:07:49 +0000 |
lu_zero |
fix a gcc warning, avoid an unnecessary operation
libavcodec
|
Tue, 16 Jan 2007 17:46:26 +0000 |
reimar |
Avoid calling decode_slice when context_initialized is not set.
libavcodec
|
Mon, 15 Jan 2007 23:26:09 +0000 |
michael |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v
libavcodec
|
Mon, 15 Jan 2007 07:41:28 +0000 |
romansh |
* Fixing a bug with incorrect bits set in AAUX source pack
libavcodec
|
Sun, 14 Jan 2007 23:50:06 +0000 |
michael |
avcodec_decode_audio2()
libavcodec
|
Sun, 14 Jan 2007 23:19:22 +0000 |
michael |
er and strict also apply to audio theoretically
libavcodec
|
Sun, 14 Jan 2007 18:18:14 +0000 |
aurel |
cosmetics: reindent
libavcodec
|
Sun, 14 Jan 2007 18:17:15 +0000 |
aurel |
add support for another variant of vp6
libavcodec
|
Sun, 14 Jan 2007 16:11:10 +0000 |
reimar |
Buffer for get_bits must be padded because readers may overread.
libavcodec
|
Sat, 13 Jan 2007 02:45:05 +0000 |
michael |
some interlaced direct sanity checks
libavcodec
|
Sat, 13 Jan 2007 01:00:37 +0000 |
michael |
replace a few hardcoded numbers with their correct named ones
libavcodec
|
Sat, 13 Jan 2007 00:56:43 +0000 |
michael |
fix 16 CABAC_BIT * 10l bug introduced in r6578
libavcodec
|
Wed, 10 Jan 2007 14:23:28 +0000 |
bcoudurier |
print error when decoding fails
libavcodec
|
Wed, 10 Jan 2007 14:19:33 +0000 |
diego |
Unconditionally enable Theora decoder. It works fine now and there is no
libavcodec
|
Sun, 07 Jan 2007 23:34:01 +0000 |
gpoirier |
add missing bit from commit r7423
libavcodec
|
Sun, 07 Jan 2007 23:24:14 +0000 |
gpoirier |
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
libavcodec
|
Sun, 07 Jan 2007 18:04:11 +0000 |
mru |
enable bidirectional me with x264
libavcodec
|
Sun, 07 Jan 2007 00:07:10 +0000 |
diego |
cosmetics: Reorder external libraries.
libavcodec
|
Sun, 07 Jan 2007 00:02:15 +0000 |
diego |
variable renaming: mp3lame --> libmp3lame
libavcodec
|
Sat, 06 Jan 2007 23:54:01 +0000 |
diego |
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
libavcodec
|
Sat, 06 Jan 2007 23:44:48 +0000 |
diego |
variable renaming: dts --> libdts
libavcodec
|
Sat, 06 Jan 2007 23:33:43 +0000 |
diego |
Rename variables: a52 --> liba52, a52bin --> liba52bin
libavcodec
|
Wed, 03 Jan 2007 11:32:02 +0000 |
michael |
maybe fixing a segfault
libavcodec
|
Wed, 03 Jan 2007 00:48:20 +0000 |
michael |
dead code removial
libavcodec
|
Tue, 02 Jan 2007 12:24:31 +0000 |
michael |
store a few values in the header as difference to the last
libavcodec
|
Mon, 01 Jan 2007 05:32:27 +0000 |
kostya |
Decode previous 32 frames to avoid seeking artifacts in MPC
libavcodec
|
Tue, 26 Dec 2006 17:08:03 +0000 |
michael |
skiprd doxygen comment from avcodec.h -> AVOption comment
libavcodec
|
Sun, 24 Dec 2006 04:51:43 +0000 |
kostya |
Musepack SV7 decoding support
libavcodec
|
Sat, 23 Dec 2006 03:05:36 +0000 |
michael |
skiprd
libavcodec
|
Fri, 22 Dec 2006 23:30:57 +0000 |
michael |
test DIRECT{0,0} too if flag mv0 is used
libavcodec
|
Fri, 22 Dec 2006 10:10:13 +0000 |
bcoudurier |
bt 0 is invalid, setting min to 1
libavcodec
|
Thu, 21 Dec 2006 22:58:02 +0000 |
aurel |
more simplification
libavcodec
|
Thu, 21 Dec 2006 22:35:13 +0000 |
michael |
10l
libavcodec
|
Thu, 21 Dec 2006 15:49:40 +0000 |
michael |
FIXME has already been fixed ages ago
libavcodec
|
Thu, 21 Dec 2006 15:46:32 +0000 |
michael |
simplify
libavcodec
|
Thu, 21 Dec 2006 15:45:53 +0000 |
michael |
use qscale_table in adaptive quant
libavcodec
|
Thu, 21 Dec 2006 15:22:16 +0000 |
michael |
simplify
libavcodec
|
Thu, 21 Dec 2006 15:21:44 +0000 |
michael |
i think this if() is useless lets abuse our users to test this ;)
libavcodec
|
Thu, 21 Dec 2006 15:20:02 +0000 |
michael |
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome)
libavcodec
|
Thu, 21 Dec 2006 14:24:23 +0000 |
michael |
dont randomly disallow intr4v in adaptive quant
libavcodec
|
Thu, 21 Dec 2006 13:23:49 +0000 |
michael |
dont randomly dissallow direct MBs
libavcodec
|
Wed, 20 Dec 2006 23:43:13 +0000 |
michael |
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD
libavcodec
|
Wed, 20 Dec 2006 17:11:54 +0000 |
michael |
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)
libavcodec
|
Wed, 20 Dec 2006 01:30:17 +0000 |
michael |
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though)
libavcodec
|
Mon, 18 Dec 2006 22:43:09 +0000 |
gpoirier |
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection
libavcodec
|
Mon, 18 Dec 2006 19:27:28 +0000 |
michael |
minor doc fix
libavcodec
|
Mon, 18 Dec 2006 13:45:03 +0000 |
bcoudurier |
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR
libavcodec
|
Sun, 17 Dec 2006 22:00:12 +0000 |
aurel |
Add support for VP60 and VP61.
libavcodec
|
Sun, 17 Dec 2006 15:41:30 +0000 |
michael |
10l
libavcodec
|
Sun, 17 Dec 2006 15:26:50 +0000 |
aurel |
small optimization
libavcodec
|
Sun, 17 Dec 2006 13:11:34 +0000 |
michael |
warn user if the selected diamond size is larger then the motion estimation score cache size
libavcodec
|
Sun, 17 Dec 2006 12:07:09 +0000 |
michael |
limit x/ymin/max to me_range
libavcodec
|
Sun, 17 Dec 2006 11:11:44 +0000 |
reimar |
Check mb_pos is big enough before trying to access data left or above.
libavcodec
|
Thu, 14 Dec 2006 17:58:25 +0000 |
banan |
av_log(NULL,... -> av_log(avctx,.. where appropriate.
libavcodec
|
Thu, 14 Dec 2006 17:50:23 +0000 |
banan |
Bug fix for crashes when SSE is used on unaligned arrays.
libavcodec
|
Wed, 13 Dec 2006 11:10:41 +0000 |
diego |
vqmin/vqmax --> qmin/qmax in the option description
libavcodec
|
Tue, 12 Dec 2006 13:41:17 +0000 |
gpoirier |
Doxygen comments about variables described by Michael here:
libavcodec
|
Tue, 12 Dec 2006 13:31:12 +0000 |
michael |
mv overflow in map fix (untested except regression tests)
libavcodec
|
Mon, 11 Dec 2006 20:18:36 +0000 |
reimar |
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.
libavcodec
|
Mon, 11 Dec 2006 15:53:55 +0000 |
takis |
Adding H.264 DCT.
libavcodec
|
Mon, 11 Dec 2006 13:01:20 +0000 |
michael |
fix playback of mp3_bits_left.avi
libavcodec
|
Mon, 11 Dec 2006 10:52:18 +0000 |
gpoirier |
GCC 3.3 compile fix
libavcodec
|
Mon, 11 Dec 2006 10:51:42 +0000 |
diego |
Improve option description.
libavcodec
|
Mon, 11 Dec 2006 09:19:58 +0000 |
mru |
improved stack misalignment warning
libavcodec
|
Mon, 11 Dec 2006 01:00:50 +0000 |
takis |
Adding function which enables writing H.264 NAL units.
libavcodec
|
Sat, 09 Dec 2006 13:30:28 +0000 |
reimar |
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original
libavcodec
|
Sat, 09 Dec 2006 13:13:45 +0000 |
reimar |
Typo in error message
libavcodec
|
Fri, 08 Dec 2006 13:25:37 +0000 |
bcoudurier |
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsj«Ó, martin at martin st
libavcodec
|
Fri, 08 Dec 2006 05:28:00 +0000 |
kostya |
Deobfuscate expression
libavcodec
|
Fri, 08 Dec 2006 05:13:40 +0000 |
kostya |
Now ZMBV encoder compiles
libavcodec
|
Fri, 08 Dec 2006 04:37:00 +0000 |
kostya |
1e6l forgot to add zmbvenc.c
libavcodec
|
Fri, 08 Dec 2006 00:42:55 +0000 |
mru |
lavc is at major version 51, delete old stuff
libavcodec
|
Fri, 08 Dec 2006 00:35:08 +0000 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
Thu, 07 Dec 2006 18:35:58 +0000 |
michael |
better warning
libavcodec
|
Thu, 07 Dec 2006 18:33:00 +0000 |
michael |
ff_check_alignment to warn the user about a missaligned stack
libavcodec
|
Thu, 07 Dec 2006 18:29:02 +0000 |
michael |
fix compilation
libavcodec
|
Thu, 07 Dec 2006 16:09:33 +0000 |
takis |
Added entry for H.264 DCT to the DSP context.
libavcodec
|
Thu, 07 Dec 2006 15:59:42 +0000 |
takis |
Add codec ID for a native H.264 encoder.
libavcodec
|
Thu, 07 Dec 2006 09:59:05 +0000 |
takis |
Making rem6 and div6 globally visible and thus adding prefixes.
libavcodec
|
Thu, 07 Dec 2006 09:47:29 +0000 |
takis |
Removing unused code
libavcodec
|
Thu, 07 Dec 2006 04:17:01 +0000 |
kostya |
ZMBV encoder
libavcodec
|
Wed, 06 Dec 2006 23:46:11 +0000 |
mru |
use the standard INT64_C() macro for 64-bit constants
libavcodec
|
Wed, 06 Dec 2006 17:04:23 +0000 |
takis |
Add "mixed_refs" description suggested by Loren Merritt and update accompanying
libavcodec
|
Wed, 06 Dec 2006 08:24:29 +0000 |
takis |
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments.
libavcodec
|
Wed, 06 Dec 2006 08:17:43 +0000 |
takis |
Export symbols of several H.264 intra prediction functions
libavcodec
|
Tue, 05 Dec 2006 22:18:19 +0000 |
gpoirier |
fix crash when decoding a truncated H264 slice
libavcodec
|
Tue, 05 Dec 2006 22:05:09 +0000 |
takis |
Removing unused code
libavcodec
|
Tue, 05 Dec 2006 21:57:31 +0000 |
takis |
Add comment denoting group of H.264 functions
libavcodec
|
Tue, 05 Dec 2006 21:52:15 +0000 |
takis |
Change NAL unit type defines to an enum and move to a header file for usage
libavcodec
|
Tue, 05 Dec 2006 12:35:47 +0000 |
michael |
10l umh search needs hex size 2 now after the last change
libavcodec
|
Tue, 05 Dec 2006 12:34:52 +0000 |
michael |
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2
libavcodec
|
Mon, 04 Dec 2006 12:04:53 +0000 |
diego |
Fix some obvious mistakes in the option descriptions.
libavcodec
|
Sun, 03 Dec 2006 16:35:30 +0000 |
reimar |
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
libavcodec
|
Sat, 02 Dec 2006 22:27:18 +0000 |
melanson |
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak
libavcodec
|
Sat, 02 Dec 2006 18:58:20 +0000 |
diego |
Fill in some missing AVOption descriptions.
libavcodec
|
Sat, 02 Dec 2006 14:50:42 +0000 |
gpoirier |
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato
libavcodec
|
Sat, 02 Dec 2006 14:19:49 +0000 |
diego |
spelling cosmetics: cliped --> clipped
libavcodec
|
Sat, 02 Dec 2006 12:55:29 +0000 |
kostya |
10e6l FastUVMC was done right but in the wrong place
libavcodec
|
Sat, 02 Dec 2006 11:24:41 +0000 |
michael |
fix indention
libavcodec
|
Sat, 02 Dec 2006 10:58:20 +0000 |
michael |
dia_size=-1 -> funny_diamond_search()
libavcodec
|
Sat, 02 Dec 2006 10:45:51 +0000 |
michael |
hexagon search
libavcodec
|
Sat, 02 Dec 2006 01:28:21 +0000 |
lu_zero |
Unused variable removed
libavcodec
|
Fri, 01 Dec 2006 20:38:54 +0000 |
michael |
remove pretty much useless skiping of some predictors
libavcodec
|
Fri, 01 Dec 2006 14:06:21 +0000 |
bcoudurier |
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime
libavcodec
|
Fri, 01 Dec 2006 14:01:50 +0000 |
bcoudurier |
add bytestream big endian 16/32 writing functions
libavcodec
|
Fri, 01 Dec 2006 09:58:06 +0000 |
michael |
typo in umh
libavcodec
|
Fri, 01 Dec 2006 09:48:33 +0000 |
michael |
UMH support (dia_size=-1 activates it)
libavcodec
|
Fri, 01 Dec 2006 09:46:52 +0000 |
michael |
cosmetic (prevent name clashes of variables in a macro with surrounding code)
libavcodec
|
Fri, 01 Dec 2006 07:24:56 +0000 |
kostya |
100l FastUVMC rounding was incorrect.
libavcodec
|
Thu, 30 Nov 2006 22:44:22 +0000 |
michael |
1 step diamond search around the median MV predictor
libavcodec
|
Wed, 29 Nov 2006 05:40:37 +0000 |
kostya |
VQA v1 support
libavcodec
|
Tue, 28 Nov 2006 23:55:24 +0000 |
aurel |
cleanup the #ifdef mess in encoder/decoder/parser registration
libavcodec
|
Tue, 28 Nov 2006 05:34:28 +0000 |
kostya |
Correct information in header
libavcodec
|
Mon, 27 Nov 2006 13:04:56 +0000 |
aurel |
alphabetic reordering of codec registration
libavcodec
|
Mon, 27 Nov 2006 10:56:10 +0000 |
michael |
PIC fix
libavcodec
|
Sun, 26 Nov 2006 18:25:07 +0000 |
gpoirier |
Move copy_block* functions to dsp dsputil.h
libavcodec
|
Sun, 26 Nov 2006 04:57:31 +0000 |
kostya |
Correct rounding values in overlap filtering
libavcodec
|
Sun, 26 Nov 2006 04:54:17 +0000 |
kostya |
B-frames support for adv. profile
libavcodec
|
Sun, 26 Nov 2006 04:53:36 +0000 |
kostya |
100l: Initialize dc_scale with current quantizer for adv I frames
libavcodec
|
Sun, 26 Nov 2006 04:52:36 +0000 |
kostya |
Use halfpq in coefficient scaling
libavcodec
|
Fri, 24 Nov 2006 12:36:06 +0000 |
lu_zero |
typo
libavcodec
|
Fri, 24 Nov 2006 00:16:32 +0000 |
alex |
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson
libavcodec
|
Thu, 23 Nov 2006 23:50:08 +0000 |
alex |
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)
libavcodec
|
Thu, 23 Nov 2006 22:57:20 +0000 |
alex |
10l memory corruption bug found by Steven Johnson
libavcodec
|
Thu, 23 Nov 2006 22:22:03 +0000 |
aurel |
flac: allow reading of full metadata headers from extradata
libavcodec
|
Thu, 23 Nov 2006 22:21:01 +0000 |
gpoirier |
bring AC3 encoder output up to input volume level
libavcodec
|
Wed, 22 Nov 2006 13:53:22 +0000 |
bcoudurier |
fix bitstream to be correctly decoded by quicktime
libavcodec
|
Wed, 22 Nov 2006 13:24:58 +0000 |
bcoudurier |
fix sigfpe with intra only encoding
libavcodec
|
Wed, 22 Nov 2006 09:20:16 +0000 |
diego |
Conditionally compile some of the AltiVec optimizations.
libavcodec
|
Wed, 22 Nov 2006 01:11:29 +0000 |
bcoudurier |
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
libavcodec
|
Tue, 21 Nov 2006 21:18:55 +0000 |
diego |
Fix compilation with VC-1 decoder disabled.
libavcodec
|
Tue, 21 Nov 2006 19:37:44 +0000 |
michael |
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr)
libavcodec
|
Tue, 21 Nov 2006 19:35:06 +0000 |
michael |
100l infinite loop fix
libavcodec
|
Tue, 21 Nov 2006 06:15:18 +0000 |
kostya |
Decode non-interleaved scans
libavcodec
|
Mon, 20 Nov 2006 20:41:31 +0000 |
gpoirier |
Fix declaration and code thingie
libavcodec
|
Mon, 20 Nov 2006 20:35:47 +0000 |
gpoirier |
allow amr bitrate to be changed "on the fly" through avctx->bitrate.
libavcodec
|
Mon, 20 Nov 2006 14:13:32 +0000 |
diego |
Fix linking with H.261 support disabled.
libavcodec
|
Mon, 20 Nov 2006 11:53:02 +0000 |
michael |
infiinit loop fix for CBR + adaptive quant
libavcodec
|
Mon, 20 Nov 2006 10:48:23 +0000 |
michael |
100l qprd fix 2nd try
libavcodec
|
Mon, 20 Nov 2006 05:21:17 +0000 |
kostya |
Some progressive JPEG support
libavcodec
|
Sun, 19 Nov 2006 23:19:52 +0000 |
michael |
testing all dquant for qp_rd fixes the qp runaway to 31 bug
libavcodec
|
Sun, 19 Nov 2006 22:51:54 +0000 |
gpoirier |
Add useful Altivec types, taken from with permission from x264 authors
libavcodec
|
Sun, 19 Nov 2006 05:30:43 +0000 |
kostya |
Divide first audio buffer chunk into atomary bufffers.
libavcodec
|
Fri, 17 Nov 2006 21:43:46 +0000 |
banan |
Missed one log2().
libavcodec
|
Fri, 17 Nov 2006 06:12:33 +0000 |
kostya |
Optimize overlapping
libavcodec
|
Fri, 17 Nov 2006 06:10:52 +0000 |
kostya |
Fix comments
libavcodec
|
Fri, 17 Nov 2006 06:09:32 +0000 |
kostya |
Overlap filtering was done in reverse order
libavcodec
|
Thu, 16 Nov 2006 20:46:36 +0000 |
alex |
Remove alpha channel from RGB555
libavcodec
|
Thu, 16 Nov 2006 20:43:29 +0000 |
alex |
BGR555 has never been working as alpha supporting format. Remove the false setting.
libavcodec
|
Thu, 16 Nov 2006 09:58:34 +0000 |
bcoudurier |
throw error if unsupported resolution is used with h261
libavcodec
|
Wed, 15 Nov 2006 17:58:35 +0000 |
michael |
detect a few more errors (fixes libmp3-bug.avi again)
libavcodec
|
Tue, 14 Nov 2006 22:06:28 +0000 |
michael |
making decoding more error robust
libavcodec
|
Tue, 14 Nov 2006 20:39:20 +0000 |
michael |
reset internal buffer during seeking
libavcodec
|
Tue, 14 Nov 2006 20:35:15 +0000 |
michael |
more checks and error messages
libavcodec
|
Tue, 14 Nov 2006 19:53:22 +0000 |
alex |
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too)
libavcodec
|
Tue, 14 Nov 2006 19:48:11 +0000 |
alex |
changed rgba32_to routines to support both alpha and non-alpha formats
libavcodec
|
Tue, 14 Nov 2006 19:19:13 +0000 |
alex |
Fix possible overflows. Found by Steven Johnson
libavcodec
|
Tue, 14 Nov 2006 18:54:42 +0000 |
banan |
Remove log2() usage.
libavcodec
|
Tue, 14 Nov 2006 03:18:09 +0000 |
mru |
revert bad checkin
libavcodec
|
Tue, 14 Nov 2006 03:12:29 +0000 |
mru |
move some CFLAGS settings away from config.* writing section
libavcodec
|
Tue, 14 Nov 2006 00:56:56 +0000 |
diego |
Remove redundant #ifdef HAVE_THREAD, the file is only compiled
libavcodec
|
Mon, 13 Nov 2006 22:09:31 +0000 |
mru |
rename CONFIG_AC3 to CONFIG_A52
libavcodec
|
Mon, 13 Nov 2006 11:39:28 +0000 |
kostya |
Support for 16-bit grayscale
libavcodec
|
Mon, 13 Nov 2006 11:38:42 +0000 |
kostya |
Give error about planar RGB
libavcodec
|
Mon, 13 Nov 2006 11:36:22 +0000 |
kostya |
Update error message
libavcodec
|
Mon, 13 Nov 2006 11:34:46 +0000 |
kostya |
Use table for determining type sizes
libavcodec
|
Mon, 13 Nov 2006 11:30:26 +0000 |
bcoudurier |
add low delay forcing option for mpeg1/2 encoding
libavcodec
|
Mon, 13 Nov 2006 11:27:36 +0000 |
kostya |
Decoder can decode many ZLib-packed strips
libavcodec
|
Mon, 13 Nov 2006 11:20:50 +0000 |
kostya |
Print error message for unsupported mode (RGB planar,CMYK,YCrCb)
libavcodec
|
Mon, 13 Nov 2006 05:32:10 +0000 |
kostya |
8-bit images support for TIFF
libavcodec
|
Mon, 13 Nov 2006 05:30:50 +0000 |
kostya |
Rows per strip may be >= height
libavcodec
|
Mon, 13 Nov 2006 05:29:45 +0000 |
kostya |
Warn about JPEG in TIFF
libavcodec
|
Mon, 13 Nov 2006 05:28:55 +0000 |
kostya |
Correctly detect 4-component images
libavcodec
|
Mon, 13 Nov 2006 05:15:55 +0000 |
kostya |
Output proper 16-bit sound (fixes decoding on PPC)
libavcodec
|
Sun, 12 Nov 2006 23:35:49 +0000 |
mru |
zigzag_direct_noperm doesn't exist, remove declaration
libavcodec
|
Sun, 12 Nov 2006 23:14:20 +0000 |
mru |
make more tables static
libavcodec
|
Sun, 12 Nov 2006 21:48:04 +0000 |
mru |
rename squareTbl -> ff_squareTbl
libavcodec
|
Sun, 12 Nov 2006 20:23:47 +0000 |
stefang |
rename ff_cavs_flush to cavs_flush and make it static
libavcodec
|
Sun, 12 Nov 2006 20:18:07 +0000 |
stefang |
move all cavs-parsing to cavs.c
libavcodec
|
Sun, 12 Nov 2006 20:08:09 +0000 |
mru |
rename cropTbl -> ff_cropTbl
libavcodec
|
Sun, 12 Nov 2006 20:01:50 +0000 |
stefang |
make mpeg4video_split public as ff_mpeg4video_split
libavcodec
|
Sun, 12 Nov 2006 18:49:36 +0000 |
mru |
rename inverse -> ff_inverse
libavcodec
|
Sun, 12 Nov 2006 13:40:40 +0000 |
mru |
make some tables static
libavcodec
|
Sun, 12 Nov 2006 03:34:12 +0000 |
mru |
adding more static keywords
libavcodec
|
Sun, 12 Nov 2006 01:08:05 +0000 |
mru |
make vp6_pcr_tree static
libavcodec
|
Sat, 11 Nov 2006 20:54:48 +0000 |
mru |
make some symbols static
libavcodec
|
Sat, 11 Nov 2006 19:46:53 +0000 |
mru |
make two functions static
libavcodec
|
Fri, 10 Nov 2006 11:45:43 +0000 |
michael |
zero private bits
libavcodec
|
Fri, 10 Nov 2006 11:31:02 +0000 |
michael |
store a identifer and the first header in extradata
libavcodec
|
Fri, 10 Nov 2006 01:41:53 +0000 |
michael |
mp3 header (de)compression bitstream filter
libavcodec
|
Thu, 09 Nov 2006 17:28:46 +0000 |
michael |
16bit in avi is RGB555
libavcodec
|
Thu, 09 Nov 2006 16:40:33 +0000 |
takis |
Remove the H264Context parameter from decode_init_vlc() as it is not being used.
libavcodec
|
Thu, 09 Nov 2006 11:37:30 +0000 |
bcoudurier |
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
libavcodec
|
Thu, 09 Nov 2006 01:23:47 +0000 |
michael |
10000l to myself, fixing regression test failure
libavcodec
|
Wed, 08 Nov 2006 18:15:54 +0000 |
michael |
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture
libavcodec
|
Wed, 08 Nov 2006 00:02:15 +0000 |
mru |
allow spaces in source and build directory names
libavcodec
|
Tue, 07 Nov 2006 13:50:41 +0000 |
bcoudurier |
typo
libavcodec
|
Tue, 07 Nov 2006 13:45:08 +0000 |
bcoudurier |
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag
libavcodec
|
Tue, 07 Nov 2006 12:45:29 +0000 |
lu_zero |
Simplify
libavcodec
|
Tue, 07 Nov 2006 12:28:13 +0000 |
diego |
Use MMX only under x86_32, there are compilation problems.
libavcodec
|
Tue, 07 Nov 2006 09:46:57 +0000 |
bcoudurier |
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
libavcodec
|
Tue, 07 Nov 2006 05:57:42 +0000 |
kostya |
Bump version for Fraps v[24] support
libavcodec
|
Mon, 06 Nov 2006 17:56:08 +0000 |
reimar |
Avoid void*-arithmetic, and uint8_t* is more correct anyway.
libavcodec
|
Mon, 06 Nov 2006 10:47:41 +0000 |
bcoudurier |
include parser.h instead of mpegvideo.h
libavcodec
|
Mon, 06 Nov 2006 10:46:54 +0000 |
bcoudurier |
rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static
libavcodec
|
Mon, 06 Nov 2006 10:43:49 +0000 |
bcoudurier |
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c
libavcodec
|
Mon, 06 Nov 2006 10:32:48 +0000 |
gpoirier |
Fix ASF format parser's broken UTF-16 string handling
libavcodec
|
Mon, 06 Nov 2006 06:13:29 +0000 |
kostya |
Check for symbol count
libavcodec
|
Mon, 06 Nov 2006 05:35:09 +0000 |
kostya |
Limit output sample to 0..maxval, fixes decoding of T16E0.JLS
libavcodec
|
Sun, 05 Nov 2006 19:24:23 +0000 |
bcoudurier |
use AVRational and ff_frame_rate_tab for frame_rate
libavcodec
|
Sun, 05 Nov 2006 16:18:37 +0000 |
reimar |
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since
libavcodec
|
Sun, 05 Nov 2006 15:10:33 +0000 |
bcoudurier |
remove useless line variable
libavcodec
|
Sun, 05 Nov 2006 15:06:12 +0000 |
bcoudurier |
fix decoding position
libavcodec
|
Sun, 05 Nov 2006 08:18:52 +0000 |
kostya |
Correct support for Fraps v4 (and Huffman tree for < 256 symbols)
libavcodec
|
Sun, 05 Nov 2006 04:59:38 +0000 |
kostya |
Update comment
libavcodec
|
Sun, 05 Nov 2006 04:57:14 +0000 |
kostya |
Fraps v2 and v4 support
libavcodec
|
Sat, 04 Nov 2006 00:42:50 +0000 |
ods15 |
ministry of english grammar :) then->than
libavcodec
|
Fri, 03 Nov 2006 20:30:22 +0000 |
michael |
doxy
libavcodec
|
Fri, 03 Nov 2006 16:54:05 +0000 |
michael |
ensure alignment (no speed change)
libavcodec
|
Fri, 03 Nov 2006 16:02:18 +0000 |
michael |
merging mov & and (no speedchange)
libavcodec
|
Fri, 03 Nov 2006 15:40:57 +0000 |
michael |
2 instructions less (same speed)
libavcodec
|
Fri, 03 Nov 2006 15:17:36 +0000 |
michael |
comment about failed optimization
libavcodec
|
Fri, 03 Nov 2006 14:28:30 +0000 |
michael |
move luma tc0 related init into asm
libavcodec
|
Fri, 03 Nov 2006 13:13:08 +0000 |
kostya |
RGB32 support in Targa
libavcodec
|
Fri, 03 Nov 2006 12:07:53 +0000 |
michael |
2 instructions less in h264_loop_filter_luma_mmx2()
libavcodec
|
Fri, 03 Nov 2006 11:07:35 +0000 |
michael |
preempt possible overflow
libavcodec
|
Fri, 03 Nov 2006 09:59:15 +0000 |
michael |
1 instruction less
libavcodec
|
Fri, 03 Nov 2006 04:42:11 +0000 |
kostya |
Use bpp from header in error message
libavcodec
|
Fri, 03 Nov 2006 02:03:56 +0000 |
michael |
optimize H264_DEBLOCK_P0_Q0
libavcodec
|
Thu, 02 Nov 2006 23:36:39 +0000 |
michael |
new I/P frame selection heuristic
libavcodec
|
Thu, 02 Nov 2006 23:13:34 +0000 |
bcoudurier |
change gif muxer to simple gif encoder
libavcodec
|
Thu, 02 Nov 2006 23:08:09 +0000 |
corey |
Correct description of mblmin and mblmax.
libavcodec
|
Thu, 02 Nov 2006 19:11:20 +0000 |
gpoirier |
outputs bit spent on various encoding functions (motion vectors, overhead, etc)
libavcodec
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavcodec
|
Wed, 01 Nov 2006 21:41:54 +0000 |
michael |
10l (forgot ALT_SCAN)
libavcodec
|
Wed, 01 Nov 2006 21:28:36 +0000 |
diego |
Rename SWAP macro to FFSWAP.
libavcodec
|
Wed, 01 Nov 2006 21:09:14 +0000 |
diego |
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
libavcodec
|
Wed, 01 Nov 2006 19:34:30 +0000 |
michael |
merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)
libavcodec
|
Wed, 01 Nov 2006 18:51:37 +0000 |
diego |
Make tests compile on non-x86.
libavcodec
|
Wed, 01 Nov 2006 18:34:40 +0000 |
diego |
Use common define for x86_32 and x86_64.
libavcodec
|
Wed, 01 Nov 2006 18:19:20 +0000 |
mru |
indentation
libavcodec
|
Wed, 01 Nov 2006 18:18:48 +0000 |
mru |
CODEC_CAP_DELAY support
libavcodec
|
Wed, 01 Nov 2006 17:18:49 +0000 |
reimar |
Reenable AMD64 optimizations for cabac accidentially disabled in r6852
libavcodec
|
Wed, 01 Nov 2006 17:01:33 +0000 |
diego |
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change
libavcodec
|
Tue, 31 Oct 2006 22:22:11 +0000 |
michael |
fix 1/0 b frames + CBR bug
libavcodec
|
Tue, 31 Oct 2006 11:19:51 +0000 |
diego |
cosmetics: Restore alphabetical order.
libavcodec
|
Mon, 30 Oct 2006 20:43:07 +0000 |
mru |
coded line size is a multiple of 4
libavcodec
|
Mon, 30 Oct 2006 18:05:35 +0000 |
ods15 |
fix for disabling vorbis decoder but enabling vorbis encoder
libavcodec
|
Mon, 30 Oct 2006 13:57:55 +0000 |
kostya |
Init vlc tables as static
libavcodec
|
Mon, 30 Oct 2006 13:48:48 +0000 |
kostya |
IMC decoder
libavcodec
|
Mon, 30 Oct 2006 10:15:37 +0000 |
lucabe |
AVPicture has 4 planes, not 3
libavcodec
|
Mon, 30 Oct 2006 02:19:55 +0000 |
michael |
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)
libavcodec
|
Mon, 30 Oct 2006 01:29:56 +0000 |
michael |
avoid random noise on damaged frames
libavcodec
|
Sun, 29 Oct 2006 13:14:37 +0000 |
diego |
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under
libavcodec
|
Sat, 28 Oct 2006 20:18:18 +0000 |
michael |
update copyright year, it looks odd otherwise :)
libavcodec
|
Sat, 28 Oct 2006 20:00:05 +0000 |
michael |
CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks
libavcodec
|
Sat, 28 Oct 2006 18:30:20 +0000 |
ods15 |
I hope noone minds, adding myself to eval.c copyright...
libavcodec
|
Sat, 28 Oct 2006 16:11:25 +0000 |
michael |
lambda* should be unsigned
libavcodec
|
Sat, 28 Oct 2006 15:20:00 +0000 |
michael |
prevent overflow if lambda2 is "too" large
libavcodec
|
Sat, 28 Oct 2006 11:15:06 +0000 |
michael |
use lambda/lmax instead of qscale/qmax as end check for vbv retry
libavcodec
|
Sat, 28 Oct 2006 09:49:13 +0000 |
ods15 |
ignore whitespace in ff_eval
libavcodec
|
Sat, 28 Oct 2006 09:30:43 +0000 |
diego |
sample rate fix
libavcodec
|
Sat, 28 Oct 2006 08:03:30 +0000 |
ods15 |
add missing 'e->value * '
libavcodec
|
Sat, 28 Oct 2006 07:03:24 +0000 |
ods15 |
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed
libavcodec
|
Fri, 27 Oct 2006 23:37:35 +0000 |
diego |
Rename dvdsub.c to dvdsubdec.c.
libavcodec
|
Fri, 27 Oct 2006 22:35:55 +0000 |
michael |
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation
libavcodec
|
Fri, 27 Oct 2006 22:16:25 +0000 |
michael |
support seperating expressons by ;
libavcodec
|
Fri, 27 Oct 2006 22:08:02 +0000 |
reynaldo |
Fix obvious typo, BGR555 was missing
libavcodec
|
Fri, 27 Oct 2006 21:37:47 +0000 |
ods15 |
possible bug of 'gte' being read as 'gt', same with 'lte'
libavcodec
|
Fri, 27 Oct 2006 21:13:31 +0000 |
michael |
minor simplification
libavcodec
|
Fri, 27 Oct 2006 20:38:10 +0000 |
michael |
factorize AVEvalExpr alloc and init
libavcodec
|
Fri, 27 Oct 2006 20:16:26 +0000 |
ods15 |
update ratecontrol to new ff_eval API
libavcodec
|
Fri, 27 Oct 2006 19:53:41 +0000 |
reynaldo |
adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael
libavcodec
|
Fri, 27 Oct 2006 19:50:31 +0000 |
reynaldo |
adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael
libavcodec
|
Fri, 27 Oct 2006 16:42:16 +0000 |
ods15 |
new optimized eval method, by seperating parsing and runtime
libavcodec
|
Thu, 26 Oct 2006 04:15:48 +0000 |
kostya |
LZW decoder as separate module plus TIFF LZW support
libavcodec
|
Thu, 26 Oct 2006 04:06:08 +0000 |
kostya |
10l predictor should not skip first line
libavcodec
|
Tue, 24 Oct 2006 18:57:43 +0000 |
diego |
Don't include inttypes.h/stdint.h directly, there is an abstraction in
libavcodec
|
Tue, 24 Oct 2006 10:33:40 +0000 |
michael |
simplify
libavcodec
|
Tue, 24 Oct 2006 10:13:26 +0000 |
michael |
reverse my last change, it was wrong and broken
libavcodec
|
Tue, 24 Oct 2006 09:45:21 +0000 |
michael |
remove map variable
libavcodec
|
Tue, 24 Oct 2006 09:34:13 +0000 |
michael |
factorize update state out
libavcodec
|
Tue, 24 Oct 2006 09:09:38 +0000 |
michael |
FFMAX
libavcodec
|
Tue, 24 Oct 2006 08:52:51 +0000 |
michael |
common subexpression elimination
libavcodec
|
Tue, 24 Oct 2006 08:33:44 +0000 |
michael |
merge 8 and 16bit functions, they are identical except the data type
libavcodec
|
Tue, 24 Oct 2006 07:33:39 +0000 |
michael |
set v_edge_pos correctly for field picture mpeg2
libavcodec
|
Tue, 24 Oct 2006 05:01:04 +0000 |
kostya |
JPEG-LS 16-bit gray support
libavcodec
|
Tue, 24 Oct 2006 05:00:14 +0000 |
kostya |
PGM 16-bit gray support
libavcodec
|
Tue, 24 Oct 2006 04:59:46 +0000 |
kostya |
PNG 16-bit gray decoding support
libavcodec
|
Tue, 24 Oct 2006 04:57:43 +0000 |
kostya |
16-bit grayscale support
libavcodec
|
Mon, 23 Oct 2006 17:06:32 +0000 |
lucabe |
Do not use a fake libavcodec/swscale.h, but always use the real one
libavcodec
|
Mon, 23 Oct 2006 16:54:21 +0000 |
reimar |
CABAC assembler optimizations ported to AMD64
libavcodec
|
Mon, 23 Oct 2006 00:10:18 +0000 |
aurel |
document the extradata protocol for VP6F
libavcodec
|
Sun, 22 Oct 2006 23:19:42 +0000 |
aurel |
use the adjustment value present in FLV to crop VP6 video
libavcodec
|
Sun, 22 Oct 2006 18:33:09 +0000 |
aurel |
use coded_width and coded_height instead of width and height
libavcodec
|
Sun, 22 Oct 2006 17:25:16 +0000 |
bcoudurier |
indention
libavcodec
|
Sun, 22 Oct 2006 16:12:13 +0000 |
bcoudurier |
removed useless variables
libavcodec
|
Sun, 22 Oct 2006 16:10:04 +0000 |
bcoudurier |
use avctx->get_buffer
libavcodec
|
Sun, 22 Oct 2006 15:15:15 +0000 |
bcoudurier |
remove unused variables
libavcodec
|
Sun, 22 Oct 2006 15:11:51 +0000 |
bcoudurier |
printf -> dprintf
libavcodec
|
Sun, 22 Oct 2006 15:09:32 +0000 |
bcoudurier |
indention
libavcodec
|
Sun, 22 Oct 2006 15:05:03 +0000 |
bcoudurier |
change gif demuxer to gif decoder
libavcodec
|
Sun, 22 Oct 2006 04:52:15 +0000 |
kostya |
handle limit>32 for set_ur_golomb_jpegls()
libavcodec
|
Sat, 21 Oct 2006 22:07:01 +0000 |
michael |
prevent infinite loop
libavcodec
|
Fri, 20 Oct 2006 21:34:02 +0000 |
michael |
decode_significance_8x8_x86()
libavcodec
|
Fri, 20 Oct 2006 17:53:19 +0000 |
gpoirier |
Protect code that uses CMOV instructions with HAVE_CMOV,
libavcodec
|
Fri, 20 Oct 2006 10:00:28 +0000 |
michael |
another instruction less in decode_significance_x86() -> 1% faster ion P3
libavcodec
|
Fri, 20 Oct 2006 08:46:33 +0000 |
michael |
1 instruction less
libavcodec
|
Fri, 20 Oct 2006 00:51:04 +0000 |
michael |
reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3
libavcodec
|
Fri, 20 Oct 2006 00:35:54 +0000 |
michael |
factorize get_cabac asm (0.5% slower but its much cleaner)
libavcodec
|
Thu, 19 Oct 2006 23:03:47 +0000 |
alex |
correct signaling of palette change
libavcodec
|
Thu, 19 Oct 2006 20:24:33 +0000 |
diego |
Fix PIC compilation, some defines were under #ifdef !PIC but used
libavcodec
|
Thu, 19 Oct 2006 18:22:03 +0000 |
michael |
unused variable
libavcodec
|
Thu, 19 Oct 2006 14:54:34 +0000 |
michael |
slightly faster decode_cabac_mb_mvd()
libavcodec
|
Thu, 19 Oct 2006 10:33:56 +0000 |
michael |
1 variable less in decode_cabac_residual() no speed change (but less vars means less things gcc can load and store redundantly)
libavcodec
|
Thu, 19 Oct 2006 01:19:03 +0000 |
michael |
optimize sign decoding code in decode_residual()
libavcodec
|
Wed, 18 Oct 2006 09:37:25 +0000 |
gpoirier |
Kill a warning with MSVC
libavcodec
|
Tue, 17 Oct 2006 23:59:21 +0000 |
michael |
copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm)
libavcodec
|
Tue, 17 Oct 2006 22:18:29 +0000 |
michael |
x86 asm version of the decode significance loop (not 8x8) of decode_residual() 5% faster decode_residual() on P3
libavcodec
|
Tue, 17 Oct 2006 10:26:37 +0000 |
lucabe |
Implement sws_getCachedContext() in swscale emulation
libavcodec
|
Tue, 17 Oct 2006 09:38:37 +0000 |
michael |
cosmetic (%%eax->%0)
libavcodec
|
Mon, 16 Oct 2006 21:47:19 +0000 |
diego |
Fix crash with illegal instruction, cmov is available on 686 and later only.
libavcodec
|
Mon, 16 Oct 2006 21:22:47 +0000 |
diego |
Expand some #endif comments.
libavcodec
|
Mon, 16 Oct 2006 19:06:56 +0000 |
michael |
fix -a^b which was interpreted as (-a)^b
libavcodec
|
Mon, 16 Oct 2006 18:36:44 +0000 |
michael |
asin() acos() atan()
libavcodec
|
Mon, 16 Oct 2006 17:44:29 +0000 |
lu_zero |
Make ffmpeg work with x264 r592
libavcodec
|
Mon, 16 Oct 2006 15:01:12 +0000 |
michael |
mod()
libavcodec
|
Mon, 16 Oct 2006 12:52:21 +0000 |
diego |
Fix #endif comments.
libavcodec
|
Mon, 16 Oct 2006 11:11:20 +0000 |
michael |
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly)
libavcodec
|
Sun, 15 Oct 2006 21:04:10 +0000 |
michael |
10l
libavcodec
|
Sun, 15 Oct 2006 20:50:05 +0000 |
michael |
this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC
libavcodec
|
Sun, 15 Oct 2006 20:40:50 +0000 |
michael |
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds)
libavcodec
|
Sun, 15 Oct 2006 16:52:33 +0000 |
gpoirier |
Have xvid encoder wrapper honnor -vtag option
libavcodec
|
Sun, 15 Oct 2006 12:59:45 +0000 |
diego |
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
libavcodec
|
Sun, 15 Oct 2006 04:50:19 +0000 |
kostya |
Ignore blocks with no samples and flags (but usually with MD5 sum)
libavcodec
|
Sat, 14 Oct 2006 17:04:50 +0000 |
diego |
Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure
libavcodec
|
Sat, 14 Oct 2006 14:48:45 +0000 |
gpoirier |
Remove empty structures,
libavcodec
|
Sat, 14 Oct 2006 12:23:54 +0000 |
kostya |
Make PNG produce correct 8-bit pictures
libavcodec
|
Sat, 14 Oct 2006 05:01:05 +0000 |
kostya |
Move block size check to decoder
libavcodec
|
Fri, 13 Oct 2006 16:19:15 +0000 |
michael |
simplify escape decoding
libavcodec
|
Fri, 13 Oct 2006 16:04:41 +0000 |
diego |
Remove intrinsics checks, they are no longer used.
libavcodec
|
Fri, 13 Oct 2006 14:21:25 +0000 |
michael |
dehack *ps_state indexing in the branchless decoder
libavcodec
|
Fri, 13 Oct 2006 10:48:29 +0000 |
kostya |
TIFF decoder
libavcodec
|
Thu, 12 Oct 2006 21:32:56 +0000 |
michael |
add "memory" to the clobber list we change memory so we need it, this also fixes some problems with gcc svn
libavcodec
|
Thu, 12 Oct 2006 20:55:42 +0000 |
michael |
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis
libavcodec
|
Thu, 12 Oct 2006 19:57:47 +0000 |
rathann |
Fixes:
libavcodec
|
Thu, 12 Oct 2006 18:41:29 +0000 |
michael |
10l int vs uint8_t
libavcodec
|
Thu, 12 Oct 2006 14:49:19 +0000 |
michael |
prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_cabac() on P3)
libavcodec
|
Thu, 12 Oct 2006 12:27:02 +0000 |
michael |
int->uint8_t for 2 tables
libavcodec
|
Thu, 12 Oct 2006 12:02:58 +0000 |
bcoudurier |
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
libavcodec
|
Thu, 12 Oct 2006 11:54:24 +0000 |
bcoudurier |
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net%
libavcodec
|
Thu, 12 Oct 2006 11:51:34 +0000 |
diego |
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.
libavcodec
|
Thu, 12 Oct 2006 10:26:07 +0000 |
lu_zero |
ppc generic prefetch
libavcodec
|
Thu, 12 Oct 2006 07:51:18 +0000 |
gpoirier |
adds some useful comments after some of the #else, #elseif,
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Wed, 11 Oct 2006 21:34:15 +0000 |
lorenm |
more prefetches, 2% faster h264
libavcodec
|
Wed, 11 Oct 2006 17:59:40 +0000 |
michael |
slightly faster on P3 slightly slower on athlon and probably faster on P4
libavcodec
|
Wed, 11 Oct 2006 17:14:02 +0000 |
bcoudurier |
update doc, changelog, and increase libavcodec version for .cin files support
libavcodec
|
Wed, 11 Oct 2006 16:57:00 +0000 |
bcoudurier |
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
libavcodec
|
Wed, 11 Oct 2006 16:39:50 +0000 |
michael |
moving lps state transition code a little up in the branched asm code (1% faster on P3)
libavcodec
|
Wed, 11 Oct 2006 16:11:41 +0000 |
michael |
write cabac low and range variables as early as possible to prevent stalls from reading them before they where written, the P4 is said to disslike that alot, on P3 its 2% faster (START/STOP_TIMER over decode_residual)
libavcodec
|
Wed, 11 Oct 2006 15:20:08 +0000 |
michael |
use ecx instead of cl (no speed change on P3 but might avoid partial register stalls on some cpus)
libavcodec
|
Wed, 11 Oct 2006 14:44:17 +0000 |
michael |
make state transition tables global as they are constant and the code is slightly faster that way
libavcodec
|
Wed, 11 Oct 2006 13:25:29 +0000 |
michael |
10l
libavcodec
|
Wed, 11 Oct 2006 13:21:42 +0000 |
michael |
make lps_range a global table its constant anyway (saves 1 addition for accessing it)
libavcodec
|
Wed, 11 Oct 2006 12:23:40 +0000 |
michael |
enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon, PM, P3) from which ive seen benchmarks, it might be slower on P4 but noone has posted benchmarks ...
libavcodec
|
Wed, 11 Oct 2006 10:29:00 +0000 |
michael |
doxy
libavcodec
|
Wed, 11 Oct 2006 08:30:13 +0000 |
diego |
Move CFLAGS handling to common.mak.
libavcodec
|
Wed, 11 Oct 2006 07:47:59 +0000 |
diego |
Switch to the LGPL as agreed to by the author according to the
libavcodec
|
Wed, 11 Oct 2006 04:15:04 +0000 |
kostya |
Targa image decoder
libavcodec
|
Tue, 10 Oct 2006 12:07:25 +0000 |
diego |
Rename SIGN macro to the more fitting UNFOLD.
libavcodec
|
Tue, 10 Oct 2006 08:16:41 +0000 |
diego |
BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
libavcodec
|
Tue, 10 Oct 2006 08:01:19 +0000 |
gpoirier |
Move TRANSPOSE8 macro to dsputil_altivec.h.
libavcodec
|
Tue, 10 Oct 2006 06:56:51 +0000 |
michael |
moving another bit&1 out, this is as fast as with it in there, but it makes more sense with it outside of the loop
libavcodec
|
Tue, 10 Oct 2006 01:17:39 +0000 |
michael |
move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster)
libavcodec
|
Tue, 10 Oct 2006 01:08:39 +0000 |
michael |
replace a few and/sub/... by cmov
libavcodec
|
Mon, 09 Oct 2006 21:57:10 +0000 |
michael |
reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1
libavcodec
|
Mon, 09 Oct 2006 21:39:07 +0000 |
michael |
on the P4 inc needs twice as much time a add
libavcodec
|
Mon, 09 Oct 2006 21:21:10 +0000 |
michael |
10l
libavcodec
|
Mon, 09 Oct 2006 21:14:16 +0000 |
michael |
reverse remainder of the failed attempt to optimize *state=c->mps_state[s]
libavcodec
|
Mon, 09 Oct 2006 20:51:33 +0000 |
michael |
x86 branchless cabac decoder
libavcodec
|
Mon, 09 Oct 2006 20:44:11 +0000 |
michael |
optimize branchless C CABAC decoder
libavcodec
|
Mon, 09 Oct 2006 18:29:46 +0000 |
lu_zero |
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
libavcodec
|
Mon, 09 Oct 2006 18:20:00 +0000 |
michael |
move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ...
libavcodec
|
Mon, 09 Oct 2006 15:52:17 +0000 |
michael |
drop failed attempt to optimize *state= c->mps_state[s];
libavcodec
|
Mon, 09 Oct 2006 14:15:53 +0000 |
michael |
10l bugfix for some disabled code
libavcodec
|
Mon, 09 Oct 2006 14:15:14 +0000 |
michael |
first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 depening on if you try to subtract the START/STOP_TIMER overhead
libavcodec
|
Mon, 09 Oct 2006 13:37:43 +0000 |
lu_zero |
add_bytes passes tests
libavcodec
|
Mon, 09 Oct 2006 12:25:24 +0000 |
michael |
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either
libavcodec
|
Mon, 09 Oct 2006 11:36:42 +0000 |
gpoirier |
fix AC3 5.1 being decoded as mono
libavcodec
|
Mon, 09 Oct 2006 07:31:27 +0000 |
diego |
Fix GPL/LGPL license version mismatch.
libavcodec
|
Mon, 09 Oct 2006 00:59:42 +0000 |
michael |
decrease ff_h264_norm_shift[] size
libavcodec
|
Sun, 08 Oct 2006 21:26:19 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:26:08 +0000 |
michael |
cleanup
libavcodec
|
Sun, 08 Oct 2006 21:25:22 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:23:57 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:11:03 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 14:32:27 +0000 |
reimar |
Avoid void *-arithmetic
libavcodec
|
Sun, 08 Oct 2006 13:55:02 +0000 |
lu_zero |
Non Altivec optimizations already present at the top
libavcodec
|
Sun, 08 Oct 2006 13:20:22 +0000 |
michael |
branchless renormalization (1% faster get_cabac) old branchless renormalization wasnt faster because gcc was scared of the shift variable (missusing bit variable now)
libavcodec
|
Sun, 08 Oct 2006 11:24:37 +0000 |
michael |
5% faster get_cabac()
libavcodec
|
Sun, 08 Oct 2006 10:11:58 +0000 |
diego |
output typo fixes
libavcodec
|
Sun, 08 Oct 2006 09:41:00 +0000 |
diego |
Compilation fix: pix_abs16x16_c was undeclared.
libavcodec
|
Sun, 08 Oct 2006 09:38:22 +0000 |
diego |
Compilation fix, printf gets redefined to please_use_av_log.
libavcodec
|
Sat, 07 Oct 2006 22:37:34 +0000 |
michael |
disable benchmarking code
libavcodec
|
Sat, 07 Oct 2006 22:34:32 +0000 |
michael |
renorm_cabac_decoder_once START/STOP_TIMER scores for athlon
libavcodec
|
Sat, 07 Oct 2006 19:14:25 +0000 |
lu_zero |
fix the dcbz check and move it in configure
libavcodec
|
Sat, 07 Oct 2006 15:44:14 +0000 |
michael |
refill cabac variables in 16bit steps, 3% faster get_cabac()
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sat, 07 Oct 2006 12:41:55 +0000 |
michael |
() 10l
libavcodec
|
Sat, 07 Oct 2006 11:46:35 +0000 |
lu_zero |
fix a warning
libavcodec
|
Sat, 07 Oct 2006 11:30:24 +0000 |
diego |
Compilation fix, printf gets redefined to please_use_av_log.
libavcodec
|
Sat, 07 Oct 2006 11:15:10 +0000 |
michael |
several x86 renorm_cabac_decoder_once optimizations
libavcodec
|
Sat, 07 Oct 2006 09:22:44 +0000 |
diego |
Replace -I../-I. by -I$(BUILD_ROOT).
libavcodec
|
Sat, 07 Oct 2006 08:10:47 +0000 |
diego |
cosmetics: Add backslashes to the last line of continued lines to make
libavcodec
|
Fri, 06 Oct 2006 11:33:57 +0000 |
michael |
fix decoding of ED-small-sample-file.ogg
libavcodec
|
Thu, 05 Oct 2006 19:27:18 +0000 |
michael |
fix buffer underflows by reencoding the current frame with a higher QP
libavcodec
|
Thu, 05 Oct 2006 18:15:17 +0000 |
diego |
message typo fixes
libavcodec
|
Thu, 05 Oct 2006 17:10:33 +0000 |
diego |
Simplify test program build.
libavcodec
|
Thu, 05 Oct 2006 09:58:33 +0000 |
diego |
Also ignore cpuid_test.
libavcodec
|
Thu, 05 Oct 2006 01:28:25 +0000 |
diego |
Fix imgresample-test compilation.
libavcodec
|
Thu, 05 Oct 2006 00:51:40 +0000 |
diego |
imgresample-test depends on $(LIB).
libavcodec
|
Thu, 05 Oct 2006 00:32:56 +0000 |
diego |
Simplify EXTRALIBS handling.
libavcodec
|
Thu, 05 Oct 2006 00:23:24 +0000 |
diego |
Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the
libavcodec
|
Wed, 04 Oct 2006 21:42:31 +0000 |
diego |
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
libavcodec
|
Wed, 04 Oct 2006 13:13:07 +0000 |
bcoudurier |
change extradata type to uint8_t *
libavcodec
|
Wed, 04 Oct 2006 12:49:52 +0000 |
bcoudurier |
mjpeg 4:2:2 encoding support
libavcodec
|
Wed, 04 Oct 2006 07:16:10 +0000 |
lorenm |
don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower.
libavcodec
|
Wed, 04 Oct 2006 07:08:26 +0000 |
lorenm |
simplify write_back_motion for skip mbs
libavcodec
|
Wed, 04 Oct 2006 02:57:43 +0000 |
lorenm |
10l in r6412
libavcodec
|
Tue, 03 Oct 2006 19:23:39 +0000 |
diego |
Move EXTRALIBS handling to common.mak.
libavcodec
|
Tue, 03 Oct 2006 18:03:45 +0000 |
diego |
Slightly simplify apiexample compilation command line.
libavcodec
|
Tue, 03 Oct 2006 17:59:10 +0000 |
diego |
Also remove cpuid_test on clean.
libavcodec
|
Tue, 03 Oct 2006 17:50:02 +0000 |
diego |
Remove bogus dependency information.
libavcodec
|
Tue, 03 Oct 2006 17:42:17 +0000 |
diego |
Mark all phony targets as such.
libavcodec
|
Tue, 03 Oct 2006 17:12:48 +0000 |
diego |
Remove unused variables and the corresponding warnings along with them.
libavcodec
|
Mon, 02 Oct 2006 11:55:24 +0000 |
ods15 |
more forgotten free's.
libavcodec
|
Mon, 02 Oct 2006 11:47:10 +0000 |
ods15 |
10l, wrong order in freeing
libavcodec
|
Mon, 02 Oct 2006 11:31:52 +0000 |
michael |
slightly saner indention
libavcodec
|
Mon, 02 Oct 2006 10:23:59 +0000 |
diego |
Fix quantiSer --> quantiZer typo.
libavcodec
|
Mon, 02 Oct 2006 06:56:39 +0000 |
ods15 |
add vorbis_enc_data.h, remove codebook data from vorbis_enc.c
libavcodec
|
Mon, 02 Oct 2006 06:18:02 +0000 |
ods15 |
Add vorbis encoder to ffmpeg
libavcodec
|
Mon, 02 Oct 2006 06:09:52 +0000 |
ods15 |
Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:49 +0000 |
ods15 |
Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:47 +0000 |
ods15 |
Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:45 +0000 |
ods15 |
Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:43 +0000 |
ods15 |
Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:41 +0000 |
ods15 |
Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:39 +0000 |
ods15 |
Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:36 +0000 |
ods15 |
Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:33 +0000 |
ods15 |
Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:30 +0000 |
ods15 |
Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:28 +0000 |
ods15 |
Original Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:24 +0000 |
ods15 |
Original Commit: r103 | ods15 | 2006-10-01 18:00:43 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:22 +0000 |
ods15 |
Original Commit: r102 | ods15 | 2006-10-01 17:58:38 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:20 +0000 |
ods15 |
Original Commit: r101 | ods15 | 2006-10-01 14:15:00 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:18 +0000 |
ods15 |
Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:14 +0000 |
ods15 |
Original Commit: r99 | ods15 | 2006-10-01 11:12:44 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:12 +0000 |
ods15 |
Original Commit: r98 | ods15 | 2006-10-01 10:15:33 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:10 +0000 |
ods15 |
Original Commit: r97 | ods15 | 2006-09-30 23:32:19 +0300 (Sat, 30 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:08 +0000 |
ods15 |
Original Commit: r96 | ods15 | 2006-09-30 23:25:18 +0300 (Sat, 30 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:06 +0000 |
ods15 |
Original Commit: r95 | ods15 | 2006-09-30 22:11:08 +0300 (Sat, 30 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:04 +0000 |
ods15 |
Original Commit: r94 | ods15 | 2006-09-30 22:09:33 +0300 (Sat, 30 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:02 +0000 |
ods15 |
Original Commit: r93 | ods15 | 2006-09-30 22:02:21 +0300 (Sat, 30 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:59 +0000 |
ods15 |
Original Commit: r92 | ods15 | 2006-09-30 12:13:47 +0300 (Sat, 30 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:57 +0000 |
ods15 |
Original Commit: r91 | ods15 | 2006-09-30 10:05:16 +0300 (Sat, 30 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:55 +0000 |
ods15 |
Original Commit: r90 | ods15 | 2006-09-29 22:14:40 +0300 (Fri, 29 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:53 +0000 |
ods15 |
Original Commit: r88 | ods15 | 2006-09-29 21:10:36 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:51 +0000 |
ods15 |
Original Commit: r87 | ods15 | 2006-09-29 21:10:05 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:48 +0000 |
ods15 |
Original Commit: r86 | ods15 | 2006-09-29 21:08:42 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:46 +0000 |
ods15 |
Original Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:44 +0000 |
ods15 |
Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:41 +0000 |
ods15 |
Original Commit: r83 | ods15 | 2006-09-29 21:06:13 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:39 +0000 |
ods15 |
Original Commit: r82 | ods15 | 2006-09-29 21:03:43 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:36 +0000 |
ods15 |
Original Commit: r81 | ods15 | 2006-09-29 21:02:09 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:33 +0000 |
ods15 |
Original Commit: r80 | ods15 | 2006-09-29 15:44:22 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:31 +0000 |
ods15 |
Original Commit: r79 | ods15 | 2006-09-29 15:15:26 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:28 +0000 |
ods15 |
Original Commit: r78 | ods15 | 2006-09-29 15:14:28 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:25 +0000 |
ods15 |
Original Commit: r77 | ods15 | 2006-09-29 15:12:56 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:23 +0000 |
ods15 |
Original Commit: r76 | ods15 | 2006-09-29 13:16:37 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:21 +0000 |
ods15 |
Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:19 +0000 |
ods15 |
Original Commit: r74 | ods15 | 2006-09-29 13:03:31 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:16 +0000 |
ods15 |
Original Commit: r73 | ods15 | 2006-09-28 21:01:59 +0300 (Thu, 28 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:14 +0000 |
ods15 |
Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:11 +0000 |
ods15 |
Original Commit: r71 | ods15 | 2006-09-28 21:00:24 +0300 (Thu, 28 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:09 +0000 |
ods15 |
Original Commit: r70 | ods15 | 2006-09-28 19:07:36 +0300 (Thu, 28 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:07 +0000 |
ods15 |
Original Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:03 +0000 |
ods15 |
Original Commit: r68 | ods15 | 2006-09-25 21:15:09 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:01 +0000 |
ods15 |
Original Commit: r67 | ods15 | 2006-09-25 20:33:06 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:59 +0000 |
ods15 |
Original Commit: r66 | ods15 | 2006-09-25 18:42:13 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:57 +0000 |
ods15 |
Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:55 +0000 |
ods15 |
Original Commit: r64 | ods15 | 2006-09-25 18:39:30 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:53 +0000 |
ods15 |
Original Commit: r63 | ods15 | 2006-09-25 13:51:44 +0300 (Mon, 25 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:51 +0000 |
ods15 |
Original Commit: r62 | ods15 | 2006-09-25 13:12:07 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:49 +0000 |
ods15 |
Original Commit: r61 | ods15 | 2006-09-25 13:10:56 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:46 +0000 |
ods15 |
Original Commit: r60 | ods15 | 2006-09-25 12:46:30 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:44 +0000 |
ods15 |
Original Commit: r59 | ods15 | 2006-09-24 17:40:40 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:42 +0000 |
ods15 |
Original Commit: r58 | ods15 | 2006-09-24 17:35:28 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:40 +0000 |
ods15 |
Original Commit: r56 | ods15 | 2006-09-24 13:55:01 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:38 +0000 |
ods15 |
Original Commit: r55 | ods15 | 2006-09-24 13:54:43 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:36 +0000 |
ods15 |
Original Commit: r54 | ods15 | 2006-09-24 13:54:12 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:34 +0000 |
ods15 |
Original Commit: r52 | ods15 | 2006-09-23 17:38:43 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:32 +0000 |
ods15 |
Original Commit: r51 | ods15 | 2006-09-23 16:32:30 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:30 +0000 |
ods15 |
Original Commit: r50 | ods15 | 2006-09-23 16:24:51 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:28 +0000 |
ods15 |
Original Commit: r49 | ods15 | 2006-09-23 12:52:21 +0300 (Sat, 23 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:26 +0000 |
ods15 |
Original Commit: r48 | ods15 | 2006-09-23 12:45:25 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:24 +0000 |
ods15 |
Original Commit: r47 | ods15 | 2006-09-23 12:34:48 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:40 +0000 |
ods15 |
Original Commit: r46 | ods15 | 2006-09-23 11:36:32 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:37 +0000 |
ods15 |
Original Commit: r44 | ods15 | 2006-09-23 10:54:43 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:35 +0000 |
ods15 |
Original Commit: r43 | ods15 | 2006-09-23 10:53:46 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:32 +0000 |
ods15 |
Original Commit: r42 | ods15 | 2006-09-23 10:53:16 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:30 +0000 |
ods15 |
Original Commit: r41 | ods15 | 2006-09-23 10:52:34 +0300 (Sat, 23 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:27 +0000 |
ods15 |
Original Commit: r40 | ods15 | 2006-09-23 09:36:30 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:25 +0000 |
ods15 |
Original Commit: r39 | ods15 | 2006-09-23 09:36:11 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:23 +0000 |
ods15 |
Original Commit: r38 | ods15 | 2006-09-23 09:02:34 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:21 +0000 |
ods15 |
Original Commit: r37 | ods15 | 2006-09-23 08:43:43 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:18 +0000 |
ods15 |
Original Commit: r36 | ods15 | 2006-09-23 08:43:09 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:16 +0000 |
ods15 |
Original Commit: r35 | ods15 | 2006-09-22 18:53:22 +0300 (Fri, 22 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:14 +0000 |
ods15 |
Original Commit: r34 | ods15 | 2006-09-22 18:46:57 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:12 +0000 |
ods15 |
Original Commit: r32 | ods15 | 2006-09-22 18:37:50 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:10 +0000 |
ods15 |
Original Commit: r31 | ods15 | 2006-09-22 18:33:17 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:07 +0000 |
ods15 |
Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:05 +0000 |
ods15 |
Original Commit: r27 | ods15 | 2006-09-22 14:19:51 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:03 +0000 |
ods15 |
Original Commit: r26 | ods15 | 2006-09-22 14:18:22 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:01 +0000 |
ods15 |
Original Commit: r25 | ods15 | 2006-09-22 14:06:04 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:59 +0000 |
ods15 |
Original Commit: r24 | ods15 | 2006-09-22 13:57:09 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:57 +0000 |
ods15 |
Original Commit: r23 | ods15 | 2006-09-22 13:55:48 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:55 +0000 |
ods15 |
Original Commit: r22 | ods15 | 2006-09-22 13:49:56 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:52 +0000 |
ods15 |
Original Commit: r21 | ods15 | 2006-09-22 13:40:31 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:49 +0000 |
ods15 |
Original Commit: r20 | ods15 | 2006-09-22 13:12:48 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:47 +0000 |
ods15 |
Original Commit: r19 | ods15 | 2006-09-22 12:54:18 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:45 +0000 |
ods15 |
Original Commit: r18 | ods15 | 2006-09-22 12:29:26 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:43 +0000 |
ods15 |
Original Commit: r17 | ods15 | 2006-09-22 12:28:28 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:41 +0000 |
ods15 |
Original Commit: r16 | ods15 | 2006-09-22 12:27:17 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:39 +0000 |
ods15 |
Original Commit: r15 | ods15 | 2006-09-22 12:26:42 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:37 +0000 |
ods15 |
Original Commit: r14 | ods15 | 2006-09-22 12:26:17 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:35 +0000 |
ods15 |
Original Commit: r13 | ods15 | 2006-09-22 09:29:38 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:33 +0000 |
ods15 |
Original Commit: r12 | ods15 | 2006-09-22 09:28:30 +0300 (Fri, 22 Sep 2006) | 5 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:30 +0000 |
ods15 |
Original Commit: r11 | ods15 | 2006-09-17 19:41:28 +0300 (Sun, 17 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:28 +0000 |
ods15 |
Original Commit: r10 | ods15 | 2006-09-17 19:37:17 +0300 (Sun, 17 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:26 +0000 |
ods15 |
Original Commit: r9 | ods15 | 2006-09-17 18:56:41 +0300 (Sun, 17 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:24 +0000 |
ods15 |
Original Commit: r8 | ods15 | 2006-09-17 09:43:38 +0300 (Sun, 17 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:22 +0000 |
ods15 |
Original Commit: r7 | ods15 | 2006-09-17 08:50:47 +0300 (Sun, 17 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:20 +0000 |
ods15 |
Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:18 +0000 |
ods15 |
Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:16 +0000 |
ods15 |
Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:14 +0000 |
ods15 |
Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:54:55 +0000 |
ods15 |
skeleton for vorbis_enc.c
libavcodec
|
Sun, 01 Oct 2006 21:25:17 +0000 |
lorenm |
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
libavcodec
|
Sun, 01 Oct 2006 18:19:49 +0000 |
diego |
Fix compilation with --disable-encoders.
libavcodec
|
Sun, 01 Oct 2006 17:38:07 +0000 |
ods15 |
remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead
libavcodec
|
Sun, 01 Oct 2006 13:53:08 +0000 |
ods15 |
prevent warning in vorbis_data.c
libavcodec
|
Sun, 01 Oct 2006 13:45:17 +0000 |
ods15 |
100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c
libavcodec
|
Sun, 01 Oct 2006 11:59:33 +0000 |
ods15 |
make some more functions global so they can be shared with vorbis_enc.c
libavcodec
|
Sun, 01 Oct 2006 11:11:30 +0000 |
ods15 |
make ready_floor1_list() shared for vorbis_enc.c
libavcodec
|
Sun, 01 Oct 2006 05:09:20 +0000 |
kostya |
1l: correct argument order in avcodec_check_dimensions
libavcodec
|
Sat, 30 Sep 2006 23:49:09 +0000 |
michael |
palette (if we memcpy it into AVFrame) must be uint32_t
libavcodec
|
Sat, 30 Sep 2006 18:47:15 +0000 |
ods15 |
vorbis.h -> vorbis_data.c
libavcodec
|
Sat, 30 Sep 2006 18:16:38 +0000 |
michael |
marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder)
libavcodec
|
Sat, 30 Sep 2006 16:00:27 +0000 |
michael |
seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata
libavcodec
|
Sat, 30 Sep 2006 11:45:09 +0000 |
michael |
ignore sub_id
libavcodec
|
Sat, 30 Sep 2006 11:35:14 +0000 |
michael |
big endian fix
libavcodec
|
Sat, 30 Sep 2006 11:31:15 +0000 |
michael |
support resolution switching, fixes rv20errors.rm
libavcodec
|
Fri, 29 Sep 2006 23:57:03 +0000 |
michael |
simplify
libavcodec
|
Fri, 29 Sep 2006 23:34:42 +0000 |
michael |
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv)
libavcodec
|
Fri, 29 Sep 2006 19:48:27 +0000 |
takis |
Add forgotten eval.h...
libavcodec
|
Fri, 29 Sep 2006 19:39:19 +0000 |
takis |
Move the ratecontrol related code from mpegvideo.h to a separate header file.
libavcodec
|
Fri, 29 Sep 2006 19:36:12 +0000 |
takis |
Reformat the output of the list of available AVOptions, by indenting the
libavcodec
|
Fri, 29 Sep 2006 19:34:53 +0000 |
takis |
Remove the override of lmin and lmax, so the actual option value provided will
libavcodec
|
Fri, 29 Sep 2006 19:33:04 +0000 |
takis |
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and
libavcodec
|
Thu, 28 Sep 2006 22:03:52 +0000 |
mru |
remove extraneous #ifdef CONFIG_ENCODERS/DECODERS
libavcodec
|
Thu, 28 Sep 2006 17:46:25 +0000 |
takis |
Remove the "mblmax" OptionDef. The equally named AVOption takes over its
libavcodec
|
Thu, 28 Sep 2006 17:45:51 +0000 |
takis |
Remove the "mblmin" OptionDef. The equally named AVOption takes over its
libavcodec
|
Thu, 28 Sep 2006 05:01:02 +0000 |
kostya |
Handle case of get_bits(0)
libavcodec
|
Wed, 27 Sep 2006 22:13:44 +0000 |
mru |
dc_val should be signed
libavcodec
|
Wed, 27 Sep 2006 22:12:08 +0000 |
mru |
return 0 from encode_picture() and estimate_qp() on success
libavcodec
|
Wed, 27 Sep 2006 20:08:36 +0000 |
takis |
Break compatibility only when first part of version number changes, in this
libavcodec
|
Wed, 27 Sep 2006 20:01:39 +0000 |
takis |
Make AVOption parsign code use ff_eval2()
libavcodec
|
Wed, 27 Sep 2006 19:54:07 +0000 |
mru |
add some #ifdef CONFIG_ENCODERS/DECODERS
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Wed, 27 Sep 2006 19:46:19 +0000 |
takis |
Make ratecontrol use ff_eval2().
libavcodec
|
Wed, 27 Sep 2006 11:09:35 +0000 |
takis |
Fix compilation by postponing deprecation of ff_eval() until the next version
libavcodec
|
Wed, 27 Sep 2006 04:37:57 +0000 |
kostya |
free memory before return
libavcodec
|
Wed, 27 Sep 2006 04:31:39 +0000 |
kostya |
bump lavc version for WavPack decoder
libavcodec
|
Tue, 26 Sep 2006 22:23:33 +0000 |
michael |
fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
libavcodec
|
Tue, 26 Sep 2006 22:01:33 +0000 |
takis |
Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.
libavcodec
|
Tue, 26 Sep 2006 20:26:22 +0000 |
mru |
ARMv5TE optimized IDCT
libavcodec
|
Tue, 26 Sep 2006 20:24:13 +0000 |
michael |
fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)
libavcodec
|
Tue, 26 Sep 2006 18:31:43 +0000 |
mru |
fix MUL16 macro
libavcodec
|
Tue, 26 Sep 2006 14:04:36 +0000 |
takis |
Handle possible failure of ff_eval.
libavcodec
|
Tue, 26 Sep 2006 08:49:24 +0000 |
michael |
mpeg1 b_strategy=2 segfault fix
libavcodec
|
Tue, 26 Sep 2006 03:41:51 +0000 |
kostya |
WavPack lossless audio decoder
libavcodec
|
Mon, 25 Sep 2006 22:57:34 +0000 |
reimar |
remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly.
libavcodec
|
Mon, 25 Sep 2006 22:54:19 +0000 |
reimar |
Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way.
libavcodec
|
Mon, 25 Sep 2006 22:53:11 +0000 |
reimar |
Changes needed due to show_bits_long behaviour changes/fixes
libavcodec
|
Mon, 25 Sep 2006 22:47:55 +0000 |
reimar |
Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.
libavcodec
|
Mon, 25 Sep 2006 18:54:18 +0000 |
aurel |
rename vector to vect to avoid clash with Apple gcc
libavcodec
|
Mon, 25 Sep 2006 15:23:40 +0000 |
lu_zero |
move memory functions from avcodec to avutil
libavcodec
|
Sun, 24 Sep 2006 10:58:06 +0000 |
ods15 |
fix to vorbis decoder for book==0
libavcodec
|
Sun, 24 Sep 2006 10:53:54 +0000 |
takis |
Missing extern declaration for av_strtod.
libavcodec
|
Sun, 24 Sep 2006 10:41:25 +0000 |
michael |
cosmetic
libavcodec
|
Sun, 24 Sep 2006 10:38:14 +0000 |
michael |
segfault fix
libavcodec
|
Sat, 23 Sep 2006 08:50:50 +0000 |
takis |
Define NAN -if not already defined- as 0.0/0.0
libavcodec
|
Fri, 22 Sep 2006 15:57:23 +0000 |
lu_zero |
Use mathops
libavcodec
|
Fri, 22 Sep 2006 15:05:27 +0000 |
takis |
Remove the "error" OptionDef. The equally named AVOption takes over its
libavcodec
|
Fri, 22 Sep 2006 15:04:56 +0000 |
takis |
Remove the "mepc" OptionDef. The equally named AVOption takes over its function.
libavcodec
|
Fri, 22 Sep 2006 13:55:56 +0000 |
takis |
Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its
libavcodec
|
Thu, 21 Sep 2006 17:43:09 +0000 |
lorenm |
cosmetics (indentation)
libavcodec
|
Thu, 21 Sep 2006 17:42:23 +0000 |
lorenm |
tweak ff_imdct_calc_3dn2
libavcodec
|
Thu, 21 Sep 2006 16:37:39 +0000 |
lorenm |
sse implementation of imdct.
libavcodec
|
Thu, 21 Sep 2006 04:46:11 +0000 |
kostya |
Finally enable B-frame decoding as all known samples work perfect
libavcodec
|
Thu, 21 Sep 2006 04:44:35 +0000 |
kostya |
For B-frames if the second reference frame signals intensity compensation
libavcodec
|
Thu, 21 Sep 2006 04:38:47 +0000 |
kostya |
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed
libavcodec
|
Thu, 21 Sep 2006 04:28:46 +0000 |
kostya |
Zero number of current scan after decoding one picture.
libavcodec
|
Thu, 21 Sep 2006 01:08:05 +0000 |
michael |
1000l copy and paste typo
libavcodec
|
Wed, 20 Sep 2006 21:17:37 +0000 |
michael |
set supported pixel formats for a few encoders (fixes crashes with grayscale)
libavcodec
|
Wed, 20 Sep 2006 08:39:56 +0000 |
takis |
Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match
libavcodec
|
Wed, 20 Sep 2006 08:36:33 +0000 |
takis |
Remove the "qmax" OptionDef.
libavcodec
|
Wed, 20 Sep 2006 08:34:58 +0000 |
takis |
Remove the "qmin" OptionDef.
libavcodec
|
Wed, 20 Sep 2006 08:34:13 +0000 |
takis |
Remove the "bf" OptionDef parameter so the equally named AVOption will take
libavcodec
|
Wed, 20 Sep 2006 08:28:24 +0000 |
takis |
Inform the user that a certain AVOption is out of range.
libavcodec
|
Wed, 20 Sep 2006 08:27:18 +0000 |
takis |
Correct the constraints of some AVOptions. These had a default value of zero,
libavcodec
|
Tue, 19 Sep 2006 22:22:29 +0000 |
lu_zero |
New single instruction math operation header
libavcodec
|
Tue, 19 Sep 2006 09:31:00 +0000 |
michael |
use correct rounding functions
libavcodec
|
Mon, 18 Sep 2006 11:35:48 +0000 |
takis |
Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.
libavcodec
|
Sun, 17 Sep 2006 10:22:01 +0000 |
michael |
K prefix
libavcodec
|
Sun, 17 Sep 2006 08:52:41 +0000 |
michael |
support SI and some non SI prefixes
libavcodec
|
Sat, 16 Sep 2006 22:26:09 +0000 |
diego |
ADI Blackfin optimizations
libavcodec
|
Sat, 16 Sep 2006 00:51:49 +0000 |
mru |
remove junk characters in comment
libavcodec
|
Fri, 15 Sep 2006 23:20:58 +0000 |
mru |
clean up #ifdef HAVE_IPP
libavcodec
|
Fri, 15 Sep 2006 21:57:19 +0000 |
takis |
Correct the i_qfactor minimum, which was current set higher then the default
libavcodec
|
Fri, 15 Sep 2006 13:53:26 +0000 |
diego |
Fix Indel --> Intel typo.
libavcodec
|
Fri, 15 Sep 2006 10:57:20 +0000 |
takis |
Rename the AVOption's names to the shorter OptionDef names.
libavcodec
|
Fri, 15 Sep 2006 10:28:23 +0000 |
bcoudurier |
remove unused, uninitialized free format frame size
libavcodec
|
Thu, 14 Sep 2006 22:13:23 +0000 |
aurel |
disable vp3 mmx idct for theora files to avoid artifacts
libavcodec
|
Thu, 14 Sep 2006 14:02:32 +0000 |
takis |
Synchronize the defaults specified in the AVOptions[] array to the defaults
libavcodec
|
Thu, 14 Sep 2006 13:51:54 +0000 |
takis |
Make OFFSET() reuse offsetof
libavcodec
|
Thu, 14 Sep 2006 11:23:41 +0000 |
takis |
Allow parameter values (AVOptions) to use the 'k', 'M', 'G'
libavcodec
|
Thu, 14 Sep 2006 00:38:03 +0000 |
diego |
Remove the LGPL exception clause as discussed on ffmpeg-devel
libavcodec
|
Wed, 13 Sep 2006 21:39:41 +0000 |
diego |
Proper armv5te instructions support detection.
libavcodec
|
Wed, 13 Sep 2006 20:16:33 +0000 |
aurel |
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)
libavcodec
|
Wed, 13 Sep 2006 09:28:48 +0000 |
gpoirier |
corrects the type of the AVOption parameter "bugs", patch by Takis
libavcodec
|
Wed, 13 Sep 2006 09:03:13 +0000 |
gpoirier |
adds descriptions to the libavcodec AVOptions array, taken from the
libavcodec
|
Tue, 12 Sep 2006 20:58:17 +0000 |
aurel |
Enables back the mmx/sse optimized version of the vp3 idct.
libavcodec
|
Tue, 12 Sep 2006 04:35:11 +0000 |
kostya |
Swap back and forward motion vectors to achieve correct picture
libavcodec
|
Tue, 12 Sep 2006 04:29:37 +0000 |
kostya |
Set motion vectors used in B-frames to zero by default
libavcodec
|
Tue, 12 Sep 2006 04:19:07 +0000 |
kostya |
Use h264_chroma funcs in B-frames MC too
libavcodec
|
Tue, 12 Sep 2006 04:16:28 +0000 |
kostya |
Fix edge emulation for bicubic MC in B frames
libavcodec
|
Tue, 12 Sep 2006 04:13:00 +0000 |
kostya |
2989l: Set avctx->has_b_frames value in header and don't change it
libavcodec
|
Mon, 11 Sep 2006 23:29:24 +0000 |
aurel |
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)
libavcodec
|
Sun, 10 Sep 2006 22:29:02 +0000 |
diego |
armv5 optimizations
libavcodec
|
Sun, 10 Sep 2006 21:51:08 +0000 |
gpoirier |
Use and set sane AVOption defaults
libavcodec
|
Sun, 10 Sep 2006 20:46:20 +0000 |
gpoirier |
adds doxygen docs to av_opt_set_defaults. Patch by Takis
libavcodec
|
Sun, 10 Sep 2006 20:21:40 +0000 |
gpoirier |
make AVOptions default value field work.
libavcodec
|
Sun, 10 Sep 2006 18:16:19 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sun, 10 Sep 2006 15:36:53 +0000 |
lu_zero |
Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
libavcodec
|
Sun, 10 Sep 2006 14:02:42 +0000 |
diego |
Add official LGPL license headers to the files that were missing them.
libavcodec
|
Sun, 10 Sep 2006 04:24:53 +0000 |
kostya |
Disable B-frames decoding until they produce correct picture
libavcodec
|
Sat, 09 Sep 2006 22:53:44 +0000 |
aurel |
rename vector to vect to avoid clash with Apple gcc
libavcodec
|
Sat, 09 Sep 2006 22:04:43 +0000 |
diego |
Add proper GPL headers.
libavcodec
|
Sat, 09 Sep 2006 17:19:37 +0000 |
aurel |
VP5 and VP6 video decoder
libavcodec
|
Sat, 09 Sep 2006 11:40:41 +0000 |
kostya |
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable.
libavcodec
|
Sat, 09 Sep 2006 11:32:36 +0000 |
kostya |
Support for BI-frames in Advanced Profile
libavcodec
|
Sat, 09 Sep 2006 11:29:17 +0000 |
kostya |
Don't print header bits by default
libavcodec
|
Sat, 09 Sep 2006 11:28:02 +0000 |
kostya |
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()
libavcodec
|
Sat, 09 Sep 2006 11:23:44 +0000 |
kostya |
[Cosmetics] Remove some done TODOs/FIXMEs from comments
libavcodec
|
Sat, 09 Sep 2006 11:21:56 +0000 |
kostya |
Proper support for B/BI frames
libavcodec
|
Sat, 09 Sep 2006 08:49:28 +0000 |
gpoirier |
undefines a few temporary defines which were not undefined after their usage.
libavcodec
|
Fri, 08 Sep 2006 08:27:51 +0000 |
michael |
print more correct error messges
libavcodec
|
Thu, 07 Sep 2006 04:08:34 +0000 |
kostya |
Handle the rest of known blocks (by skipping them)
libavcodec
|
Thu, 07 Sep 2006 04:05:04 +0000 |
kostya |
Tests for overreading input data
libavcodec
|
Thu, 07 Sep 2006 04:01:42 +0000 |
kostya |
Cursor drawing support
libavcodec
|
Wed, 06 Sep 2006 10:17:28 +0000 |
diego |
Switch license from GPL to LGPL. The original author agreed to this as
libavcodec
|
Tue, 05 Sep 2006 21:17:30 +0000 |
rtogni |
Fix buffer handling for stereo mace files, fixes some random sig11
libavcodec
|
Tue, 05 Sep 2006 15:46:06 +0000 |
corey |
second pass encoding changes:
libavcodec
|
Tue, 05 Sep 2006 13:50:36 +0000 |
diego |
Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg.
libavcodec
|
Tue, 05 Sep 2006 07:31:53 +0000 |
kostya |
Try to handle all chunks, previous scheme was not correct.
libavcodec
|
Tue, 05 Sep 2006 07:29:26 +0000 |
kostya |
Handle raw blocks correctly (both updating pointer and storing to memory)
libavcodec
|
Tue, 05 Sep 2006 04:37:14 +0000 |
kostya |
VMware Video decoder (fourcc: VMnc)
libavcodec
|
Mon, 04 Sep 2006 21:11:54 +0000 |
michael |
seems the output of that code is never used
libavcodec
|
Mon, 04 Sep 2006 17:25:38 +0000 |
mru |
inline align_get_bits()
libavcodec
|
Mon, 04 Sep 2006 17:08:20 +0000 |
corey |
error message spelling typo
libavcodec
|
Mon, 04 Sep 2006 09:37:28 +0000 |
diego |
Exchange informal GPL notice by official license header.
libavcodec
|
Mon, 04 Sep 2006 04:24:49 +0000 |
kostya |
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)
libavcodec
|
Mon, 04 Sep 2006 03:33:11 +0000 |
romansh |
* Restructuring the division of labor between DV codec and DV format
libavcodec
|
Sun, 03 Sep 2006 22:16:54 +0000 |
diego |
The license of this file is LGPL, as clarified by Fabrice.
libavcodec
|
Sun, 03 Sep 2006 16:15:29 +0000 |
diego |
Add copyright notice from the Independent JPEG Group instead of referring
libavcodec
|
Sun, 03 Sep 2006 15:59:08 +0000 |
jbr |
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7.
libavcodec
|
Sun, 03 Sep 2006 04:44:50 +0000 |
kostya |
AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0])
libavcodec
|
Sat, 02 Sep 2006 23:10:28 +0000 |
mru |
remove redundant declarations
libavcodec
|
Sat, 02 Sep 2006 04:58:51 +0000 |
kostya |
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
libavcodec
|
Sat, 02 Sep 2006 04:53:49 +0000 |
kostya |
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab
libavcodec
|
Sat, 02 Sep 2006 04:52:00 +0000 |
kostya |
New function for chroma MC (will be used in VC-1)
libavcodec
|
Fri, 01 Sep 2006 22:02:38 +0000 |
lorenm |
snow cosmetics: merge the sliced and non-sliced versions of add_yblock
libavcodec
|
Fri, 01 Sep 2006 21:51:35 +0000 |
lorenm |
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same.
libavcodec
|
Thu, 31 Aug 2006 19:14:00 +0000 |
lu_zero |
Align the input buffer in ffplay, introduce a public macro for aligned declarations
libavcodec
|