platform/upstream/libav.git
16 years agoextract correct d10 aes3 audio channels number
Baptiste Coudurier [Fri, 21 Sep 2007 16:28:17 +0000 (16:28 +0000)]
extract correct d10 aes3 audio channels number

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

16 years agoSimplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.
Andreas Öman [Fri, 21 Sep 2007 00:26:31 +0000 (00:26 +0000)]
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.
patch by Andreas Öman, andreas olebyn nu
Date: Thu, 20 Sep 2007 12:59:19 +0200
Subject: [FFmpeg-devel] [PATCH] simplify h264's decode_cabac_mb_cbp_luma()

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

16 years agoallcodecs.h and allformats.h are not used anymore
Aurelien Jacobs [Thu, 20 Sep 2007 20:42:50 +0000 (20:42 +0000)]
allcodecs.h and allformats.h are not used anymore

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

16 years agoremove last dependencies on allformats.h and allcodecs.h
Aurelien Jacobs [Thu, 20 Sep 2007 20:36:15 +0000 (20:36 +0000)]
remove last dependencies on allformats.h and allcodecs.h

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

16 years agocosmetics: typo
Diego Biurrun [Wed, 19 Sep 2007 21:28:42 +0000 (21:28 +0000)]
cosmetics: typo

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

16 years agoMake parse_date return INT64_MIN in case of unparsable input.
Stefano Sabatini [Wed, 19 Sep 2007 12:38:07 +0000 (12:38 +0000)]
Make parse_date return INT64_MIN in case of unparsable input.
Patch by Stefano Sabatini: [stefano sabatini-lala poste it]
Original thread:
[FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date
Date: 08/17/2007 09:40 PM

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

16 years agoAdd extralibs to the dependency checker
Ramiro Polla [Tue, 18 Sep 2007 19:07:52 +0000 (19:07 +0000)]
Add extralibs to the dependency checker

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

16 years agogpl for the X11 grabber has already been checked for
Ramiro Polla [Tue, 18 Sep 2007 18:58:02 +0000 (18:58 +0000)]
gpl for the X11 grabber has already been checked for

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

16 years agoUse enable and disable macros where appropriate
Ramiro Polla [Tue, 18 Sep 2007 18:46:26 +0000 (18:46 +0000)]
Use enable and disable macros where appropriate

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

16 years agoRemove inline from function that is exported.
Ivan Kalvachev [Tue, 18 Sep 2007 18:12:53 +0000 (18:12 +0000)]
Remove inline from function that is exported.
Issue noticed by Bernhard Rosenkraenzer.

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

16 years agoProperly check for -lm
Ramiro Polla [Tue, 18 Sep 2007 18:01:07 +0000 (18:01 +0000)]
Properly check for -lm

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

16 years agoAdd support for VP6A in flv.
Aurelien Jacobs [Tue, 18 Sep 2007 15:36:29 +0000 (15:36 +0000)]
Add support for VP6A in flv.
Those files really contain 2 standard VP6 video streams:
 - the "normal" video stream
 - the alpha plan video stream (which is a standard
   YV12 video with it's U an V plans all set to 0)
closes issue166

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

16 years agocosmetics: sort()
Diego Biurrun [Tue, 18 Sep 2007 10:35:16 +0000 (10:35 +0000)]
cosmetics: sort()

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

16 years agoAdd explanatory comments to the parse_date function.
Stefano Sabatini [Tue, 18 Sep 2007 08:26:10 +0000 (08:26 +0000)]
Add explanatory comments to the parse_date function.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoRemove forced -pthread for freebsd.
Ramiro Polla [Mon, 17 Sep 2007 19:35:42 +0000 (19:35 +0000)]
Remove forced -pthread for freebsd.
Configure properly detects which flags are needed on --enable-pthreads

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

16 years agoIndent
Ramiro Polla [Mon, 17 Sep 2007 19:33:55 +0000 (19:33 +0000)]
Indent

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

16 years agoRemove --disable-bktr option from configure
Ramiro Polla [Mon, 17 Sep 2007 19:30:55 +0000 (19:30 +0000)]
Remove --disable-bktr option from configure
--disable-demuxer=bktr should be used instead

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

16 years agoblackfin vsad primitives
Marc Hoffman [Mon, 17 Sep 2007 13:23:16 +0000 (13:23 +0000)]
blackfin vsad primitives

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

16 years agoproperly tell the compiler that A0 and A1 are clobbered
Marc Hoffman [Mon, 17 Sep 2007 13:17:50 +0000 (13:17 +0000)]
properly tell the compiler that A0 and A1 are clobbered

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

16 years agoFix an ffserver crash when a non-existing rtsp: url is requested
Luca Abeni [Mon, 17 Sep 2007 12:47:44 +0000 (12:47 +0000)]
Fix an ffserver crash when a non-existing rtsp: url is requested

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

16 years agodisable loads of debug messages to reduce object size
Aurelien Jacobs [Mon, 17 Sep 2007 12:01:37 +0000 (12:01 +0000)]
disable loads of debug messages to reduce object size

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

16 years agoRemove redundant ARCH_SPARC #ifdef, the file is compiled conditional to
Diego Biurrun [Mon, 17 Sep 2007 10:14:56 +0000 (10:14 +0000)]
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to
ARCH_SPARC anyway.

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

16 years agoReplace manual variable setting with the disable function.
Diego Biurrun [Mon, 17 Sep 2007 10:08:27 +0000 (10:08 +0000)]
Replace manual variable setting with the disable function.

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

16 years agoRemove cross_prefix from ln command.
Matthias Schneider [Mon, 17 Sep 2007 08:23:23 +0000 (08:23 +0000)]
Remove cross_prefix from ln command.
patch by Matthias Schneider, ma30002000 yahoo de

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

16 years agoUse AVFMT_FLAG_GENPTS for the input file (the RTP output format needs all the
Luca Abeni [Mon, 17 Sep 2007 07:50:04 +0000 (07:50 +0000)]
Use AVFMT_FLAG_GENPTS for the input file (the RTP output format needs all the
PTSs to be set)

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

16 years agoloosen dependencies over allformats.h
Aurelien Jacobs [Sun, 16 Sep 2007 23:00:44 +0000 (23:00 +0000)]
loosen dependencies over allformats.h

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

16 years agoremove obsolete and wrong extern declaration
Aurelien Jacobs [Sun, 16 Sep 2007 22:50:12 +0000 (22:50 +0000)]
remove obsolete and wrong extern declaration

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

16 years agomonkey audio demuxer now can parse ape tags
Benjamin Zores [Sun, 16 Sep 2007 19:51:10 +0000 (19:51 +0000)]
monkey audio demuxer now can parse ape tags

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

16 years agoMove av_exit() to before main()
Ramiro Polla [Sun, 16 Sep 2007 18:08:51 +0000 (18:08 +0000)]
Move av_exit() to before main()

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

16 years agoSplit av_exit() out of main()
Ramiro Polla [Sun, 16 Sep 2007 18:08:01 +0000 (18:08 +0000)]
Split av_exit() out of main()

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

16 years agoDefine mandir as $(PREFIX)/share/man rather than as $(PREFIX)/man
Stefano Sabatini [Sun, 16 Sep 2007 17:44:49 +0000 (17:44 +0000)]
Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/man
to better comply with the FHS.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agocosmetics: typo
Diego Biurrun [Sun, 16 Sep 2007 16:23:34 +0000 (16:23 +0000)]
cosmetics: typo

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

16 years agowarning fix:
Diego Biurrun [Sun, 16 Sep 2007 14:37:01 +0000 (14:37 +0000)]
warning fix:
nutdec.c: In function ‘nut_read_timestamp’:
nutdec.c:759: warning: label ‘resync’ defined but not used

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

16 years agofix image corruption when with multi-threaded decoding.
Andreas Öman [Sun, 16 Sep 2007 10:37:07 +0000 (10:37 +0000)]
fix image corruption when with multi-threaded decoding.
dequant-tables were not correctly reinitialized in the slave
contexts when a PPS came with updated matrices.
Patch by Andreas Öman %andreas A olebyn P nu%
Original thread:
date: Sep 16, 2007 6:14 AM
subject: [FFmpeg-devel] Parallelized h264 image corruption bug

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

16 years agoRegister myself as APE maintainer
Kostya Shishkov [Sun, 16 Sep 2007 04:47:12 +0000 (04:47 +0000)]
Register myself as APE maintainer

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

16 years agoln is not available on all platforms, so introduce a variable for it
Dave Yeo [Sat, 15 Sep 2007 11:09:30 +0000 (11:09 +0000)]
ln is not available on all platforms, so introduce a variable for it
that can be set to a suitable platform-specific command.
patch by Dave Yeo, daveryeo telus net

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

16 years agoEnable error resilience in WMV3/VC-1 decoder
Kostya Shishkov [Sat, 15 Sep 2007 11:06:27 +0000 (11:06 +0000)]
Enable error resilience in WMV3/VC-1 decoder

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

16 years agoMake distclean should remove .vhookdep.
Stefano Sabatini [Sat, 15 Sep 2007 09:49:27 +0000 (09:49 +0000)]
Make distclean should remove .vhookdep.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoHALFPQ should be used only for when PQUANT is selected
Kostya Shishkov [Sat, 15 Sep 2007 09:24:53 +0000 (09:24 +0000)]
HALFPQ should be used only for when PQUANT is selected

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

16 years agoIn case when any quantizer may occur, HALFPQ should be zero
Kostya Shishkov [Sat, 15 Sep 2007 09:23:58 +0000 (09:23 +0000)]
In case when any quantizer may occur, HALFPQ should be zero

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

16 years agoSet codec_id correctly for RJPG codec_tag
Reimar Döffinger [Sat, 15 Sep 2007 08:19:01 +0000 (08:19 +0000)]
Set codec_id correctly for RJPG codec_tag

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

16 years agoskip incomplete frames
Justin Ruggles [Sat, 15 Sep 2007 02:44:28 +0000 (02:44 +0000)]
skip incomplete frames

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

16 years agobetter AC3 header error reporting
Justin Ruggles [Sat, 15 Sep 2007 02:41:24 +0000 (02:41 +0000)]
better AC3 header error reporting

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

16 years agofix random dithering of zero-bit mantissas
Justin Ruggles [Sat, 15 Sep 2007 00:43:40 +0000 (00:43 +0000)]
fix random dithering of zero-bit mantissas

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

16 years agocosmetics: rename variables. tbl->tab for consistency with other AC3 tables
Justin Ruggles [Sat, 15 Sep 2007 00:19:21 +0000 (00:19 +0000)]
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables

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

16 years agofix decoding of DolbyNet AC3
Justin Ruggles [Sat, 15 Sep 2007 00:00:57 +0000 (00:00 +0000)]
fix decoding of DolbyNet AC3

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

16 years agoSupport fragmentation for AAC frames
Luca Abeni [Fri, 14 Sep 2007 09:00:31 +0000 (09:00 +0000)]
Support fragmentation for AAC frames

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

16 years agoSupport for AAC streaming over RTP. Fragmentation is not implemented yet
Luca Abeni [Fri, 14 Sep 2007 08:17:06 +0000 (08:17 +0000)]
Support for AAC streaming over RTP. Fragmentation is not implemented yet

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

16 years agoCheck unp_size for possible overflows too
Kostya Shishkov [Fri, 14 Sep 2007 06:01:29 +0000 (06:01 +0000)]
Check unp_size for possible overflows too

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

16 years agospelling/wording/grammar
Diego Biurrun [Thu, 13 Sep 2007 14:17:09 +0000 (14:17 +0000)]
spelling/wording/grammar

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

16 years agomisc wording/grammar/spelling improvements
Diego Biurrun [Thu, 13 Sep 2007 13:45:49 +0000 (13:45 +0000)]
misc wording/grammar/spelling improvements

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

16 years agoForward error code when reading a v4l2 frame
Benoit Fouet [Thu, 13 Sep 2007 12:46:30 +0000 (12:46 +0000)]
Forward error code when reading a v4l2 frame
Patch by Benoit Fouet (benoit.fouet AT purplelabs DOT com)

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

16 years agoPass correct CPU flags to compilation of sparc/simple_idct_vis.o.
Diego Biurrun [Thu, 13 Sep 2007 09:13:56 +0000 (09:13 +0000)]
Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.
based on a patch by Denes Balatoni, dbalatoni interware hu

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

16 years agoAdd checks on input/output buffers size for some audio decoders
Kostya Shishkov [Thu, 13 Sep 2007 05:59:58 +0000 (05:59 +0000)]
Add checks on input/output buffers size for some audio decoders

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

16 years agoMonkey Audio decoder
Kostya Shishkov [Thu, 13 Sep 2007 03:22:47 +0000 (03:22 +0000)]
Monkey Audio decoder

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

16 years agoa little bit more bitstream syntax for the residual
Michael Niedermayer [Wed, 12 Sep 2007 22:33:40 +0000 (22:33 +0000)]
a little bit more bitstream syntax for the residual

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

16 years agomake intra dc prediction less contradictory
Michael Niedermayer [Wed, 12 Sep 2007 22:26:26 +0000 (22:26 +0000)]
make intra dc prediction less contradictory

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

16 years agostop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV
Baptiste Coudurier [Wed, 12 Sep 2007 10:18:01 +0000 (10:18 +0000)]
stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV

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

16 years agolink fixes
Diego Biurrun [Wed, 12 Sep 2007 10:04:44 +0000 (10:04 +0000)]
link fixes

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

16 years agoRecurse into libswscale on uninstall.
Dave Yeo [Wed, 12 Sep 2007 09:35:30 +0000 (09:35 +0000)]
Recurse into libswscale on uninstall.
patch by Dave Yeo, daveryeo telus net

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

16 years agoTypo
Ramiro Polla [Tue, 11 Sep 2007 23:46:46 +0000 (23:46 +0000)]
Typo

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

16 years agofix timestamps used for ratecontrol
Michael Niedermayer [Tue, 11 Sep 2007 22:46:41 +0000 (22:46 +0000)]
fix timestamps used for ratecontrol
these were wrong (in pts vs dts sense) when b frames were in use
they were also wrong if the average framerate was smaller than 1/timebase
resulting in totally wrong final bitrate

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

16 years agor_frame_rate
Michael Niedermayer [Tue, 11 Sep 2007 10:25:34 +0000 (10:25 +0000)]
r_frame_rate

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

16 years agomove unrelated functions declarations out of allformats.h
Aurelien Jacobs [Tue, 11 Sep 2007 09:27:46 +0000 (09:27 +0000)]
move unrelated functions declarations out of allformats.h

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

16 years agortp and rtsp demuxer declarations are not part of public API
Aurelien Jacobs [Mon, 10 Sep 2007 22:48:42 +0000 (22:48 +0000)]
rtp and rtsp demuxer declarations are not part of public API

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

16 years agoBump micro version number for r10429
Ramiro Polla [Mon, 10 Sep 2007 19:31:03 +0000 (19:31 +0000)]
Bump micro version number for r10429

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

16 years ago*_protocol are not part of public API
Aurelien Jacobs [Mon, 10 Sep 2007 18:11:13 +0000 (18:11 +0000)]
*_protocol are not part of public API

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

16 years agoTest extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if
Luca Abeni [Mon, 10 Sep 2007 15:08:23 +0000 (15:08 +0000)]
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if
config info are available out of band (fix "-{a,v}codec copy" from .mov)

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

16 years agohigh level bitstream and decoding process in ascii art
Michael Niedermayer [Mon, 10 Sep 2007 14:05:13 +0000 (14:05 +0000)]
high level bitstream and decoding process in ascii art

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

16 years agoFix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)
Luca Abeni [Mon, 10 Sep 2007 07:01:29 +0000 (07:01 +0000)]
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)

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

16 years agoProperly set RTP and NTP timestamps in RTCP SR packets
Luca Abeni [Mon, 10 Sep 2007 06:58:19 +0000 (06:58 +0000)]
Properly set RTP and NTP timestamps in RTCP SR packets

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

16 years agomove 8tap filter to not important as that is purely encoder side
Michael Niedermayer [Mon, 10 Sep 2007 03:28:02 +0000 (03:28 +0000)]
move 8tap filter to not important as that is purely encoder side

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

16 years agoupdate todo
Michael Niedermayer [Mon, 10 Sep 2007 03:27:11 +0000 (03:27 +0000)]
update todo

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

16 years agocosmetic
Michael Niedermayer [Mon, 10 Sep 2007 00:31:27 +0000 (00:31 +0000)]
cosmetic

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

16 years agomake changing spatial_decomposition_count per frame work
Michael Niedermayer [Sun, 9 Sep 2007 18:28:36 +0000 (18:28 +0000)]
make changing spatial_decomposition_count per frame work

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

16 years agodsputil must be initialized before calling rtjpeg init.
Reimar Döffinger [Sun, 9 Sep 2007 18:14:11 +0000 (18:14 +0000)]
dsputil must be initialized before calling rtjpeg init.

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

16 years agoImprove track number decoding for some WMA files
Patrice Bensoussan [Sun, 9 Sep 2007 17:54:26 +0000 (17:54 +0000)]
Improve track number decoding for some WMA files
patch by Patrice Bensoussan %patrice P bensoussan A free P fr%
Original thread:
Date: Sep 9, 2007 12:33 PM
Subject: [FFmpeg-devel] [PATCH] Improve track number decoding for some WMA files

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

16 years agodo not ignore return of decode_header()
Michael Niedermayer [Sun, 9 Sep 2007 17:01:11 +0000 (17:01 +0000)]
do not ignore return of decode_header()

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

16 years agodo not force the halfpel filter coeffs to be retransmitted on every frame
Michael Niedermayer [Sun, 9 Sep 2007 16:54:00 +0000 (16:54 +0000)]
do not force the halfpel filter coeffs to be retransmitted on every frame
if always_reset is set

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

16 years agoupdate spec to reflect changes to implementation about per frame
Michael Niedermayer [Sun, 9 Sep 2007 15:08:40 +0000 (15:08 +0000)]
update spec to reflect changes to implementation about per frame
qlog/decomp_count

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

16 years agoallow changing of the spatial_decomposition_count and quantization tables
Michael Niedermayer [Sun, 9 Sep 2007 15:06:46 +0000 (15:06 +0000)]
allow changing of the spatial_decomposition_count and quantization tables
per frame (this is untested as the encoder does not use it yet)

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

16 years agoperform init after reading the values needed for init
Michael Niedermayer [Sun, 9 Sep 2007 13:47:25 +0000 (13:47 +0000)]
perform init after reading the values needed for init
fixes decoding of files with spatial_decomposition_count!=5

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

16 years agoDocument libavutil/mem.h:av_strdup.
Stefano Sabatini [Sun, 9 Sep 2007 13:23:34 +0000 (13:23 +0000)]
Document libavutil/mem.h:av_strdup.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agounneeded and impossible during init ...
Michael Niedermayer [Sun, 9 Sep 2007 12:46:25 +0000 (12:46 +0000)]
unneeded and impossible during init ...

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

16 years agounused
Michael Niedermayer [Sun, 9 Sep 2007 12:36:10 +0000 (12:36 +0000)]
unused

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

16 years agoallocate slice buffer after parsing the header containing needed parameters
Michael Niedermayer [Sun, 9 Sep 2007 12:33:34 +0000 (12:33 +0000)]
allocate slice buffer after parsing the header containing needed parameters
argh i really wish i had never accepted these slice patches ...

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

16 years agoremove ()
Michael Niedermayer [Sun, 9 Sep 2007 12:25:12 +0000 (12:25 +0000)]
remove ()

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

16 years agospatial_decomposition_count != 5 bugfix
Michael Niedermayer [Sun, 9 Sep 2007 12:24:45 +0000 (12:24 +0000)]
spatial_decomposition_count != 5 bugfix

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

16 years agoscaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)
Michael Niedermayer [Sun, 9 Sep 2007 12:22:11 +0000 (12:22 +0000)]
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)
this also requires a few entries to be ++ and -- to avoid a max of 256

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

16 years agoclarify
Michael Niedermayer [Sun, 9 Sep 2007 11:58:57 +0000 (11:58 +0000)]
clarify

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

16 years agoProperly handle nuv file with changing resolution
Reimar Döffinger [Sun, 9 Sep 2007 10:20:47 +0000 (10:20 +0000)]
Properly handle nuv file with changing resolution

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

16 years agocosmetics: Remove useless empty line.
Diego Biurrun [Sun, 9 Sep 2007 09:37:43 +0000 (09:37 +0000)]
cosmetics: Remove useless empty line.

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

16 years agoElaborate on licensing issues: A few files are from libjpeg and the
Diego Biurrun [Sun, 9 Sep 2007 09:36:32 +0000 (09:36 +0000)]
Elaborate on licensing issues: A few files are from libjpeg and the
infamous fdctref.c is all rights reserved.

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

16 years agoDo not set codec_tag when the container does not specify it.
Reimar Döffinger [Sun, 9 Sep 2007 09:21:14 +0000 (09:21 +0000)]
Do not set codec_tag when the container does not specify it.

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

16 years agoMake sure rtjpeg quality is a valid value
Reimar Döffinger [Sun, 9 Sep 2007 09:16:47 +0000 (09:16 +0000)]
Make sure rtjpeg quality is a valid value

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

16 years agoFix extreme stupidity: buffer size check must of course be before buffer use!
Reimar Döffinger [Sun, 9 Sep 2007 09:00:12 +0000 (09:00 +0000)]
Fix extreme stupidity: buffer size check must of course be before buffer use!

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

16 years ago10l, add check forgotten in last commit
Reimar Döffinger [Sun, 9 Sep 2007 08:52:53 +0000 (08:52 +0000)]
10l, add check forgotten in last commit

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

16 years agoFirst ugly and slow attempt to fix nuv files with extra frameheader
Reimar Döffinger [Sun, 9 Sep 2007 08:42:49 +0000 (08:42 +0000)]
First ugly and slow attempt to fix nuv files with extra frameheader
and per-frame rtjpeg quality

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

16 years agoSimplify nuv: factor out LZO decompression
Reimar Döffinger [Sun, 9 Sep 2007 08:22:07 +0000 (08:22 +0000)]
Simplify nuv: factor out LZO decompression

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

16 years agoCopy nuv header only when the video codec is nuv
Reimar Döffinger [Sun, 9 Sep 2007 07:25:52 +0000 (07:25 +0000)]
Copy nuv header only when the video codec is nuv

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