Diego Biurrun [Tue, 3 Apr 2007 21:09:36 +0000 (21:09 +0000)]
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring
the video_grab_device_demuxer AVInputFormat. Use two different names for the
AVInputFormats to reduce confusion and remove ugliness from the Makefile.
Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Apr 2007 16:47:43 +0000 (16:47 +0000)]
cosmetics: indentation
Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Apr 2007 16:33:04 +0000 (16:33 +0000)]
Get rid of unnecessary conditionals.
Originally committed as revision 8617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Apr 2007 16:32:11 +0000 (16:32 +0000)]
Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.
Originally committed as revision 8616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Tue, 3 Apr 2007 16:22:19 +0000 (16:22 +0000)]
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24
Originally committed as revision 22910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Tue, 3 Apr 2007 15:59:15 +0000 (15:59 +0000)]
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.
Originally committed as revision 8615 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Apr 2007 15:57:38 +0000 (15:57 +0000)]
cosmetics: Put audio (de)muxer entries in alphabetical order.
Originally committed as revision 8614 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Apr 2007 15:56:21 +0000 (15:56 +0000)]
Audio (de)muxer dependency on OSS is handled by configure.
Originally committed as revision 8613 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Apr 2007 14:15:59 +0000 (14:15 +0000)]
Explain which configure options are necessary for which AMR variant.
Originally committed as revision 8612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Apr 2007 13:53:25 +0000 (13:53 +0000)]
typo
Originally committed as revision 8611 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Apr 2007 13:52:36 +0000 (13:52 +0000)]
cosmetic
Originally committed as revision 8610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kamil Nowosad [Tue, 3 Apr 2007 13:52:00 +0000 (13:52 +0000)]
FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad
Originally committed as revision 8609 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Apr 2007 13:43:57 +0000 (13:43 +0000)]
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
Originally committed as revision 8608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Apr 2007 13:10:37 +0000 (13:10 +0000)]
cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.
Originally committed as revision 8607 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Apr 2007 12:40:17 +0000 (12:40 +0000)]
cosmetics: Sort list of input/output formats.
Originally committed as revision 8606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Apr 2007 11:26:14 +0000 (11:26 +0000)]
Remove #if 0 code.
Originally committed as revision 8605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Tue, 3 Apr 2007 11:21:16 +0000 (11:21 +0000)]
Add first and second output to earlyclobbers in COPY3_IF_LT macro.
patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br
Original thread:
date: Mar 27, 2007 11:21 PM
subject: [Ffmpeg-devel] [PATCH] fix build for --cpu=i686
Originally committed as revision 8604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Apr 2007 06:46:12 +0000 (06:46 +0000)]
dont use *int8_t for the arguments (ive missed that in the patches ...)
Originally committed as revision 8603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Xiaohui Sun [Tue, 3 Apr 2007 06:40:21 +0000 (06:40 +0000)]
Changed the rle encoder a little and made it more universal.
Not only the repeated byte is calculated as (count ^ xor) + add
but also the raw encoding lenth byte is calculated as that too
patch by Xiaohui Sun sunxiaohui dsp ac cn
Originally committed as revision 8602 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Apr 2007 02:18:00 +0000 (02:18 +0000)]
cosmetic
Originally committed as revision 8601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Apr 2007 01:23:37 +0000 (01:23 +0000)]
fix indention (less work to fix it myself than to check if a indention fix patch is ok ...)
Originally committed as revision 8600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Apr 2007 01:20:31 +0000 (01:20 +0000)]
move doxy from .c to .h
Originally committed as revision 8599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Apr 2007 01:01:46 +0000 (01:01 +0000)]
generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
Originally committed as revision 8598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Mon, 2 Apr 2007 07:26:14 +0000 (07:26 +0000)]
Remove stray object from list of Blackfin assembler objects.
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 1 Apr 2007 22:37:53 +0000 (22:37 +0000)]
spelling fix as suggested by Mans
Originally committed as revision 8596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 1 Apr 2007 22:31:21 +0000 (22:31 +0000)]
bfin optimizations
Originally committed as revision 8595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Sun, 1 Apr 2007 22:28:45 +0000 (22:28 +0000)]
bfin dsputils, basic pixel operations sads, diffs, motion compensation
and standard IEEE 8x8 block transforms
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 1 Apr 2007 22:20:51 +0000 (22:20 +0000)]
cosmetics: indentation
Originally committed as revision 8593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 1 Apr 2007 17:23:15 +0000 (17:23 +0000)]
Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.
Originally committed as revision 8592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Sun, 1 Apr 2007 17:20:23 +0000 (17:20 +0000)]
Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.
Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 1 Apr 2007 16:14:19 +0000 (16:14 +0000)]
indention
Originally committed as revision 8590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 1 Apr 2007 16:13:24 +0000 (16:13 +0000)]
make AVCodec.init() optional
Originally committed as revision 8589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 1 Apr 2007 15:46:43 +0000 (15:46 +0000)]
Fix copy and paste error in comment.
Originally committed as revision 8588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 1 Apr 2007 14:28:48 +0000 (14:28 +0000)]
support for the THP game format by Marco Gerards, mgerards xs4all nl
Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 1 Apr 2007 13:06:41 +0000 (13:06 +0000)]
Use $(command) instead of `command`, it's POSIX, clearer and already used.
Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 1 Apr 2007 12:51:41 +0000 (12:51 +0000)]
Always lowercase targetos.
Originally committed as revision 8585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 1 Apr 2007 11:40:36 +0000 (11:40 +0000)]
Add '#undef exit', the function is now forbidden.
Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 1 Apr 2007 11:32:08 +0000 (11:32 +0000)]
run ebp register check in subshell so we can redirect crash message
Originally committed as revision 8583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 1 Apr 2007 11:07:28 +0000 (11:07 +0000)]
Merge redundant comments.
Originally committed as revision 8582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 1 Apr 2007 01:09:56 +0000 (01:09 +0000)]
WMVA
Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 31 Mar 2007 23:58:33 +0000 (23:58 +0000)]
doxy comment tweaks
Originally committed as revision 8580 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Sat, 31 Mar 2007 22:39:43 +0000 (22:39 +0000)]
Add doxy comments, based on Loren's explanations posted here:
Date: Mar 30, 2007 9:00 PM
Subject: Re: [Ffmpeg-devel] Motion Estimation in snow.c for Waevelet encoded frames (DWT)
Originally committed as revision 8579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 31 Mar 2007 18:29:41 +0000 (18:29 +0000)]
Force lowercase targetos value for MinGW, we check against lowercase strings.
Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 31 Mar 2007 17:24:53 +0000 (17:24 +0000)]
dct-test works on non-x86 now.
Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Sat, 31 Mar 2007 17:24:09 +0000 (17:24 +0000)]
platform-independent restructuring and code simplification
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Sat, 31 Mar 2007 17:14:59 +0000 (17:14 +0000)]
Remove illegal call to exit().
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Sat, 31 Mar 2007 16:47:39 +0000 (16:47 +0000)]
call faacDecClose() with all libfaad versions
patch by Diego Petteno flameeyes gmail com
Originally committed as revision 8574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stanislav Brabec [Sat, 31 Mar 2007 16:36:56 +0000 (16:36 +0000)]
Fix warning:
ffserver.c:4303: warning: 'acl.next' is used uninitialized in this function
patch by Stanislav Brabec, sbrabec suse cz
Originally committed as revision 8573 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 31 Mar 2007 16:27:22 +0000 (16:27 +0000)]
add AVRn fourcc
Originally committed as revision 8572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Sat, 31 Mar 2007 16:20:51 +0000 (16:20 +0000)]
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.
Originally committed as revision 8571 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 31 Mar 2007 16:06:44 +0000 (16:06 +0000)]
blackfin: Audio buffers are no longer allocated on the stack,
thus a 256KB stack is no longer required.
according to Marc Hoffman, mmh pleasantst com
Originally committed as revision 8570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 31 Mar 2007 16:04:44 +0000 (16:04 +0000)]
print error message
Originally committed as revision 8569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 31 Mar 2007 14:39:04 +0000 (14:39 +0000)]
fix x-octet-stream mime type
Originally committed as revision 8568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 31 Mar 2007 14:36:24 +0000 (14:36 +0000)]
use av_strdup
Originally committed as revision 8567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 31 Mar 2007 14:34:29 +0000 (14:34 +0000)]
remove dead code
Originally committed as revision 8566 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 31 Mar 2007 11:48:28 +0000 (11:48 +0000)]
cosmetics: Fix indentation.
Originally committed as revision 8565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sam Hocevar [Fri, 30 Mar 2007 23:04:45 +0000 (23:04 +0000)]
Do not return invalid pointer for non-audio or video streams.
Patch by Sam Hocevar sam+ffmpeg zoy org
Originally committed as revision 8564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 30 Mar 2007 22:10:25 +0000 (22:10 +0000)]
argh, who commited this trash
start must be 0 ...
Originally committed as revision 8563 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Fri, 30 Mar 2007 22:09:13 +0000 (22:09 +0000)]
Handle proper compilation on Mac OS X.
Fix data alignment bug (the original purpose of the code is unclear, though).
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 22847 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Fri, 30 Mar 2007 21:59:52 +0000 (21:59 +0000)]
10^10l to the idiot who designed this format and didnt even realize what number he used
Originally committed as revision 8562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Fri, 30 Mar 2007 20:56:32 +0000 (20:56 +0000)]
Typos in comments
Originally committed as revision 8561 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Fri, 30 Mar 2007 19:16:41 +0000 (19:16 +0000)]
move some stuff out of an inner loop. 12% faster svq1 encoding.
Originally committed as revision 8560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Fri, 30 Mar 2007 19:15:31 +0000 (19:15 +0000)]
mmx 16-bit ssd. 2.3x faster svq1 encoding.
Originally committed as revision 8559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 30 Mar 2007 16:20:40 +0000 (16:20 +0000)]
fix demuxing of IMAG0002.ASF
Originally committed as revision 8558 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 30 Mar 2007 15:05:09 +0000 (15:05 +0000)]
analyze end condition must match r_fps selection condition
fixes fps for Channel\ 4\ News_Channel\ 4_20_10_2006_19_00_01.dvr-ms
Originally committed as revision 8557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 30 Mar 2007 11:31:29 +0000 (11:31 +0000)]
change -fs to use bytes instead of kbytes
Originally committed as revision 8556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 30 Mar 2007 09:44:11 +0000 (09:44 +0000)]
change -fs option to use OPT_INT64
Originally committed as revision 8555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 30 Mar 2007 09:43:39 +0000 (09:43 +0000)]
add OPT_INT64 option
Originally committed as revision 8554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kamil Nowosad [Fri, 30 Mar 2007 09:26:13 +0000 (09:26 +0000)]
Fix a bug in av_find_opt(). Because some of the AVOption structures have field
unit = NULL, the function could pass NULL to strcmp and cause a segfault.
Patch by Kamil Nowosad, k nowosad % students mimuw edu pl.
Original thread:
Subject: [PATCH] small bugfix in av_find_opt()
Date: 03/23/2007 12:20 PM
Originally committed as revision 8553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Limin Wang [Fri, 30 Mar 2007 09:05:52 +0000 (09:05 +0000)]
add 'all' and 'none' options for partitions config
Patch by Limin Wang % lance P lmwang A gmail P com %
Original thread:
date: Mar 24, 2007 3:53 PM
subject: [Ffmpeg-devel] [PATCH] add all and none options for partitions config
Originally committed as revision 8552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Fri, 30 Mar 2007 06:33:15 +0000 (06:33 +0000)]
Update specification and reference implementation links.
patch by Robert Swain, robert.swain gmail com
Originally committed as revision 8551 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 29 Mar 2007 20:22:38 +0000 (20:22 +0000)]
fix probe of 001.vdr-broken-6025
Originally committed as revision 8550 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 29 Mar 2007 14:20:30 +0000 (14:20 +0000)]
Fix compilation when using the --disable-opts parameter. This to help those
interested in using a debugger to debug FFmpeg.
Original thread:
Subject: [PATCH] Fix compilation when using --disable-opts
Date: 2007-03-15 16:58:35 GMT
Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 29 Mar 2007 11:39:09 +0000 (11:39 +0000)]
1000l, revert r8547, im too stupid
Originally committed as revision 8548 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 29 Mar 2007 11:13:29 +0000 (11:13 +0000)]
typo, fix -fs
Originally committed as revision 8547 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 29 Mar 2007 10:45:34 +0000 (10:45 +0000)]
move atom size check before parsing function search
Originally committed as revision 8546 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 29 Mar 2007 10:42:22 +0000 (10:42 +0000)]
unset sample count to disable track when is broken
Originally committed as revision 8545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 29 Mar 2007 10:37:07 +0000 (10:37 +0000)]
break if atom size is more than size left in container atom, fix shooter.mov
Originally committed as revision 8544 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Thu, 29 Mar 2007 09:39:20 +0000 (09:39 +0000)]
Accept only existing bitrates.
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Limin Wang [Thu, 29 Mar 2007 06:32:54 +0000 (06:32 +0000)]
Allow setting v4l2 input and video standard.
Patch by Limin Wang (lance.lmwang AT gmail DOT com)
Originally committed as revision 8542 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bobby Bingham [Thu, 29 Mar 2007 05:24:35 +0000 (05:24 +0000)]
Change the vhook code to send real timestamps to the filters instead of the
current time of day, which is useless, and which the filters could just as
easily query for themselves.
patch by Bobby Bingham, uhmmmm gmail com
Originally committed as revision 8541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 28 Mar 2007 15:45:24 +0000 (15:45 +0000)]
add hdv1 fourcc
Originally committed as revision 8540 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 28 Mar 2007 14:48:42 +0000 (14:48 +0000)]
revert r8538 (set bit rate for asf format) until regression tests issue is stated
Originally committed as revision 8539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Wed, 28 Mar 2007 12:03:37 +0000 (12:03 +0000)]
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com
Originally committed as revision 8538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 28 Mar 2007 11:53:01 +0000 (11:53 +0000)]
fix decoding of big audio packets (48k 16bit 2 channels), needed size is related to samples which is short * while len passed to decode_audio2 is related to pkt->data which is uint8_t *
Originally committed as revision 8537 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 27 Mar 2007 21:47:03 +0000 (21:47 +0000)]
prevent exit missuse
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 27 Mar 2007 19:28:40 +0000 (19:28 +0000)]
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX
to detect a container
fixes probing of mpeg_probe_fail.mpg
Originally committed as revision 8535 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 27 Mar 2007 11:18:24 +0000 (11:18 +0000)]
codec id addition guidlines
Originally committed as revision 8534 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 27 Mar 2007 07:28:52 +0000 (07:28 +0000)]
FASTTX==0 means additional 16 bits in extradata
Originally committed as revision 8533 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 27 Mar 2007 07:27:53 +0000 (07:27 +0000)]
One more FASTTX-related hack
Originally committed as revision 8532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 27 Mar 2007 05:23:07 +0000 (05:23 +0000)]
Remove redundant assign
Originally committed as revision 8531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 26 Mar 2007 18:41:12 +0000 (18:41 +0000)]
add IJPG fourcc, to play m_ijpg.avi
Originally committed as revision 8530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 26 Mar 2007 18:01:26 +0000 (18:01 +0000)]
warning about vhooks status
Originally committed as revision 8529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 26 Mar 2007 17:33:45 +0000 (17:33 +0000)]
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking
Originally committed as revision 8528 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Mon, 26 Mar 2007 15:21:19 +0000 (15:21 +0000)]
get rid of unused entries in the middle of xvmc_render struct,
extensions are added to the end of the struct (avoids build issues on 64 bits platform)
add osd extension to be used by mplayer (required by the resent changes in the build system)
breaking the compability, thus bumping minor lavc version number
Originally committed as revision 8527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ian Braithwaite [Mon, 26 Mar 2007 10:03:57 +0000 (10:03 +0000)]
Optimize by building the mdct window and multipying/adding at the same time.
Patch by Ian Braithwaite ian .. braithwaite . dk
[Ffmpeg-devel] WMA decoder speedup 2007-03-22 22:56
Originally committed as revision 8526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 26 Mar 2007 00:54:29 +0000 (00:54 +0000)]
factorize &
Originally committed as revision 8525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 26 Mar 2007 00:44:42 +0000 (00:44 +0000)]
simplify
Originally committed as revision 8524 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 26 Mar 2007 00:00:43 +0000 (00:00 +0000)]
properly set *data_size when returning >= 0 values in shorten_decode_frame()
Original thread:
Date: Sat, 24 Mar 2007 04:04:53 +0100
Subject: [Ffmpeg-devel] Shorten file playback broken in SVN trunk
Originally committed as revision 8523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 25 Mar 2007 23:37:38 +0000 (23:37 +0000)]
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
Originally committed as revision 8522 to svn://svn.ffmpeg.org/ffmpeg/trunk