]> git.sesse.net Git - ffmpeg/log
ffmpeg
18 years agoout of array read fix
Michael Niedermayer [Fri, 10 Mar 2006 20:58:42 +0000 (20:58 +0000)]
out of array read fix

Originally committed as revision 5141 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocleanup picture / debug output code
Michael Niedermayer [Fri, 10 Mar 2006 20:40:52 +0000 (20:40 +0000)]
cleanup picture / debug output code

Originally committed as revision 5140 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing out of array access (only cosmetic, this should never have had a end user...
Michael Niedermayer [Fri, 10 Mar 2006 19:42:51 +0000 (19:42 +0000)]
fixing out of array access (only cosmetic, this should never have had a end user vissible effect)

Originally committed as revision 5139 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd assert to clarify that we know what we are doing
Michael Niedermayer [Fri, 10 Mar 2006 19:10:46 +0000 (19:10 +0000)]
add assert to clarify that we know what we are doing

Originally committed as revision 5138 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing uninitalized dc_pred_dir
Michael Niedermayer [Fri, 10 Mar 2006 18:40:41 +0000 (18:40 +0000)]
fixing uninitalized dc_pred_dir
this needs testing (no files with intra_dc_threshold and vissible ac_pred errors here)

Originally committed as revision 5137 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agovery minor optimization
Michael Niedermayer [Fri, 10 Mar 2006 18:37:18 +0000 (18:37 +0000)]
very minor optimization

Originally committed as revision 5136 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agounused variable
Michael Niedermayer [Fri, 10 Mar 2006 18:34:51 +0000 (18:34 +0000)]
unused variable

Originally committed as revision 5135 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix cropping, depending on enc pix fmt
Baptiste Coudurier [Fri, 10 Mar 2006 13:55:48 +0000 (13:55 +0000)]
Fix cropping, depending on enc pix fmt

Originally committed as revision 5134 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix crop & pad + rescaling
Luca Abeni [Thu, 9 Mar 2006 15:27:22 +0000 (15:27 +0000)]
Fix crop & pad + rescaling

Originally committed as revision 5133 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMarcus Engene is author and maintainer of watermark.c
Corey Hickey [Thu, 9 Mar 2006 14:40:14 +0000 (14:40 +0000)]
Marcus Engene is author and maintainer of watermark.c

Originally committed as revision 5132 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoWatermarking with exact colors.
Marcus Engene [Thu, 9 Mar 2006 14:39:29 +0000 (14:39 +0000)]
Watermarking with exact colors.
Patch by Marcus Engene <hisfirstname(at)hislastname.se>

Originally committed as revision 5131 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAlignment fixes, caused problems on SPARC.
David S. Miller [Thu, 9 Mar 2006 08:05:45 +0000 (08:05 +0000)]
Alignment fixes, caused problems on SPARC.
patch by "David S. Miller" davem <<at>> davemloft <<dot>> net

Originally committed as revision 5130 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoUpdate ffserver regression tests:
Aurelien Jacobs [Thu, 9 Mar 2006 00:36:39 +0000 (00:36 +0000)]
Update ffserver regression tests:
 - really produce readable files (instead of 0 byte files or headers only)
 - use bitexact, fastint dct, simple idct and qscale
 - gives consistent results across several archs
 - still fails on altivec ppc

Originally committed as revision 5129 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoUse AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.
Diego Biurrun [Wed, 8 Mar 2006 21:51:39 +0000 (21:51 +0000)]
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.

Originally committed as revision 5128 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago(f)printf --> av_log conversion
Steve L'Homme [Wed, 8 Mar 2006 11:43:10 +0000 (11:43 +0000)]
(f)printf --> av_log conversion
taken from a patch by Steve L'Homme

Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoInit simplification and 2% faster wma_decode_block on amd64 with tables use
Benjamin Larsson [Wed, 8 Mar 2006 09:26:57 +0000 (09:26 +0000)]
Init simplification and 2% faster wma_decode_block on amd64 with tables use
instead of pow().

Originally committed as revision 5126 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago3DNow! & Extended 3DNow! versions of FFT
Zuxy Meng [Wed, 8 Mar 2006 04:13:55 +0000 (04:13 +0000)]
3DNow! & Extended 3DNow! versions of FFT

Patch by Zuxy Meng, zuxy <<dot>> meng >>at<< gmail <<dot>> com
Minor non-functional diff-related fixes by me.

Originally committed as revision 5125 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocorrect computing of DV fourcc in mov muxer
Baptiste Coudurier [Wed, 8 Mar 2006 00:39:23 +0000 (00:39 +0000)]
correct computing of DV fourcc in mov muxer
Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com

Originally committed as revision 5124 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoh264_idct8_add_mmx
Loren Merritt [Tue, 7 Mar 2006 22:45:56 +0000 (22:45 +0000)]
h264_idct8_add_mmx

Originally committed as revision 5123 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoh264_idct_add only needs mmx1
Loren Merritt [Tue, 7 Mar 2006 22:33:32 +0000 (22:33 +0000)]
h264_idct_add only needs mmx1

Originally committed as revision 5122 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoset track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste...
Baptiste Coudurier [Mon, 6 Mar 2006 22:15:43 +0000 (22:15 +0000)]
set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

Originally committed as revision 5121 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoProper mangling information for symbols in OS X Mach-O shared objects.
Sam Hocevar [Mon, 6 Mar 2006 22:06:33 +0000 (22:06 +0000)]
Proper mangling information for symbols in OS X Mach-O shared objects.
patch by Samuel Hocevar, sam ..at.. zoy ..dot.. org

Originally committed as revision 5120 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoreferencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjo...
Baptiste Coudurier [Mon, 6 Mar 2006 21:29:48 +0000 (21:29 +0000)]
referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

Originally committed as revision 5119 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste...
Baptiste Coudurier [Mon, 6 Mar 2006 21:22:02 +0000 (21:22 +0000)]
add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

Originally committed as revision 5118 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoswitch flac to av_crc
Michael Niedermayer [Mon, 6 Mar 2006 15:09:04 +0000 (15:09 +0000)]
switch flac to av_crc

Originally committed as revision 5117 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoswitch ac3enc to av_crc
Michael Niedermayer [Mon, 6 Mar 2006 14:53:13 +0000 (14:53 +0000)]
switch ac3enc to av_crc

Originally committed as revision 5116 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agogeneric crc calculation code
Michael Niedermayer [Mon, 6 Mar 2006 14:13:01 +0000 (14:13 +0000)]
generic crc calculation code

Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoI still don't think this should be here. Note: without this code DV encoder
Roman Shaposhnik [Mon, 6 Mar 2006 09:54:09 +0000 (09:54 +0000)]
I still don't think this should be here. Note: without this code DV encoder
will accept incorrect pix_fmt's and such, but decoder will work much better
with containers not setting the same attributes. It seems like there will
be a generic mechanism for checking such constraints, but if not I can always
resurrect this check for *encoder* only.

Originally committed as revision 5114 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoDVCPRO50 support.
Daniel Maas [Mon, 6 Mar 2006 08:54:33 +0000 (08:54 +0000)]
DVCPRO50 support.

Patch by Daniel Maas dmaas at maasdigital dot com

Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse xorps instead of mulps to toggle the sign of a float, as suggested by Software...
Zuxy Meng [Sun, 5 Mar 2006 20:25:18 +0000 (20:25 +0000)]
use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors.
Patch by Zuxy Meng < zuxy POIS meng AH  gmail POIS com > OKed by Michael
Original thread:
Date: Mar 5, 2006 8:15 PM
Subject: [Ffmpeg-devel] [PATCH] Little optimization to fft_sse.c

Originally committed as revision 5112 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agogcc2.95 workaround
Loren Merritt [Sun, 5 Mar 2006 19:02:35 +0000 (19:02 +0000)]
gcc2.95 workaround

Originally committed as revision 5111 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMake faac_decode_frame return -1 on error and not 0 which avoids
Baptiste Coudurier [Sun, 5 Mar 2006 12:32:24 +0000 (12:32 +0000)]
Make faac_decode_frame return -1 on error and not 0 which avoids
stalling and infinite loop.
Patch by Baptiste COUDURIER <baptiste coudurier at smartjog com>

Originally committed as revision 5110 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoremove some useless instructions
Loren Merritt [Sat, 4 Mar 2006 19:56:01 +0000 (19:56 +0000)]
remove some useless instructions

Originally committed as revision 5109 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMake -xy help output consistent, output an empty line before and after.
Diego Biurrun [Sat, 4 Mar 2006 17:34:17 +0000 (17:34 +0000)]
Make -xy help output consistent, output an empty line before and after.

Originally committed as revision 5108 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agokeyframe flag was wrong if SEIs followed the keyframe
Loren Merritt [Sat, 4 Mar 2006 03:57:33 +0000 (03:57 +0000)]
keyframe flag was wrong if SEIs followed the keyframe

Originally committed as revision 5107 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSupport mov stsd atom version 2.
Baptiste Coudurier [Sat, 4 Mar 2006 01:13:13 +0000 (01:13 +0000)]
Support mov stsd atom version 2.

Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com

Originally committed as revision 5106 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoPAL8 support (fixed BLUR8.AVI)
Michael Niedermayer [Fri, 3 Mar 2006 21:33:06 +0000 (21:33 +0000)]
PAL8 support (fixed BLUR8.AVI)
cleanup

Originally committed as revision 5105 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix segfault with BLUR8.AVI
Michael Niedermayer [Fri, 3 Mar 2006 20:36:08 +0000 (20:36 +0000)]
fix segfault with BLUR8.AVI

Originally committed as revision 5104 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoRegister myself as a maintainer
Kostya Shishkov [Fri, 3 Mar 2006 05:52:02 +0000 (05:52 +0000)]
Register myself as a maintainer

Originally committed as revision 5103 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix infinite loop
Michael Niedermayer [Thu, 2 Mar 2006 21:47:53 +0000 (21:47 +0000)]
fix infinite loop

Originally committed as revision 5102 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing total_frames
Michael Niedermayer [Thu, 2 Mar 2006 20:44:35 +0000 (20:44 +0000)]
fixing total_frames

Originally committed as revision 5101 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoindention
Michael Niedermayer [Thu, 2 Mar 2006 20:08:01 +0000 (20:08 +0000)]
indention

Originally committed as revision 5100 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agotimebase fix
Michael Niedermayer [Thu, 2 Mar 2006 19:50:21 +0000 (19:50 +0000)]
timebase fix

Originally committed as revision 5099 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
Baptiste Coudurier [Thu, 2 Mar 2006 19:28:35 +0000 (19:28 +0000)]
ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

Originally committed as revision 5098 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodwstart support
Michael Niedermayer [Thu, 2 Mar 2006 14:50:31 +0000 (14:50 +0000)]
dwstart support

Originally committed as revision 5097 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing demuxing of minorityreport.AVI
Michael Niedermayer [Thu, 2 Mar 2006 14:27:41 +0000 (14:27 +0000)]
fixing demuxing of minorityreport.AVI

Originally committed as revision 5096 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocleanup IMA-ADPCM WAV decoder
Michael Niedermayer [Thu, 2 Mar 2006 13:55:49 +0000 (13:55 +0000)]
cleanup IMA-ADPCM WAV decoder

Originally committed as revision 5095 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago4% faster h264_qpel_mc
Loren Merritt [Thu, 2 Mar 2006 08:21:08 +0000 (08:21 +0000)]
4% faster h264_qpel_mc

Originally committed as revision 5094 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocompute output format before setting language patch by (Baptiste COUDURIER <baptiste...
Baptiste Coudurier [Thu, 2 Mar 2006 01:37:38 +0000 (01:37 +0000)]
compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

Originally committed as revision 5093 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago* bugfixing call reference
Zdenek Kabelac [Wed, 1 Mar 2006 23:19:04 +0000 (23:19 +0000)]
* bugfixing call reference

Originally committed as revision 5092 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix decoding of mpeg2-trunc.vob
Michael Niedermayer [Wed, 1 Mar 2006 22:59:22 +0000 (22:59 +0000)]
fix decoding of mpeg2-trunc.vob

Originally committed as revision 5091 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix debug code: do not try to take st->codec if st is NULL. This makes ffplay give...
François Revol [Wed, 1 Mar 2006 22:45:27 +0000 (22:45 +0000)]
fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/

Originally committed as revision 5090 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocan't have PES headers in MPEG video elementary streams so fail probe
Måns Rullgård [Wed, 1 Mar 2006 20:09:44 +0000 (20:09 +0000)]
can't have PES headers in MPEG video elementary streams so fail probe
if we see one

Originally committed as revision 5089 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate...
Michael Niedermayer [Wed, 1 Mar 2006 16:11:04 +0000 (16:11 +0000)]
fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that)

Originally committed as revision 5088 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosupport seeking in RenderAvi.avi (audio stream == single huge chunk)
Michael Niedermayer [Wed, 1 Mar 2006 15:42:07 +0000 (15:42 +0000)]
support seeking in RenderAvi.avi (audio stream == single huge chunk)

Originally committed as revision 5087 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago10l forgot to set packet_size
Michael Niedermayer [Wed, 1 Mar 2006 15:21:53 +0000 (15:21 +0000)]
10l forgot to set packet_size

Originally committed as revision 5086 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
Michael Niedermayer [Wed, 1 Mar 2006 12:04:22 +0000 (12:04 +0000)]
fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi

Originally committed as revision 5085 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd movi_list offset into index
Michael Niedermayer [Wed, 1 Mar 2006 11:41:16 +0000 (11:41 +0000)]
add movi_list offset into index

Originally committed as revision 5084 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd size to AVIndex
Michael Niedermayer [Wed, 1 Mar 2006 11:29:55 +0000 (11:29 +0000)]
add size to AVIndex

Originally committed as revision 5083 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSet 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by
Benjamin Larsson [Wed, 1 Mar 2006 07:42:55 +0000 (07:42 +0000)]
Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by
kostya shishkov - gmail - com.

Originally committed as revision 5082 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoODML index parsing support
Michael Niedermayer [Wed, 1 Mar 2006 01:32:32 +0000 (01:32 +0000)]
ODML index parsing support

Originally committed as revision 5081 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoreplace if by assert as it should never by true
Michael Niedermayer [Wed, 1 Mar 2006 01:29:12 +0000 (01:29 +0000)]
replace if by assert as it should never by true

Originally committed as revision 5080 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >)
Likai Liu [Tue, 28 Feb 2006 21:55:18 +0000 (21:55 +0000)]
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >)

Originally committed as revision 5079 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago-loop was renamed to -loop_input
Aurelien Jacobs [Tue, 28 Feb 2006 21:42:41 +0000 (21:42 +0000)]
-loop was renamed to -loop_input

Originally committed as revision 5078 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoRename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"
Luca Abeni [Tue, 28 Feb 2006 11:32:31 +0000 (11:32 +0000)]
Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"
conflicts with an AVOption)

Originally committed as revision 5077 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAdd support for drivers that can change the capture size on VIDIOC_S_FMT
Luca Abeni [Tue, 28 Feb 2006 11:28:09 +0000 (11:28 +0000)]
Add support for drivers that can change the capture size on VIDIOC_S_FMT

Originally committed as revision 5076 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoError path fix: close the video device on failure
Flavio Pimentel Duarte [Tue, 28 Feb 2006 11:14:59 +0000 (11:14 +0000)]
Error path fix: close the video device on failure
Original patch by Flavio Pimentel Duarte (flaviop AT land DOT ufrj DOT br)

Originally committed as revision 5075 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAssign class 2 to most macroblocks by default, instead of a more conservative
Dan Maas [Tue, 28 Feb 2006 02:54:48 +0000 (02:54 +0000)]
Assign class 2 to most macroblocks by default, instead of a more conservative
method defined by SMPTE

Patch by Dan Maas

Originally committed as revision 5074 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agov4l2 maintainer
Michael Niedermayer [Mon, 27 Feb 2006 18:21:07 +0000 (18:21 +0000)]
v4l2 maintainer

Originally committed as revision 5073 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch
Benjamin Larsson [Mon, 27 Feb 2006 12:17:20 +0000 (12:17 +0000)]
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch
basicly just do a s/long/int32_t/. Patch tested on amd64 and x86.

Originally committed as revision 5072 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoNot that we're that far from being an *initial* implementation, but
Roman Shaposhnik [Mon, 27 Feb 2006 05:04:05 +0000 (05:04 +0000)]
Not that we're that far from being an *initial* implementation, but
at least weighting got implemented thanks to Dan. ;-)

Originally committed as revision 5071 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The
Dan Maas [Mon, 27 Feb 2006 04:50:06 +0000 (04:50 +0000)]
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The
performance impact is less than 1%.

Patch by Dan Maas  (dmaas at maasdigital dot com)

Originally committed as revision 5070 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSRCS must be set using := or things break when ASM_OBJS is added to OBJS
Måns Rullgård [Mon, 27 Feb 2006 02:47:05 +0000 (02:47 +0000)]
SRCS must be set using := or things break when ASM_OBJS is added to OBJS

Originally committed as revision 5069 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodon't try to test streams which are commented out in test.conf
Aurelien Jacobs [Sun, 26 Feb 2006 22:49:16 +0000 (22:49 +0000)]
don't try to test streams which are commented out in test.conf

Originally committed as revision 5068 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoremove wrong assert()
Michael Niedermayer [Sun, 26 Feb 2006 15:40:08 +0000 (15:40 +0000)]
remove wrong assert()

Originally committed as revision 5067 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoreplace for loop with 2 asserts()
Michael Niedermayer [Sun, 26 Feb 2006 15:24:42 +0000 (15:24 +0000)]
replace for loop with 2 asserts()

Originally committed as revision 5066 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoprint a hint when trying V4L2 on V4L device
Alex Beregszaszi [Sun, 26 Feb 2006 13:22:32 +0000 (13:22 +0000)]
print a hint when trying V4L2 on V4L device

Originally committed as revision 5065 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosize[0-3] are not initialized (and can get random negative trash
Dan Maas [Sat, 25 Feb 2006 22:58:26 +0000 (22:58 +0000)]
size[0-3] are not initialized (and can get random negative trash
values), so the comparison with vs_total_ac_bits is messed up on the
first couple loop iterations, leading to AC underflows.

the b->prev[] pointers were not being maintained correctly. We
potentially have to update b->prev[] both before and after the area
whose VLC length is getting adjusted.

this also might fix the ppc regression failure?

patch by (Dan Maas <dmaas maasdigital com>)

Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agokill some warnings
Måns Rullgård [Sat, 25 Feb 2006 22:41:31 +0000 (22:41 +0000)]
kill some warnings

Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix a memory leak on seeking.
Loren Merritt [Sat, 25 Feb 2006 22:15:24 +0000 (22:15 +0000)]
fix a memory leak on seeking.

Originally committed as revision 5062 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoRemove outdated FAQ entry about A/V sync issues when grabbing.
Diego Biurrun [Fri, 24 Feb 2006 16:07:21 +0000 (16:07 +0000)]
Remove outdated FAQ entry about A/V sync issues when grabbing.

Originally committed as revision 5061 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoUse BSD-compatible expr syntax and change test -ne to test != for portability.
Diego Biurrun [Fri, 24 Feb 2006 13:02:33 +0000 (13:02 +0000)]
Use BSD-compatible expr syntax and change test -ne to test != for portability.

Originally committed as revision 5060 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
Alan Curry [Fri, 24 Feb 2006 09:52:59 +0000 (09:52 +0000)]
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
was fixed in rgb32to16 about a year ago: using only the first 8 bits of the
32-bit pixel.

Originally committed as revision 17671 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years ago10l (forgot EOBs)
Michael Niedermayer [Fri, 24 Feb 2006 09:16:26 +0000 (09:16 +0000)]
10l (forgot EOBs)

Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoget ride of perl and sort in ffserver regtest (and avoid problem with behavior of...
Aurelien Jacobs [Thu, 23 Feb 2006 23:50:33 +0000 (23:50 +0000)]
get ride of perl and sort in ffserver regtest (and avoid problem with behavior of sort changing with locales)

Originally committed as revision 5058 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoupdate ffserver.regression.ref to the actual md5 values
Aurelien Jacobs [Thu, 23 Feb 2006 23:44:05 +0000 (23:44 +0000)]
update ffserver.regression.ref to the actual md5 values

Originally committed as revision 5057 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix ffserver regtest inconsistency between different arch (and even different kind...
Aurelien Jacobs [Thu, 23 Feb 2006 23:29:30 +0000 (23:29 +0000)]
fix ffserver regtest inconsistency between different arch (and even different kind of x86)

Originally committed as revision 5056 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodont lowwer qnos of more blocks then needed
Michael Niedermayer [Thu, 23 Feb 2006 13:05:37 +0000 (13:05 +0000)]
dont lowwer qnos of more blocks then needed

Originally committed as revision 5055 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoGive a hint about what is the expected the data type of command line options.
Antoine Cellerier [Thu, 23 Feb 2006 10:07:41 +0000 (10:07 +0000)]
Give a hint about what is the expected the data type of command line options.
Patch by Antoine Cellerier < dionoea AaH via pOiS ecp PoIs fr >
Original thread:
Date: Nov 1, 2005 7:41 PM
Subject: [Ffmpeg-devel] libavcodec help

Originally committed as revision 5054 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing dv_guess_qnos()
Michael Niedermayer [Thu, 23 Feb 2006 08:56:53 +0000 (08:56 +0000)]
fixing dv_guess_qnos()
roman, dont hesitate to reverse this and solve it differntly if you want ...

Originally committed as revision 5053 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoprint a big warning if we mess up and run out of space ...
Michael Niedermayer [Thu, 23 Feb 2006 00:16:45 +0000 (00:16 +0000)]
print a big warning if we mess up and run out of space ...

Originally committed as revision 5052 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoCTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)
Baptiste Coudurier [Wed, 22 Feb 2006 23:46:20 +0000 (23:46 +0000)]
CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)

Originally committed as revision 5051 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agolink fixes
Diego Biurrun [Wed, 22 Feb 2006 10:52:00 +0000 (10:52 +0000)]
link fixes

Originally committed as revision 5050 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoUse native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code.
Ivan Kalvachev [Wed, 22 Feb 2006 10:28:44 +0000 (10:28 +0000)]
Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code.

Originally committed as revision 5049 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agominor simplifications in cabac_mb_type
Loren Merritt [Wed, 22 Feb 2006 05:59:44 +0000 (05:59 +0000)]
minor simplifications in cabac_mb_type

Originally committed as revision 5048 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosupport correct ptses on other than version 3.2.0 aswell
Alex Beregszaszi [Wed, 22 Feb 2006 00:18:12 +0000 (00:18 +0000)]
support correct ptses on other than version 3.2.0 aswell

Originally committed as revision 5047 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix AltiVec H.264 decoding on FSF gcc.
Luca Barbato [Tue, 21 Feb 2006 22:24:19 +0000 (22:24 +0000)]
Fix AltiVec H.264 decoding on FSF gcc.
patch by Luca Barbato, lu_zero aatt gentoo ddoott org

Originally committed as revision 5046 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadded none/8bit/24bit audio formats and defaulting to s16 for now (once the system...
Alex Beregszaszi [Tue, 21 Feb 2006 22:05:13 +0000 (22:05 +0000)]
added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE)

Originally committed as revision 5045 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agomake those nasty variables static, also fix a html bug
Alex Beregszaszi [Tue, 21 Feb 2006 21:15:19 +0000 (21:15 +0000)]
make those nasty variables static, also fix a html bug

Originally committed as revision 5044 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocheck for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_I...
Alex Beregszaszi [Tue, 21 Feb 2006 20:32:47 +0000 (20:32 +0000)]
check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change

Originally committed as revision 5043 to svn://svn.ffmpeg.org/ffmpeg/trunk