Diego Pettenò [Mon, 29 Sep 2008 07:15:49 +0000 (07:15 +0000)]
Remove some format string warnings.
patch by Diego Pettenò, flameeyes gmail com
Originally committed as revision 15461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 29 Sep 2008 06:22:12 +0000 (06:22 +0000)]
Uniformly define _XOPEN_SOURCE to 600.
The feature_tests.h header from Sun systems (Solaris/OpenSolaris) will abort
the build if _XOPEN_SOURCE is defined to 500, and C99 is requested (as well
as POSIX.1-2001), and will only accept it to be defined to 600.
inspired by a patch from Diego Pettenò, flameeyes gmail com
Originally committed as revision 15460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 29 Sep 2008 06:15:51 +0000 (06:15 +0000)]
cosmetics: Consistently use #ifdef in preprocessor directives.
Originally committed as revision 15459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 29 Sep 2008 06:06:19 +0000 (06:06 +0000)]
Remove unused function fast_memcpy.
Originally committed as revision 27673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Mon, 29 Sep 2008 05:41:54 +0000 (05:41 +0000)]
cosmetics: indentation
Originally committed as revision 27672 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Mon, 29 Sep 2008 01:15:54 +0000 (01:15 +0000)]
Revert mistakely commited hunk.
Originally committed as revision 27671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Mon, 29 Sep 2008 01:14:27 +0000 (01:14 +0000)]
Print all cases that are tested, not just the ones that are bad.
Originally committed as revision 27670 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Mon, 29 Sep 2008 01:08:01 +0000 (01:08 +0000)]
Fix infinite loop with spline, bug was introduced in r27612 by me.
Originally committed as revision 27669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Pettenò [Sun, 28 Sep 2008 23:29:23 +0000 (23:29 +0000)]
fix -uninstalled.pc includedir for out-of-tree builds
patch by Diego 'Flameeyes' Pettenò flameeyes _at_ gmail
Originally committed as revision 15458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfram Gloger [Sun, 28 Sep 2008 23:24:32 +0000 (23:24 +0000)]
set video_enc->sample_aspect_ratio to fix stream copy
patch by Wolfram Gloger wmglo _at_ dent.med.uni-muenchen _dot_ de
Originally committed as revision 15457 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Sep 2008 23:19:12 +0000 (23:19 +0000)]
Guess picture type from picture coding extension when the main header is damaged.
Originally committed as revision 15456 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 28 Sep 2008 23:06:25 +0000 (23:06 +0000)]
matroskadec: merge ASS events which share the same pts in the same AVPavket
Originally committed as revision 15455 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 28 Sep 2008 23:01:07 +0000 (23:01 +0000)]
matroskadec: ass events lines must end with a DOS style EOL
Originally committed as revision 15454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 28 Sep 2008 22:58:53 +0000 (22:58 +0000)]
matroskadec: set duration only for CODEC_ID_TEXT subtitles
Originally committed as revision 15453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 28 Sep 2008 22:55:28 +0000 (22:55 +0000)]
matroskadec: pass duration as parameter of matroska_fix_ass_packet()
Originally committed as revision 15452 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Sep 2008 19:39:18 +0000 (19:39 +0000)]
AVOptions support for ffplay.
Originally committed as revision 15451 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Sep 2008 19:35:22 +0000 (19:35 +0000)]
Move opt_default() and set_context_opts() to cmdutils so it can be used from
the other tools as well.
Originally committed as revision 15450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Sep 2008 19:33:19 +0000 (19:33 +0000)]
Rename opt_default() so it will not conflict with the one from ffmpeg.c
when it is moved to cmdutils.c/h.
Originally committed as revision 15449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Francesco Cosoleto [Sun, 28 Sep 2008 19:11:26 +0000 (19:11 +0000)]
Document the directpred auto value.
Patch by Francesco Cosoleto cosoleto ^^AT^^ gmail @@dot@@ com
Originally committed as revision 15448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Francesco Cosoleto [Sun, 28 Sep 2008 19:06:46 +0000 (19:06 +0000)]
Substitute the not anymore supported "me" option name with "me_method"
in ffpreset files.
Patch by Francesco Cosoleto cosoleto -- gmail --dot-- com
Originally committed as revision 15447 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Sun, 28 Sep 2008 19:05:34 +0000 (19:05 +0000)]
Make myself maintainer of the preset files
Originally committed as revision 15446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 28 Sep 2008 17:34:03 +0000 (17:34 +0000)]
Implement the force_fps option, which disables the automatic selection
of the best framerate amongst the list of supported framerates of the
codec. Use the av_find_nearest_q_idx() function to choose the best
framerate.
See the thread: "Implement in lavc a flag which makes avcodec_open()
to choose the best framerate".
Originally committed as revision 15445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Siarhei Siamashka [Sun, 28 Sep 2008 16:16:05 +0000 (16:16 +0000)]
Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils
functions that require such alignment.
Patch by Siarhei Siamashka (siarhei siamashka gmail com)
Originally committed as revision 15444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Sep 2008 13:09:29 +0000 (13:09 +0000)]
Support loading presets from random paths.
Fixes issue659.
Originally committed as revision 15443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 27 Sep 2008 23:12:24 +0000 (23:12 +0000)]
assdec: don't remove CR, they are part of the spec
Originally committed as revision 15442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 27 Sep 2008 20:05:12 +0000 (20:05 +0000)]
cosmetics: Break overly long lines, one grammar fix.
Originally committed as revision 15441 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 27 Sep 2008 19:51:53 +0000 (19:51 +0000)]
spelling/wording/grammar
Originally committed as revision 15440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 27 Sep 2008 17:37:22 +0000 (17:37 +0000)]
Move doxygen comments for av_gettime from utils.c to avformat.h.
Originally committed as revision 15439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 27 Sep 2008 05:01:57 +0000 (05:01 +0000)]
Add alltools target to build all the tools/ stuff.
Originally committed as revision 15438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 27 Sep 2008 02:39:24 +0000 (02:39 +0000)]
Replace apparently always true condition by assert().
Originally committed as revision 15437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 27 Sep 2008 01:59:50 +0000 (01:59 +0000)]
Simplify pix_fmt_id instead of listing a subset of non-simplified ones.
Originally committed as revision 15436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 27 Sep 2008 01:50:57 +0000 (01:50 +0000)]
Check the 4th plane too when selecting the pixfmt.
Fixes a crash with Test-4-component-YCCK.jpg.
Originally committed as revision 15435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 26 Sep 2008 21:39:22 +0000 (21:39 +0000)]
Replace 'test' invocation by 'test -n', this should be safer.
Originally committed as revision 15434 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 26 Sep 2008 21:37:50 +0000 (21:37 +0000)]
Add support for passing a version string to configure that is appended to
FFmpeg's version string output. This can be used by distributions to mark
their packages as being modified versions without hacking the sources.
Originally committed as revision 15433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 26 Sep 2008 19:58:27 +0000 (19:58 +0000)]
Use better table heading names in the supported formats tables.
Originally committed as revision 15432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 26 Sep 2008 19:57:06 +0000 (19:57 +0000)]
Forgotten changelog update for ASS/SSA (de)muxer.
Originally committed as revision 15431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 26 Sep 2008 19:42:21 +0000 (19:42 +0000)]
ASS/SSA muxer.
Originally committed as revision 15430 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 26 Sep 2008 19:35:17 +0000 (19:35 +0000)]
whitespace cosmetics
Originally committed as revision 15429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Fri, 26 Sep 2008 18:42:06 +0000 (18:42 +0000)]
Simplify: avoid duplication backward_filter()
Originally committed as revision 15428 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 26 Sep 2008 18:11:41 +0000 (18:11 +0000)]
Remove unused variable.
Originally committed as revision 15427 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Fri, 26 Sep 2008 12:12:25 +0000 (12:12 +0000)]
add ok parts to the rm demuxer for SIPRO support
Originally committed as revision 15426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [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
Originally committed as revision 15425 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 26 Sep 2008 03:24:05 +0000 (03:24 +0000)]
Do not lose the '\n'.
Originally committed as revision 15424 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 26 Sep 2008 03:20:35 +0000 (03:20 +0000)]
sync to latest mingw api, remove unneeded struct definitions
Originally committed as revision 15423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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).
Originally committed as revision 15422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 26 Sep 2008 02:13:38 +0000 (02:13 +0000)]
include sys/select.h, fix freebsd 5.5 compilation
Originally committed as revision 15421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 26 Sep 2008 02:12:37 +0000 (02:12 +0000)]
only include sys/select.h if present, fix mingw compilation
Originally committed as revision 15420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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.
Originally committed as revision 15419 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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.
Originally committed as revision 15418 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Thu, 25 Sep 2008 20:03:57 +0000 (20:03 +0000)]
Do instead of divising a float by a constant, multiply by its inverse
Originally committed as revision 15417 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 25 Sep 2008 19:25:28 +0000 (19:25 +0000)]
Ensure that no non-existing frame is used.
Fixes issue624.
Originally committed as revision 15416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Thu, 25 Sep 2008 19:23:13 +0000 (19:23 +0000)]
Implement av_nearer_q() and av_find_nearest_q_idx() functions.
Originally committed as revision 15415 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 25 Sep 2008 19:01:39 +0000 (19:01 +0000)]
Do not free sps & pps on width/height changes.
Fixes issue557.
Originally committed as revision 15414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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.
Originally committed as revision 15413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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.
Originally committed as revision 15412 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 25 Sep 2008 12:04:25 +0000 (12:04 +0000)]
Print which slices are IDR not just the slice type.
Originally committed as revision 15411 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 25 Sep 2008 00:41:49 +0000 (00:41 +0000)]
Fix CAVLC+8x8+MBAFF loop filter.
Fixes FREXT02_JVC_C.
Originally committed as revision 15410 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 24 Sep 2008 23:40:55 +0000 (23:40 +0000)]
cosmetics, remove GXF: in log messages since it is present in context
Originally committed as revision 15409 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 24 Sep 2008 23:31:04 +0000 (23:31 +0000)]
skip invalid audio samples in gxf packets
Originally committed as revision 15408 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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
Originally committed as revision 15407 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [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
Originally committed as revision 15406 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [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
Originally committed as revision 15405 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 24 Sep 2008 20:31:24 +0000 (20:31 +0000)]
Move constant multiplication out of the loop
Originally committed as revision 15404 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 24 Sep 2008 20:05:22 +0000 (20:05 +0000)]
Cosmetics: move convolve() together with the other DSP functions
Originally committed as revision 15403 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 24 Sep 2008 20:03:58 +0000 (20:03 +0000)]
Simplify: move division by constant off the loop
Originally committed as revision 15402 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 24 Sep 2008 18:55:00 +0000 (18:55 +0000)]
stop parsing if tag size is wrongly < 8 to avoid infinite loop
Originally committed as revision 15401 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 24 Sep 2008 17:46:23 +0000 (17:46 +0000)]
Avoid segfault due to not set AVCodec.
Originally committed as revision 15400 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 24 Sep 2008 17:17:11 +0000 (17:17 +0000)]
merge amr wb case with amr nb and qcelp
Originally committed as revision 15399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 24 Sep 2008 17:11:46 +0000 (17:11 +0000)]
only write trailer when state says so, should fix issue #646
Originally committed as revision 15398 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [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
Originally committed as revision 15397 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 24 Sep 2008 12:45:28 +0000 (12:45 +0000)]
Correct wrong lower limit and condition used in APE decoder
Originally committed as revision 15396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 24 Sep 2008 12:03:25 +0000 (12:03 +0000)]
ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF".
Originally committed as revision 15395 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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.
Originally committed as revision 15394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 23 Sep 2008 22:49:22 +0000 (22:49 +0000)]
Factorize lpc code slightly.
Originally committed as revision 15393 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [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.
Originally committed as revision 15392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 23 Sep 2008 08:45:46 +0000 (08:45 +0000)]
Cosmetics: reindent after last commit
Originally committed as revision 15391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 23 Sep 2008 08:45:12 +0000 (08:45 +0000)]
Add RLE4 and RLE8 decoding support for BMP
Originally committed as revision 15390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [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
Originally committed as revision 15389 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 23 Sep 2008 08:32:18 +0000 (08:32 +0000)]
Calculate line size correctly for bit depths < 8
Originally committed as revision 15388 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 23 Sep 2008 08:26:59 +0000 (08:26 +0000)]
Add myself to BMP format maintainers (with permission from Mans on IRC)
Originally committed as revision 15387 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 23 Sep 2008 06:24:00 +0000 (06:24 +0000)]
Add support for RVTR fourCC
Originally committed as revision 15386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 22 Sep 2008 20:46:52 +0000 (20:46 +0000)]
A few empty lines for readability.
Originally committed as revision 15385 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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
Originally committed as revision 15384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 22 Sep 2008 05:40:52 +0000 (05:40 +0000)]
spelling cosmetics
Originally committed as revision 15383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Brad [Mon, 22 Sep 2008 05:38:50 +0000 (05:38 +0000)]
AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.
Originally committed as revision 15382 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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.
Originally committed as revision 15381 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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.
Originally committed as revision 15380 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 21 Sep 2008 23:51:36 +0000 (23:51 +0000)]
indent
Originally committed as revision 15379 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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 it is documented now.)
Originally committed as revision 15378 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 21 Sep 2008 23:46:59 +0000 (23:46 +0000)]
Simplify initialization of a few direct mode related variables.
Originally committed as revision 15377 to svn://svn.ffmpeg.org/ffmpeg/trunk
Brad [Sun, 21 Sep 2008 22:47:52 +0000 (22:47 +0000)]
V4L2 support for OpenBSD, patch by Brad, brad comstyle com
Originally committed as revision 15376 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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
Originally committed as revision 15375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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.
Originally committed as revision 15374 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 21 Sep 2008 02:19:45 +0000 (02:19 +0000)]
Set poc for field references in MBAFF.
Originally committed as revision 15373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 20 Sep 2008 16:17:27 +0000 (16:17 +0000)]
Rename check_func2 to check_func_headers.
Originally committed as revision 15372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sat, 20 Sep 2008 11:13:14 +0000 (11:13 +0000)]
Log an error message in case of invalid number of channels.
Originally committed as revision 15371 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 19 Sep 2008 18:53:31 +0000 (18:53 +0000)]
Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.
Originally committed as revision 15370 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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."
Originally committed as revision 15369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 19 Sep 2008 12:41:12 +0000 (12:41 +0000)]
Avoid undefined behavior for removing elements that were not in the tree.
Originally committed as revision 15368 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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.
Originally committed as revision 15367 to svn://svn.ffmpeg.org/ffmpeg/trunk