]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
15 years agoForgotten changelog update for ASS/SSA (de)muxer.
michael [Fri, 26 Sep 2008 19:57:06 +0000 (19:57 +0000)]
Forgotten changelog update for ASS/SSA (de)muxer.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15431 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoASS/SSA muxer.
michael [Fri, 26 Sep 2008 19:42:21 +0000 (19:42 +0000)]
ASS/SSA muxer.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15430 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agowhitespace cosmetics
diego [Fri, 26 Sep 2008 19:35:17 +0000 (19:35 +0000)]
whitespace cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15429 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoSimplify: avoid duplication backward_filter()
vitor [Fri, 26 Sep 2008 18:42:06 +0000 (18:42 +0000)]
Simplify: avoid duplication backward_filter()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15428 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRemove unused variable.
diego [Fri, 26 Sep 2008 18:11:41 +0000 (18:11 +0000)]
Remove unused variable.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15427 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoadd ok parts to the rm demuxer for SIPRO support
banan [Fri, 26 Sep 2008 12:12:25 +0000 (12:12 +0000)]
add ok parts to the rm demuxer for SIPRO support

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15426 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd support for Acelp.net fourcc and codecid, remuxing wav to avi should work
banan [Fri, 26 Sep 2008 10:59:42 +0000 (10:59 +0000)]
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15425 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoDo not loose the '\n'.
michael [Fri, 26 Sep 2008 03:24:05 +0000 (03:24 +0000)]
Do not loose the '\n'.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15424 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agosync to latest mingw api, remove no more needed struct definitions
bcoudurier [Fri, 26 Sep 2008 03:20:35 +0000 (03:20 +0000)]
sync to latest mingw api, remove no more needed struct definitions

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15423 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years ago2 in 1, an ASS and SSA demuxer.
michael [Fri, 26 Sep 2008 02:19:21 +0000 (02:19 +0000)]
2 in 1, an ASS and SSA demuxer.
Tested with -scodec copy on all ASS & SSA samples that i found on mphq (exactly 2).

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15422 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoinclude sys/select.h, fix freebsd 5.5 compilation
bcoudurier [Fri, 26 Sep 2008 02:13:38 +0000 (02:13 +0000)]
include sys/select.h, fix freebsd 5.5 compilation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15421 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoonly include sys/select.h if present, fix mingw compilation
bcoudurier [Fri, 26 Sep 2008 02:12:37 +0000 (02:12 +0000)]
only include sys/select.h if present, fix mingw compilation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15420 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoPrevent image2 from complaining about non monotone timestamps as
michael [Fri, 26 Sep 2008 02:07:56 +0000 (02:07 +0000)]
Prevent image2 from complaining about non monotone timestamps as
there are no timestamps in "raw" image2.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15419 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAvoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.
michael [Thu, 25 Sep 2008 21:44:07 +0000 (21:44 +0000)]
Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.
Fixes issue427.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15418 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoDo instead of divising a float by a constant, multiply by its inverse
vitor [Thu, 25 Sep 2008 20:03:57 +0000 (20:03 +0000)]
Do instead of divising a float by a constant, multiply by its inverse

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15417 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoEnsure that no non-existing frame is used.
michael [Thu, 25 Sep 2008 19:25:28 +0000 (19:25 +0000)]
Ensure that no non-existing frame is used.
Fixes issue624.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15416 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoImplement av_nearer_q() and av_find_nearest_q_idx() functions.
stefano [Thu, 25 Sep 2008 19:23:13 +0000 (19:23 +0000)]
Implement av_nearer_q() and av_find_nearest_q_idx() functions.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15415 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoDo not free sps & pps on width/height changes.
michael [Thu, 25 Sep 2008 19:01:39 +0000 (19:01 +0000)]
Do not free sps & pps on width/height changes.
Fixes issue557.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15414 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoDo not use the generic "alloc missing references" code for h.264 as it does
michael [Thu, 25 Sep 2008 14:34:14 +0000 (14:34 +0000)]
Do not use the generic "alloc missing references" code for h.264 as it does
not work correctly in that case.
Fixes issue652.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15413 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoInitialize next/last_picture* as the generic code does not always
michael [Thu, 25 Sep 2008 14:29:35 +0000 (14:29 +0000)]
Initialize next/last_picture* as the generic code does not always
set them to sane values.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15412 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoPrint which slices are IDR not just the slice type.
michael [Thu, 25 Sep 2008 12:04:25 +0000 (12:04 +0000)]
Print which slices are IDR not just the slice type.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15411 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFix CAVLC+8x8+MBAFF loop filter.
michael [Thu, 25 Sep 2008 00:41:49 +0000 (00:41 +0000)]
Fix CAVLC+8x8+MBAFF loop filter.
Fixes FREXT02_JVC_C.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15410 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agocosmetics, remove GXF: in log messages since it is present in context
bcoudurier [Wed, 24 Sep 2008 23:40:55 +0000 (23:40 +0000)]
cosmetics, remove GXF: in log messages since it is present in context

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15409 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoskip non valid audio samples in gxf packets
bcoudurier [Wed, 24 Sep 2008 23:31:04 +0000 (23:31 +0000)]
skip non valid audio samples in gxf packets

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15408 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoField -> MBAFF direct mode can use data from fields that are not
michael [Wed, 24 Sep 2008 23:24:24 +0000 (23:24 +0000)]
Field -> MBAFF direct mode can use data from fields that are not
in the reference list. Follow the spec and no comment on the sanity of this
design ...
Fixes HPCAMAPALQ_BRCM_B

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15407 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoinclude sys/select.h to get select, according to posix 2001,
bcoudurier [Wed, 24 Sep 2008 22:11:53 +0000 (22:11 +0000)]
include sys/select.h to get select, according to posix 2001,
fix compilation on freebsd 5.5

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15406 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoinclude sys/select.h instead of unistd.h to get select,
bcoudurier [Wed, 24 Sep 2008 22:08:50 +0000 (22:08 +0000)]
include sys/select.h instead of unistd.h to get select,
according to posix 2001, fix compilation on freebsd 5.5

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15405 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoMove constant multiplication out of the loop
vitor [Wed, 24 Sep 2008 20:31:24 +0000 (20:31 +0000)]
Move constant multiplication out of the loop

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15404 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCosmetics: move convolve() together with the other DSP functions
vitor [Wed, 24 Sep 2008 20:05:22 +0000 (20:05 +0000)]
Cosmetics: move convolve() together with the other DSP functions

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15403 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoSimplify: move division by constant off the loop
vitor [Wed, 24 Sep 2008 20:03:58 +0000 (20:03 +0000)]
Simplify: move division by constant off the loop

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15402 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agostop parsing if tag size is wrongly < 8 to avoid infinite loop
bcoudurier [Wed, 24 Sep 2008 18:55:00 +0000 (18:55 +0000)]
stop parsing if tag size is wrongly < 8 to avoid infinite loop

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15401 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAvoid segfault due to not set AVCodec.
michael [Wed, 24 Sep 2008 17:46:23 +0000 (17:46 +0000)]
Avoid segfault due to not set AVCodec.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15400 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agomerge amr wb case with amr nb and qcelp
bcoudurier [Wed, 24 Sep 2008 17:17:11 +0000 (17:17 +0000)]
merge amr wb case with amr nb and qcelp

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15399 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoonly write trailer when state says so, should fix issue #646
bcoudurier [Wed, 24 Sep 2008 17:11:46 +0000 (17:11 +0000)]
only write trailer when state says so, should fix issue #646

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15398 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agodo not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz
bcoudurier [Wed, 24 Sep 2008 17:09:59 +0000 (17:09 +0000)]
do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15397 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCorrect wrong lower limit and condition used in APE decoder
kostya [Wed, 24 Sep 2008 12:45:28 +0000 (12:45 +0000)]
Correct wrong lower limit and condition used in APE decoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15396 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF".
michael [Wed, 24 Sep 2008 12:03:25 +0000 (12:03 +0000)]
ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF".

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15395 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoMerge the 2 lpc loops.
michael [Tue, 23 Sep 2008 23:16:48 +0000 (23:16 +0000)]
Merge the 2 lpc loops.
This changes the output by (stddev:    0.21 PSNR:109.51, file:ddinterview28.ra),
the changes are due to float rounding inaccuracies and do not happen if doubles
are used.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15394 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFactorize lpc code slightly.
michael [Tue, 23 Sep 2008 22:49:22 +0000 (22:49 +0000)]
Factorize lpc code slightly.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15393 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd MIPS to list of architectures requiring PIC flags.
diego [Tue, 23 Sep 2008 11:10:38 +0000 (11:10 +0000)]
Add MIPS to list of architectures requiring PIC flags.
Prior to gcc version 4.3 PIC was the default, now it needs to be enabled
explicitly. Passing the flag to older gcc versions does not hurt.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15392 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCosmetics: reindent after last commit
kostya [Tue, 23 Sep 2008 08:45:46 +0000 (08:45 +0000)]
Cosmetics: reindent after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15391 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd RLE4 and RLE8 decoding support for BMP
kostya [Tue, 23 Sep 2008 08:45:12 +0000 (08:45 +0000)]
Add RLE4 and RLE8 decoding support for BMP

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15390 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP
kostya [Tue, 23 Sep 2008 08:38:32 +0000 (08:38 +0000)]
Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15389 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCalculate line size correctly for bit depths < 8
kostya [Tue, 23 Sep 2008 08:32:18 +0000 (08:32 +0000)]
Calculate line size correctly for bit depths < 8

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15388 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd myself to BMP format maintainers (with permission from Mans on IRC)
kostya [Tue, 23 Sep 2008 08:26:59 +0000 (08:26 +0000)]
Add myself to BMP format maintainers (with permission from Mans on IRC)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15387 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd support for RVTR fourCC
vitor [Tue, 23 Sep 2008 06:24:00 +0000 (06:24 +0000)]
Add support for RVTR fourCC

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15386 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoA few empty lines for readability.
michael [Mon, 22 Sep 2008 20:46:52 +0000 (20:46 +0000)]
A few empty lines for readability.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15385 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAnother try to fix temporal direct mode references.
michael [Mon, 22 Sep 2008 20:43:35 +0000 (20:43 +0000)]
Another try to fix temporal direct mode references.
Fixes at least
CAPAMA3_Sand_F.264
CVMAPAQP3_Sony_E.jsv

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15384 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agospelling cosmetics
diego [Mon, 22 Sep 2008 05:40:52 +0000 (05:40 +0000)]
spelling cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15383 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.
diego [Mon, 22 Sep 2008 05:38:50 +0000 (05:38 +0000)]
AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15382 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFix all the recent problems Justin had run into with the AC3 parser,
michael [Mon, 22 Sep 2008 03:00:26 +0000 (03:00 +0000)]
Fix all the recent problems Justin had run into with the AC3 parser,
including issue 459.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15381 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.
michael [Mon, 22 Sep 2008 02:32:22 +0000 (02:32 +0000)]
Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.
Fixes at least MR9_BT_B.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15380 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoindent
michael [Sun, 21 Sep 2008 23:51:36 +0000 (23:51 +0000)]
indent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15379 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCorrect comment in the direct mode code.
michael [Sun, 21 Sep 2008 23:49:53 +0000 (23:49 +0000)]
Correct comment in the direct mode code.
(note, yes this is unrelated to the previous simplification, the
 code always behaved like its documented now)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15378 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoSimplify initialization of a few direct mode related variables.
michael [Sun, 21 Sep 2008 23:46:59 +0000 (23:46 +0000)]
Simplify initialization of a few direct mode related variables.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15377 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoV4L2 support for OpenBSD, patch by Brad, brad comstyle com
diego [Sun, 21 Sep 2008 22:47:52 +0000 (22:47 +0000)]
V4L2 support for OpenBSD, patch by Brad, brad comstyle com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15376 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoMake MBAFF temporal direct mode closer to the spec.
michael [Sun, 21 Sep 2008 02:39:09 +0000 (02:39 +0000)]
Make MBAFF temporal direct mode closer to the spec.
Fixes at least:
CAMANL2_TOSHIBA_B
CVMANL2_TOSHIBA_B
camp_mot_mbaff0_full

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15375 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoMove direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list()
michael [Sun, 21 Sep 2008 02:23:51 +0000 (02:23 +0000)]
Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list()
as future changes will need the mbaff lists inited.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15374 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoSet poc for field references in MBAFF.
michael [Sun, 21 Sep 2008 02:19:45 +0000 (02:19 +0000)]
Set poc for field references in MBAFF.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15373 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRename check_func2 to check_func_headers.
diego [Sat, 20 Sep 2008 16:17:27 +0000 (16:17 +0000)]
Rename check_func2 to check_func_headers.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15372 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoLog an error message in case of invalid number of channels.
stefano [Sat, 20 Sep 2008 11:13:14 +0000 (11:13 +0000)]
Log an error message in case of invalid number of channels.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15371 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRemove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.
michael [Fri, 19 Sep 2008 18:53:31 +0000 (18:53 +0000)]
Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15370 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRemove check and error message for "MBAFF + !direct_8x8_inference is not implemented"
michael [Fri, 19 Sep 2008 18:49:17 +0000 (18:49 +0000)]
Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented"
because this mode does not exist, H.264-2007 says "When frame_mbs_only_flag is
equal to 0, direct_8x8_inference_flag shall be equal to 1."

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15369 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAvoid undefined behavior for removing elements that where not in the tree.
michael [Fri, 19 Sep 2008 12:41:12 +0000 (12:41 +0000)]
Avoid undefined behavior for removing elements that where not in the tree.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15368 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoEnsure that muxer and encoder aspect ratios match. So no
michael [Fri, 19 Sep 2008 12:37:38 +0000 (12:37 +0000)]
Ensure that muxer and encoder aspect ratios match. So no
invalid files are generated.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15367 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoSupport comments in preset files.
michael [Thu, 18 Sep 2008 21:07:11 +0000 (21:07 +0000)]
Support comments in preset files.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15366 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoMake pps/sps scaling_matrix initialization closer to the spec.
michael [Thu, 18 Sep 2008 16:36:19 +0000 (16:36 +0000)]
Make pps/sps scaling_matrix initialization closer to the spec.
This does not affect any of the conformance streams.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15365 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoZero 'idx' for each iteration of the coupling gain loop and as it is only used
superdump [Thu, 18 Sep 2008 16:02:51 +0000 (16:02 +0000)]
Zero 'idx' for each iteration of the coupling gain loop and as it is only used
within this loop, we can move its declaration there too.

Based on a patch by Alex Converse (alex converse gmail com)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15364 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCosmetics: missing brackets
superdump [Thu, 18 Sep 2008 15:48:37 +0000 (15:48 +0000)]
Cosmetics: missing brackets

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15363 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCast the return value of get_bits() to signed integer such that the subtraction
superdump [Thu, 18 Sep 2008 15:35:08 +0000 (15:35 +0000)]
Cast the return value of get_bits() to signed integer such that the subtraction
is conducted as a signed calculation.

Patch by Alex Converse (alex converse gmail com)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15362 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoEnsure that extradata is not parsed twice.
michael [Thu, 18 Sep 2008 15:13:15 +0000 (15:13 +0000)]
Ensure that extradata is not parsed twice.
Fixes FRExt1_Panasonic.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15361 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoadd newline at the end of message
kostya [Thu, 18 Sep 2008 14:08:44 +0000 (14:08 +0000)]
add newline at the end of message

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15360 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoZMBV encoder forgot to fill coded frame pointer
kostya [Thu, 18 Sep 2008 13:17:44 +0000 (13:17 +0000)]
ZMBV encoder forgot to fill coded frame pointer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15359 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agosmall wording fixes
diego [Thu, 18 Sep 2008 08:10:12 +0000 (08:10 +0000)]
small wording fixes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15358 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd fourcc for MS RLE4
kostya [Thu, 18 Sep 2008 05:25:29 +0000 (05:25 +0000)]
Add fourcc for MS RLE4

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15357 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFactorize out code used for MS RLE format decoding in different decoders.
kostya [Thu, 18 Sep 2008 05:20:54 +0000 (05:20 +0000)]
Factorize out code used for MS RLE format decoding in different decoders.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15356 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRemove duplication of TRANSPOSE8 macro, also removing some redundant load/stores
conrad [Thu, 18 Sep 2008 03:08:33 +0000 (03:08 +0000)]
Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15355 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoMake a separate macro for writing an entire block from registers to memory
conrad [Thu, 18 Sep 2008 03:08:13 +0000 (03:08 +0000)]
Make a separate macro for writing an entire block from registers to memory

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15354 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFactorize SSE2_(Row|Column)_IDCT into one macro
conrad [Thu, 18 Sep 2008 03:07:41 +0000 (03:07 +0000)]
Factorize SSE2_(Row|Column)_IDCT into one macro

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15353 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agorevert r14983, value is not sample aspect ratio, it is display aspect ratio
bcoudurier [Wed, 17 Sep 2008 23:14:48 +0000 (23:14 +0000)]
revert r14983, value is not sample aspect ratio, it is display aspect ratio

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15352 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCosmetics: remove excessive blank lines
conrad [Wed, 17 Sep 2008 20:52:54 +0000 (20:52 +0000)]
Cosmetics: remove excessive blank lines

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15351 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoEnsure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled
conrad [Wed, 17 Sep 2008 19:49:31 +0000 (19:49 +0000)]
Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15350 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCosmetics: reindent
conrad [Wed, 17 Sep 2008 19:38:44 +0000 (19:38 +0000)]
Cosmetics: reindent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15349 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agolibx264 ffpresets:
superdump [Wed, 17 Sep 2008 19:31:39 +0000 (19:31 +0000)]
libx264 ffpresets:
 * default - x264 CLI default values
 * fastfirstpass - disables options unnecessary for first pass
 * normal - Dark Shikari’s Q55 preset
 * hq - Dark Shikari’s Q75 preset
 * max - all options maxed out (at time of writing)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15348 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRewrite SSE2 VP3 IDCT in inline asm
conrad [Wed, 17 Sep 2008 19:30:51 +0000 (19:30 +0000)]
Rewrite SSE2 VP3 IDCT in inline asm

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15347 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRewrite MMX VP3 IDCT in inline asm
conrad [Wed, 17 Sep 2008 19:30:33 +0000 (19:30 +0000)]
Rewrite MMX VP3 IDCT in inline asm

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15346 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoMMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated...
conrad [Wed, 17 Sep 2008 19:30:03 +0000 (19:30 +0000)]
MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15345 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoTake idct permutation into account when initializing dequantization matrices
conrad [Wed, 17 Sep 2008 19:29:40 +0000 (19:29 +0000)]
Take idct permutation into account when initializing dequantization matrices

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15344 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoUse SAMPLE_FMT_FLT instead of doing the float->int convertion in the
vitor [Wed, 17 Sep 2008 19:26:37 +0000 (19:26 +0000)]
Use SAMPLE_FMT_FLT instead of doing the float->int convertion in the
decoder. This changes very little the output and any difference should
be inaudible.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15343 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoSecond-stage gain and Moving Average Predictor codebooks.
voroshil [Wed, 17 Sep 2008 06:13:07 +0000 (06:13 +0000)]
Second-stage gain and Moving Average Predictor codebooks.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15342 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAnother set of approved changes for G.729: includes, formats structure,
voroshil [Wed, 17 Sep 2008 06:05:12 +0000 (06:05 +0000)]
Another set of approved changes for G.729: includes, formats structure,
several parts of main decoding routine and initialization code.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15341 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoValidate pulse position and error out if an invalid position is encountered.
superdump [Tue, 16 Sep 2008 15:59:43 +0000 (15:59 +0000)]
Validate pulse position and error out if an invalid position is encountered.

Patch by Alex Converse (alex converse gmail com)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15340 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoOnly print "invalid new backstep" when its really invalid.
michael [Tue, 16 Sep 2008 01:49:32 +0000 (01:49 +0000)]
Only print "invalid new backstep" when its really invalid.
Fixes issue541.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15339 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFix regression test failure caused by golomb limit not being considered
michael [Tue, 16 Sep 2008 01:24:12 +0000 (01:24 +0000)]
Fix regression test failure caused by golomb limit not being considered
in r15334.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15338 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agosync to latest x264 git, field was renamed
bcoudurier [Tue, 16 Sep 2008 01:13:55 +0000 (01:13 +0000)]
sync to latest x264 git, field was renamed

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15337 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoMake decoder more robust by default against broken encoders.
michael [Tue, 16 Sep 2008 00:31:32 +0000 (00:31 +0000)]
Make decoder more robust by default against broken encoders.
Fixes issue540.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15336 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFix issue634.
michael [Mon, 15 Sep 2008 22:10:28 +0000 (22:10 +0000)]
Fix issue634.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15335 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFix issue245.
michael [Mon, 15 Sep 2008 20:30:22 +0000 (20:30 +0000)]
Fix issue245.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15334 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agowording/spelling
diego [Sun, 14 Sep 2008 22:46:38 +0000 (22:46 +0000)]
wording/spelling

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15333 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agocosmetics: fix indentation after r15321
jbr [Sun, 14 Sep 2008 22:27:47 +0000 (22:27 +0000)]
cosmetics: fix indentation after r15321

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15332 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b