]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
17 years agoCosmetics, patch by Ramiro Polla.
banan [Wed, 18 Apr 2007 19:44:04 +0000 (19:44 +0000)]
Cosmetics, patch by Ramiro Polla.
ramiro ta lisha tod ufsc tod br

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

17 years agoPullback should be performed on scaled motion vectors in B-frames
kostya [Wed, 18 Apr 2007 17:36:52 +0000 (17:36 +0000)]
Pullback should be performed on scaled motion vectors in B-frames

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

17 years agoRemove the build instructions from the doxygen comments, they are duplicated
diego [Wed, 18 Apr 2007 09:34:08 +0000 (09:34 +0000)]
Remove the build instructions from the doxygen comments, they are duplicated
from the user level documentation and already partially outdated.

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

17 years agoDoxygen comment wording/spelling
diego [Wed, 18 Apr 2007 09:29:18 +0000 (09:29 +0000)]
Doxygen comment wording/spelling

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

17 years agoAtrac3 decoder.
banan [Tue, 17 Apr 2007 20:53:39 +0000 (20:53 +0000)]
Atrac3 decoder.

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

17 years agoFix the most obvious typos in the development policy doc section
reimar [Tue, 17 Apr 2007 14:06:08 +0000 (14:06 +0000)]
Fix the most obvious typos in the development policy doc section

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

17 years agopatch submission checklist
michael [Tue, 17 Apr 2007 13:07:31 +0000 (13:07 +0000)]
patch submission checklist

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

17 years agoadd a commit-rule precision when applying patches discussed on the mailing list
benoit [Tue, 17 Apr 2007 08:37:39 +0000 (08:37 +0000)]
add a commit-rule precision when applying patches discussed on the mailing list

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

17 years agoMention configure parameters for enabling AMR.
diego [Sun, 15 Apr 2007 19:45:48 +0000 (19:45 +0000)]
Mention configure parameters for enabling AMR.

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

17 years agoadd an enum for need_parsing
aurel [Sun, 15 Apr 2007 13:51:57 +0000 (13:51 +0000)]
add an enum for need_parsing

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

17 years agoMake the declaration of AVInputFormat ac3_demuxer conditional
diego [Sun, 15 Apr 2007 12:35:44 +0000 (12:35 +0000)]
Make the declaration of AVInputFormat ac3_demuxer conditional
on CONFIG_AC3_DEMUXER.

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

17 years agoThe AC3 demuxer depends on the AC3 parser.
diego [Sun, 15 Apr 2007 12:34:50 +0000 (12:34 +0000)]
The AC3 demuxer depends on the AC3 parser.

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

17 years agoMove AC3 header parsing code together with the rest of the AC3 parsing code.
diego [Sun, 15 Apr 2007 12:32:36 +0000 (12:32 +0000)]
Move AC3 header parsing code together with the rest of the AC3 parsing code.

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

17 years agofix mjpeg.mov
michael [Sun, 15 Apr 2007 08:53:03 +0000 (08:53 +0000)]
fix mjpeg.mov

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

17 years agofix playback of angels_480-mjpegcompress.avi
michael [Sat, 14 Apr 2007 22:58:23 +0000 (22:58 +0000)]
fix playback of angels_480-mjpegcompress.avi

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

17 years agofix playback of odd_height.mov
michael [Sat, 14 Apr 2007 22:22:34 +0000 (22:22 +0000)]
fix playback of odd_height.mov
this isnt the most beautifull solution but at least it works independant of the
random height in mov and it doesnt add any secholes

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

17 years agocorrect another possible buffer overflow where interlaced would
michael [Sat, 14 Apr 2007 22:05:12 +0000 (22:05 +0000)]
correct another possible buffer overflow where interlaced would
get stuck to 1 but then width/height would change and interlaced
wouldnt be reset ...

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

17 years agofix tiff regression test (bitexact flag was ignoredwhich caused the
michael [Sat, 14 Apr 2007 18:58:26 +0000 (18:58 +0000)]
fix tiff regression test (bitexact flag was ignoredwhich caused the
LAVC version to be in the file and thus breaking with the last change of that)

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

17 years agoremove MpegEncContext, patch by baptiste
michael [Sat, 14 Apr 2007 18:42:50 +0000 (18:42 +0000)]
remove MpegEncContext, patch by baptiste
approved by me already but apparently forgotten

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

17 years agofix overhead and bitrate statistics
michael [Sat, 14 Apr 2007 17:50:39 +0000 (17:50 +0000)]
fix overhead and bitrate statistics

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

17 years agoUpdate preprocessor directive comments to take recent changes to this file
diego [Sat, 14 Apr 2007 09:59:57 +0000 (09:59 +0000)]
Update preprocessor directive comments to take recent changes to this file
into account.

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

17 years agoSimplify Darwin gcc flags setting.
diego [Sat, 14 Apr 2007 09:52:30 +0000 (09:52 +0000)]
Simplify Darwin gcc flags setting.

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

17 years agoRemove redundant 2.95 branch from the Darwin gcc check. It is already
diego [Sat, 14 Apr 2007 08:33:46 +0000 (08:33 +0000)]
Remove redundant 2.95 branch from the Darwin gcc check.  It is already
being handled by the default case.

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

17 years agoone patch one mail
michael [Fri, 13 Apr 2007 23:36:58 +0000 (23:36 +0000)]
one patch one mail

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

17 years agotrap signals in tests that can crash
mru [Fri, 13 Apr 2007 20:16:13 +0000 (20:16 +0000)]
trap signals in tests that can crash

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

17 years agocosmetics: Fix indentation.
diego [Fri, 13 Apr 2007 12:02:54 +0000 (12:02 +0000)]
cosmetics: Fix indentation.

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

17 years agotimestamps generation improvement when parsing avi
benoit [Fri, 13 Apr 2007 07:50:04 +0000 (07:50 +0000)]
timestamps generation improvement when parsing avi
patch by Joakim \ elupus chez ecce dot se /
original thread:
date: 03/19/2007 01:47 AM
subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use.

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

17 years agochange atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2
benoit [Fri, 13 Apr 2007 07:19:12 +0000 (07:19 +0000)]
change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2
patch by Patrice Bensoussan \ patrice dot bensoussan chez free dot fr
Original thread:
date: 04/05/2007 07:56 PM
subject: [Ffmpeg-devel] [PATCH] Fix broken compilation on Mac OS X 10.2 due to OPT_INT64 support

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

17 years agoAs usual Real actually took something existing and rebranded it.
banan [Thu, 12 Apr 2007 15:37:23 +0000 (15:37 +0000)]
As usual Real actually took something existing and rebranded it.
Cook looks very much like G.722.1.

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

17 years agospelling
diego [Thu, 12 Apr 2007 11:28:34 +0000 (11:28 +0000)]
spelling

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

17 years agoAdd a note about how to enable external libraries.
diego [Thu, 12 Apr 2007 11:15:23 +0000 (11:15 +0000)]
Add a note about how to enable external libraries.

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

17 years agoAdd complete instructions for the brave people wishing to fiddle with the
diego [Thu, 12 Apr 2007 11:12:43 +0000 (11:12 +0000)]
Add complete instructions for the brave people wishing to fiddle with the
reference encoder/decoder source.

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

17 years agotypo
diego [Thu, 12 Apr 2007 11:07:10 +0000 (11:07 +0000)]
typo

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

17 years agoUpdate AMR instructions for last round of changes.
diego [Thu, 12 Apr 2007 11:05:38 +0000 (11:05 +0000)]
Update AMR instructions for last round of changes.

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

17 years agoReplace hackish support for amr-nb and amr-wb. Instead of including the source
diego [Thu, 12 Apr 2007 10:59:52 +0000 (10:59 +0000)]
Replace hackish support for amr-nb and amr-wb. Instead of including the source
of the reference implementation it is possible to use proper libraries now.
patch by Stanislav Brabec, sbrabec suse cz, changes and bug fixes by me

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

17 years agoUpdate download URL with a link to a working version.
diego [Thu, 12 Apr 2007 10:27:40 +0000 (10:27 +0000)]
Update download URL with a link to a working version.

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

17 years agoDVR-MS probe audio format
benoit [Thu, 12 Apr 2007 08:11:33 +0000 (08:11 +0000)]
DVR-MS probe audio format
patch by John Donaghy \ johnfdonaghy chez gmail dot com /
Original thread:
date: 03/13/2007 04:56 PM
subject: [Ffmpeg-devel] [PATCH] DVR-MS probe audio format - was DVR-MS bug (MP2 decoding)

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

17 years agoadd a check before find_frame_end call
benoit [Wed, 11 Apr 2007 14:04:47 +0000 (14:04 +0000)]
add a check before find_frame_end call
Patch by Limin Wang % lance P lmwang A gmail P com %
Original thread:
date: 04/09/2007 03:54 PM
subject: [Ffmpeg-devel] [PATCH] fix segment fault in h264_parse if buf_size is zero

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

17 years agoPer reference swf/flv adpcm encoder.
banan [Wed, 11 Apr 2007 13:10:13 +0000 (13:10 +0000)]
Per reference swf/flv adpcm encoder.

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

17 years agocosmetics: indentation
diego [Wed, 11 Apr 2007 06:59:09 +0000 (06:59 +0000)]
cosmetics: indentation

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

17 years agoFix the poll() loop (ret == 0 means that a timeout expired, so it must be
lucabe [Tue, 10 Apr 2007 14:40:03 +0000 (14:40 +0000)]
Fix the poll() loop (ret == 0 means that a timeout expired, so it must be
handled)

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

17 years agoFix the generation of RTSP reply headers (the "DEF()" macro is not used
lucabe [Tue, 10 Apr 2007 14:36:11 +0000 (14:36 +0000)]
Fix the generation of RTSP reply headers (the "DEF()" macro is not used
anymore in rtspcodes.h)

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

17 years agoadd D-10 PAL 40 audio essence container ul
bcoudurier [Tue, 10 Apr 2007 14:10:36 +0000 (14:10 +0000)]
add D-10 PAL 40 audio essence container ul

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

17 years agoadd D-10 PAL 40 ul
bcoudurier [Tue, 10 Apr 2007 14:04:59 +0000 (14:04 +0000)]
add D-10 PAL 40 ul

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

17 years agocosmetics: indentation
aurel [Tue, 10 Apr 2007 11:27:24 +0000 (11:27 +0000)]
cosmetics: indentation

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

17 years agossd_int8_vs_int16_altivec, not completely benchmarkedwith svq1
lu_zero [Tue, 10 Apr 2007 09:47:37 +0000 (09:47 +0000)]
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1

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

17 years agocosmetics after last commit
ivo [Tue, 10 Apr 2007 09:16:35 +0000 (09:16 +0000)]
cosmetics after last commit

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

17 years agoAdd support for grayscale images with arbitrary maxvals.
ivo [Tue, 10 Apr 2007 09:15:54 +0000 (09:15 +0000)]
Add support for grayscale images with arbitrary maxvals.

The image data is rescaled to the nearest pix_fmt it will fit in (gray8 or
gray16). Conversion is done inside the codec in order to avoid the need
for 14 (or 65534) new pix_fmt's.

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

17 years agoFix an underflow/overflow that was causing some crackles when playing
diego [Tue, 10 Apr 2007 08:18:04 +0000 (08:18 +0000)]
Fix an underflow/overflow that was causing some crackles when playing
certain THP files.
patch by Marco Gerards, mgerards xs4all nl

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

17 years agoSet C predictor to zero if unavailable (should fix B-frame border artifacts)
kostya [Tue, 10 Apr 2007 05:31:22 +0000 (05:31 +0000)]
Set C predictor to zero if unavailable (should fix B-frame border artifacts)

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

17 years agosuperflouos ()
michael [Mon, 9 Apr 2007 22:25:27 +0000 (22:25 +0000)]
superflouos ()

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

17 years agoremove code_prefix variable, no speed change
michael [Mon, 9 Apr 2007 22:21:49 +0000 (22:21 +0000)]
remove code_prefix variable, no speed change

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

17 years agosimplify
michael [Mon, 9 Apr 2007 22:18:09 +0000 (22:18 +0000)]
simplify

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

17 years agoadd support for seeking to a keyframe instead of a random frame
aurel [Mon, 9 Apr 2007 17:03:20 +0000 (17:03 +0000)]
add support for seeking to a keyframe instead of a random frame

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

17 years agoadd an intermediate variable (prepare for next patch)
aurel [Mon, 9 Apr 2007 17:00:09 +0000 (17:00 +0000)]
add an intermediate variable (prepare for next patch)

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

17 years agoadd support for seeking in matroska files
aurel [Mon, 9 Apr 2007 16:48:28 +0000 (16:48 +0000)]
add support for seeking in matroska files

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

17 years agomove matroska_find_track_by_num() upper in the file
aurel [Mon, 9 Apr 2007 16:45:43 +0000 (16:45 +0000)]
move matroska_find_track_by_num() upper in the file
so that it can be used by other part of the code

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

17 years agocluster position is relative to segment_start
aurel [Mon, 9 Apr 2007 16:29:10 +0000 (16:29 +0000)]
cluster position is relative to segment_start

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

17 years agoproperly set streams start_time
aurel [Mon, 9 Apr 2007 16:27:00 +0000 (16:27 +0000)]
properly set streams start_time

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

17 years agoremove unused context field
aurel [Mon, 9 Apr 2007 16:24:03 +0000 (16:24 +0000)]
remove unused context field

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

17 years agoremove wrong and no more used packet reordering code
aurel [Mon, 9 Apr 2007 16:22:18 +0000 (16:22 +0000)]
remove wrong and no more used packet reordering code

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

17 years agoWhen dst_length == 0 bit_length has to be 0, too, but the current code still
diego [Mon, 9 Apr 2007 14:10:07 +0000 (14:10 +0000)]
When dst_length == 0 bit_length has to be 0, too, but the current code still
calls decode_rbsp_trailing() and therefore bit_length might get negative.
Although the remaining code is able to handle a negative bit_length, avoid
the calculation at all by setting bit_length to 0 for dst_length == 0.
patch by Reinhard Nissl, rnissl gmx de

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

17 years agoRemove a NAL unit's trailing zero bytes even when dst_length is 1.
diego [Mon, 9 Apr 2007 13:39:35 +0000 (13:39 +0000)]
Remove a NAL unit's trailing zero bytes even when dst_length is 1.
Consider the following byte sequence

    00 00 01 0a 00 00 00 01 09 ...
               ^  ^
               A  B

decode_nal() determines dst_length to be 1 (i. e. the byte between label
A and B above). However, this byte is a trailing zero byte as the spec
says the the current NAL unit is terminated by a byte sequence 00 00 00.

The current code used a loop to decrement dst_length accordingly. But the
loop doesn't start as the loop condition checks for dst_length > 1, which
should read dst_length > 0.
patch by Reinhard Nissl, rnissl gmx de

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

17 years agoscenario: A properly coded frame is followed by an end of sequence NAL unit,
diego [Mon, 9 Apr 2007 12:55:07 +0000 (12:55 +0000)]
scenario: A properly coded frame is followed by an end of sequence NAL unit,
i.e. the four bytes 00 00 01 0a.
When decode_nal() decodes the end of sequence NAL unit, it returns with
dst_length == 0. The original code leads to a return -1 which discards
the current properly decoded frame.
patch by Reinhard Nissl, rnissl gmx de

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

17 years agoGet rid of unnecessary pointer casts.
diego [Sun, 8 Apr 2007 20:24:16 +0000 (20:24 +0000)]
Get rid of unnecessary pointer casts.
patch by Nicholas Tung, ntung ntung com

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

17 years agoMake some functions which aren't used outside their declaring source file
diego [Sun, 8 Apr 2007 20:21:11 +0000 (20:21 +0000)]
Make some functions which aren't used outside their declaring source file
and have no prototype in a header file static.
patch by Stefan Huehner, stefan huehner org

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

17 years agoOnly compile in Theora-specific functions if the Theora decoder has been
diego [Sun, 8 Apr 2007 18:54:53 +0000 (18:54 +0000)]
Only compile in Theora-specific functions if the Theora decoder has been
enabled.  Also fixes some "defined but not used" warnings in that case.

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

17 years agocosmetics: Move one code block to save an #ifdef in the next commit.
diego [Sun, 8 Apr 2007 18:52:03 +0000 (18:52 +0000)]
cosmetics: Move one code block to save an #ifdef in the next commit.

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

17 years agoRemove #if 0 code.
diego [Sun, 8 Apr 2007 18:50:18 +0000 (18:50 +0000)]
Remove #if 0 code.

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

17 years agoFix compilation when Theora decoder is disabled, but VP3 is enabled.
diego [Sun, 8 Apr 2007 13:42:44 +0000 (13:42 +0000)]
Fix compilation when Theora decoder is disabled, but VP3 is enabled.

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

17 years agoRemove unused variable.
diego [Sun, 8 Apr 2007 13:02:25 +0000 (13:02 +0000)]
Remove unused variable.

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

17 years agocosmetics: indentation fix
diego [Sun, 8 Apr 2007 12:05:02 +0000 (12:05 +0000)]
cosmetics: indentation fix
patch by Marco Gerards, mgerards xs4all nl

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

17 years agofile extension based probe is max/2
michael [Sun, 8 Apr 2007 11:37:43 +0000 (11:37 +0000)]
file extension based probe is max/2

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

17 years agofactorize
michael [Sun, 8 Apr 2007 11:37:04 +0000 (11:37 +0000)]
factorize

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

17 years agoallocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size...
michael [Sun, 8 Apr 2007 11:34:15 +0000 (11:34 +0000)]
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks

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

17 years agoalso remove c93_ prefix for static function in the c93 demuxer
michael [Sun, 8 Apr 2007 09:50:08 +0000 (09:50 +0000)]
also remove c93_ prefix for static function in the c93 demuxer

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

17 years agofactorize & 0x0F
michael [Sun, 8 Apr 2007 09:44:34 +0000 (09:44 +0000)]
factorize & 0x0F

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

17 years agoremove c93_ prefix from static functions in c93.c
michael [Sun, 8 Apr 2007 09:31:54 +0000 (09:31 +0000)]
remove c93_ prefix from static functions in c93.c

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

17 years agos/rle_num_bytes/code/
michael [Sat, 7 Apr 2007 23:32:55 +0000 (23:32 +0000)]
s/rle_num_bytes/code/
shorter and correcter (its not the number of anything)

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

17 years agoalign vertically
michael [Sat, 7 Apr 2007 23:31:30 +0000 (23:31 +0000)]
align vertically

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

17 years agoshorter variable names
michael [Sat, 7 Apr 2007 23:30:47 +0000 (23:30 +0000)]
shorter variable names

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

17 years agogeneral purpose var should be int
michael [Sat, 7 Apr 2007 23:27:11 +0000 (23:27 +0000)]
general purpose var should be int

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

17 years agosimplify
michael [Sat, 7 Apr 2007 23:26:11 +0000 (23:26 +0000)]
simplify

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

17 years agoconform to spec
michael [Sat, 7 Apr 2007 23:24:31 +0000 (23:24 +0000)]
conform to spec

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

17 years agoremove redundant comments
michael [Sat, 7 Apr 2007 23:18:34 +0000 (23:18 +0000)]
remove redundant comments

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

17 years agoremove useless debuging av_log()
michael [Sat, 7 Apr 2007 23:17:06 +0000 (23:17 +0000)]
remove useless debuging av_log()

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

17 years agoindention cleanup
michael [Sat, 7 Apr 2007 23:16:05 +0000 (23:16 +0000)]
indention cleanup

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

17 years agouse shorter names for the block type enum
michael [Sat, 7 Apr 2007 23:10:22 +0000 (23:10 +0000)]
use shorter names for the block type enum

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

17 years agocosmetic
michael [Sat, 7 Apr 2007 23:02:43 +0000 (23:02 +0000)]
cosmetic

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

17 years agocode claims to use 32bit timestamp, lets make it also use that
michael [Sat, 7 Apr 2007 22:57:04 +0000 (22:57 +0000)]
code claims to use 32bit timestamp, lets make it also use that

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

17 years agoremove redundant comments
michael [Sat, 7 Apr 2007 22:55:15 +0000 (22:55 +0000)]
remove redundant comments

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

17 years agoremove inappropriate debuging av_log() alternatively they could be changed to dprintf()
michael [Sat, 7 Apr 2007 22:51:05 +0000 (22:51 +0000)]
remove inappropriate debuging av_log() alternatively they could be changed to dprintf()

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

17 years agomemleak (seems ive missed that under the obfuscated indention)
michael [Sat, 7 Apr 2007 22:47:55 +0000 (22:47 +0000)]
memleak (seems ive missed that under the obfuscated indention)

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

17 years agosane indention (no more 3 statements on one line...)
michael [Sat, 7 Apr 2007 22:41:45 +0000 (22:41 +0000)]
sane indention (no more 3 statements on one line...)

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

17 years agouse bytestream reader instead of bitstream for THP
michael [Sat, 7 Apr 2007 22:04:33 +0000 (22:04 +0000)]
use bytestream reader instead of bitstream for THP
5% smaller adpcm.o
20% faster

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

17 years agoCRYO APC demuxer
diego [Sat, 7 Apr 2007 21:34:18 +0000 (21:34 +0000)]
CRYO APC demuxer
patch by Anssi Hannula, anssi.hannula gmail com

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

17 years agosimplify
michael [Sat, 7 Apr 2007 21:30:19 +0000 (21:30 +0000)]
simplify

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

17 years agoprev1/2 -> prev[2]
michael [Sat, 7 Apr 2007 21:27:58 +0000 (21:27 +0000)]
prev1/2 -> prev[2]

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

17 years agosimplify
michael [Sat, 7 Apr 2007 21:22:50 +0000 (21:22 +0000)]
simplify

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

17 years agogeneral purpose vars should be int
michael [Sat, 7 Apr 2007 21:19:36 +0000 (21:19 +0000)]
general purpose vars should be int

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