]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
15 years agoRemove Fabrice's copyright from the Makefiles. They have been entirely
diego [Fri, 6 Jun 2008 17:50:32 +0000 (17:50 +0000)]
Remove Fabrice's copyright from the Makefiles. They have been entirely
rewritten since they were originally created.

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

15 years agoRemove useless img_read_close().
ramiro [Fri, 6 Jun 2008 17:02:06 +0000 (17:02 +0000)]
Remove useless img_read_close().

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

15 years agoRemove unneeded NULL at end of struct.
ramiro [Fri, 6 Jun 2008 17:00:28 +0000 (17:00 +0000)]
Remove unneeded NULL at end of struct.

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

15 years agoMerge declaration and initialization.
ramiro [Fri, 6 Jun 2008 16:53:01 +0000 (16:53 +0000)]
Merge declaration and initialization.

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

15 years agoAdd -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.
diego [Fri, 6 Jun 2008 15:19:09 +0000 (15:19 +0000)]
Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.
inspired by a patch from Debian

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

15 years agoRun documentation through ispell, plus some minor fixes.
diego [Fri, 6 Jun 2008 07:51:36 +0000 (07:51 +0000)]
Run documentation through ispell, plus some minor fixes.

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

15 years agominor spelling/grammar fixes
diego [Fri, 6 Jun 2008 07:00:42 +0000 (07:00 +0000)]
minor spelling/grammar fixes

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

16 years agoFix reading an element after the array.
michael [Fri, 6 Jun 2008 00:32:31 +0000 (00:32 +0000)]
Fix reading an element after the array.
Fixes CID27 RUN2

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

16 years agocheck for ARM NEON assembler support
mru [Thu, 5 Jun 2008 19:51:15 +0000 (19:51 +0000)]
check for ARM NEON assembler support

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

16 years agoaccept --cpu=cortex*
mru [Thu, 5 Jun 2008 19:51:13 +0000 (19:51 +0000)]
accept --cpu=cortex*

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

16 years agoalloc_size attribute is new to gcc 4.3; don't use it with lesser versions
mru [Thu, 5 Jun 2008 19:49:47 +0000 (19:49 +0000)]
alloc_size attribute is new to gcc 4.3; don't use it with lesser versions

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

16 years agoRemove *lpc_refl from the context. Only the value
vitor [Thu, 5 Jun 2008 16:15:44 +0000 (16:15 +0000)]
Remove *lpc_refl from the context. Only the value
calculated in rms() is actually needed. It also avoid
recalculating it later.

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

16 years agoSplit function rms() in two (it does two unrelated things)
vitor [Thu, 5 Jun 2008 16:11:51 +0000 (16:11 +0000)]
Split function rms() in two (it does two unrelated things)

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

16 years agocosmetics: s/Id/id/ in libavformat where Id refers to id Software.
diego [Thu, 5 Jun 2008 15:03:55 +0000 (15:03 +0000)]
cosmetics: s/Id/id/ in libavformat where Id refers to id Software.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agorename me=tesa
lorenm [Thu, 5 Jun 2008 02:20:15 +0000 (02:20 +0000)]
rename me=tesa

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

16 years agoadd esa/dia compat me options and new tesa for libx264
bcoudurier [Thu, 5 Jun 2008 01:57:35 +0000 (01:57 +0000)]
add esa/dia compat me options and new tesa for libx264

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

16 years agomatroskadec: remove some useless code
aurel [Wed, 4 Jun 2008 23:24:55 +0000 (23:24 +0000)]
matroskadec: remove some useless code

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

16 years agocosmetics: indentation
aurel [Wed, 4 Jun 2008 23:15:08 +0000 (23:15 +0000)]
cosmetics: indentation

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

16 years agomatroskadec: don't remove dummy level when none was added
aurel [Wed, 4 Jun 2008 23:11:47 +0000 (23:11 +0000)]
matroskadec: don't remove dummy level when none was added

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

16 years agox264 interlaced encoding option
bcoudurier [Wed, 4 Jun 2008 00:56:36 +0000 (00:56 +0000)]
x264 interlaced encoding option

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

16 years agocleanup, remove useless parentheses
bcoudurier [Wed, 4 Jun 2008 00:44:43 +0000 (00:44 +0000)]
cleanup, remove useless parentheses

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

16 years agoreturn error on frame sync error
jbr [Wed, 4 Jun 2008 00:31:20 +0000 (00:31 +0000)]
return error on frame sync error

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

16 years agoprevent crash when dba params are invalid
jbr [Tue, 3 Jun 2008 23:34:26 +0000 (23:34 +0000)]
prevent crash when dba params are invalid

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

16 years agoFix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.
diego [Tue, 3 Jun 2008 22:10:53 +0000 (22:10 +0000)]
Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.
patch by Rafaël Carré, funman videolan org

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

16 years agoupdate regression tests for ts due to r13641
bcoudurier [Tue, 3 Jun 2008 17:59:24 +0000 (17:59 +0000)]
update regression tests for ts due to r13641

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

16 years agoSample tested and the code worked so the comment is removed
banan [Tue, 3 Jun 2008 16:46:38 +0000 (16:46 +0000)]
Sample tested and the code worked so the comment is removed

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

16 years agoMake long_names in lavf/lavdev optional depending on CONFIG_SMALL.
diego [Tue, 3 Jun 2008 16:20:54 +0000 (16:20 +0000)]
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
patch by Stefano Sabatini, stefano.sabatini-lala poste.it
along with some spelling/consistency fixes for the long names by me

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

16 years agoEnsure the first audio stream is selected as the default stream
aurel [Tue, 3 Jun 2008 15:19:43 +0000 (15:19 +0000)]
Ensure the first audio stream is selected as the default stream
when no video stream is present.

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

16 years agoadjust comment to reality
aurel [Tue, 3 Jun 2008 15:14:21 +0000 (15:14 +0000)]
adjust comment to reality

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

16 years agomatroskadec: sane default value for track->time_scale
aurel [Tue, 3 Jun 2008 15:09:30 +0000 (15:09 +0000)]
matroskadec: sane default value for track->time_scale

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

16 years agosmall spelling/wording fixes
diego [Tue, 3 Jun 2008 11:56:09 +0000 (11:56 +0000)]
small spelling/wording fixes

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

16 years agoff_fetch_timestamp() prototype
michael [Tue, 3 Jun 2008 03:12:56 +0000 (03:12 +0000)]
ff_fetch_timestamp() prototype

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

16 years agoIn mpeg1/2 timestamps (against all logic) are associated with
michael [Tue, 3 Jun 2008 02:43:17 +0000 (02:43 +0000)]
In mpeg1/2 timestamps (against all logic) are associated with
picture start codes and not with access units. Fix the parser to
handle that properly. This was a very long standing bug ...
The change to the seek regressions is because the mpeg ts muxer
stores too many invalid and randomized timestamps which overflow
the 4 entry buffer we use in the parser.

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

16 years agoadd pretty common .m2t as ts extension
bcoudurier [Tue, 3 Jun 2008 00:55:05 +0000 (00:55 +0000)]
add pretty common .m2t as ts extension

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

16 years agofix continuity counter to start at 0
bcoudurier [Tue, 3 Jun 2008 00:53:33 +0000 (00:53 +0000)]
fix continuity counter to start at 0

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

16 years agoMake update_initial_durations() also work if a dts occured before a
michael [Tue, 3 Jun 2008 00:50:22 +0000 (00:50 +0000)]
Make update_initial_durations() also work if a dts occured before a
sequence header (that is a few known dts/pts but no known durations
previously)
cnnts1.mpg is one sample affected by this.

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

16 years agoDo not set pts in update_initial_durations() if stream has b frames.
michael [Tue, 3 Jun 2008 00:43:56 +0000 (00:43 +0000)]
Do not set pts in update_initial_durations() if stream has b frames.

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

16 years agoimprove installation path selection
mru [Mon, 2 Jun 2008 23:51:36 +0000 (23:51 +0000)]
improve installation path selection

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

16 years agocosmetics: Split all path variables into their own list.
diego [Mon, 2 Jun 2008 23:47:33 +0000 (23:47 +0000)]
cosmetics: Split all path variables into their own list.

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

16 years agomatroskadec: fix potential mem leak
aurel [Mon, 2 Jun 2008 23:37:14 +0000 (23:37 +0000)]
matroskadec: fix potential mem leak
may or may not fix CID134 and CID135

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

16 years agomatroskadec: avoid potential mem leak
aurel [Mon, 2 Jun 2008 23:27:14 +0000 (23:27 +0000)]
matroskadec: avoid potential mem leak
fix CID120

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

16 years agoreorganize matroska_add_stream() to fix potential mem leak and buffer overflow
aurel [Mon, 2 Jun 2008 23:07:41 +0000 (23:07 +0000)]
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow
fix CID44

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

16 years agomatroskadec: move ARRAY_SIZE() macro at top of the file
aurel [Mon, 2 Jun 2008 23:01:14 +0000 (23:01 +0000)]
matroskadec: move ARRAY_SIZE() macro at top of the file

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

16 years agobump micro version after commit r13615
aurel [Mon, 2 Jun 2008 23:00:04 +0000 (23:00 +0000)]
bump micro version after commit r13615

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

16 years agofix servertest in out of tree builds
mru [Mon, 2 Jun 2008 22:56:58 +0000 (22:56 +0000)]
fix servertest in out of tree builds

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

16 years agoprint correct mpeg-2 broken_link value, and print closed_gop
bcoudurier [Mon, 2 Jun 2008 19:04:14 +0000 (19:04 +0000)]
print correct mpeg-2 broken_link value, and print closed_gop

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

16 years agoRemove warning that could never be triggered.
vitor [Mon, 2 Jun 2008 18:29:04 +0000 (18:29 +0000)]
Remove warning that could never be triggered.

Thanks Mkhodor for pointing it out.

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

16 years agoindent
michael [Mon, 2 Jun 2008 14:54:19 +0000 (14:54 +0000)]
indent

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

16 years agoOnly store timestamps when there are timestamps.
michael [Mon, 2 Jun 2008 14:53:54 +0000 (14:53 +0000)]
Only store timestamps when there are timestamps.

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

16 years agoOur MPEG-TS demuser does not sent complete PES packets but sends them
michael [Mon, 2 Jun 2008 14:40:27 +0000 (14:40 +0000)]
Our MPEG-TS demuser does not sent complete PES packets but sends them
piecewise, thus the end values cannot be used for associating timestamps.

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

16 years agoMove new field to the end to avoid ABI breakage, i thought this struct
michael [Mon, 2 Jun 2008 14:23:25 +0000 (14:23 +0000)]
Move new field to the end to avoid ABI breakage, i thought this struct
isnt used from the outside but after rethinking it of course has to be
used if someone wants to use a parser without a lavf demuxer.

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

16 years agocosmetic
michael [Mon, 2 Jun 2008 13:14:01 +0000 (13:14 +0000)]
cosmetic

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

16 years agoAllow matching timestamps to be removed by fetch_timestamp().
michael [Mon, 2 Jun 2008 13:12:54 +0000 (13:12 +0000)]
Allow matching timestamps to be removed by fetch_timestamp().

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

16 years agoAdd off argument so that fetch_timestamp can search for timestamps
michael [Mon, 2 Jun 2008 13:09:56 +0000 (13:09 +0000)]
Add off argument so that fetch_timestamp can search for timestamps
not associated with the first byte of access units.

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

16 years agoFactorize fetch_timestamp() into its own function
michael [Mon, 2 Jun 2008 13:05:38 +0000 (13:05 +0000)]
Factorize fetch_timestamp() into its own function

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

16 years agounused variable
michael [Mon, 2 Jun 2008 13:01:23 +0000 (13:01 +0000)]
unused variable

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

16 years agoAudio channels and sample rate must be set in order to skip
andoma [Mon, 2 Jun 2008 09:15:04 +0000 (09:15 +0000)]
Audio channels and sample rate must be set in order to skip
additional probing of a stream.

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

16 years agorename last_frame_offset to next_frame_offset, due to r13615
bcoudurier [Mon, 2 Jun 2008 04:08:30 +0000 (04:08 +0000)]
rename last_frame_offset to next_frame_offset, due to r13615

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

16 years agocosmetics, remove table_ prefix
bcoudurier [Mon, 2 Jun 2008 03:12:43 +0000 (03:12 +0000)]
cosmetics, remove table_ prefix

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

16 years agoindent
michael [Mon, 2 Jun 2008 03:10:40 +0000 (03:10 +0000)]
indent

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

16 years agoRename last_frame_offset to next_frame_offset.
michael [Mon, 2 Jun 2008 03:10:00 +0000 (03:10 +0000)]
Rename last_frame_offset to next_frame_offset.
(it was and is the next not the last)

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

16 years agooptimize, merge offset bits in vlc code
bcoudurier [Mon, 2 Jun 2008 03:07:32 +0000 (03:07 +0000)]
optimize, merge offset bits in vlc code

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

16 years agoSimplify parser core.
michael [Mon, 2 Jun 2008 02:55:30 +0000 (02:55 +0000)]
Simplify parser core.

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

16 years agomove some AC3HeaderInfo struct fields to the Coded elements group.
jbr [Mon, 2 Jun 2008 02:54:46 +0000 (02:54 +0000)]
move some AC3HeaderInfo struct fields to the Coded elements group.

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

16 years agoreturn if bitrate is not specified or too low
bcoudurier [Sun, 1 Jun 2008 21:29:45 +0000 (21:29 +0000)]
return if bitrate is not specified or too low

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

16 years agoadd context_to_name func for logging
bcoudurier [Sun, 1 Jun 2008 20:51:44 +0000 (20:51 +0000)]
add context_to_name func for logging

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

16 years agoReplace comments by error messages.
vitor [Sun, 1 Jun 2008 19:51:33 +0000 (19:51 +0000)]
Replace comments by error messages.

Thanks to Mkhodor for the tip.

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

16 years agoCosmetics
vitor [Sun, 1 Jun 2008 19:36:54 +0000 (19:36 +0000)]
Cosmetics

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

16 years agoRename dec2() function
vitor [Sun, 1 Jun 2008 19:36:43 +0000 (19:36 +0000)]
Rename dec2() function

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

16 years agoRename var
vitor [Sun, 1 Jun 2008 19:35:04 +0000 (19:35 +0000)]
Rename var

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

16 years agoRename dec1() to a more descriptive name
vitor [Sun, 1 Jun 2008 19:33:17 +0000 (19:33 +0000)]
Rename dec1() to a more descriptive name

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

16 years agoThe function dec1() do two completly unrelated things. Split the rms calculation...
vitor [Sun, 1 Jun 2008 19:30:07 +0000 (19:30 +0000)]
The function dec1() do two completly unrelated things. Split the rms calculation out of it.

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

16 years agoCheck whether the memory allocation for extradata succeeded. Fixes issue 472.
takis [Sun, 1 Jun 2008 16:25:05 +0000 (16:25 +0000)]
Check whether the memory allocation for extradata succeeded. Fixes issue 472.

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

16 years agomatroskadec: use the proper timestamp scaling for index entries
aurel [Sun, 1 Jun 2008 14:41:53 +0000 (14:41 +0000)]
matroskadec: use the proper timestamp scaling for index entries

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

16 years agomatroskadec: read TrackTimecodeScale and set timebase accordingly
aurel [Sun, 1 Jun 2008 13:54:11 +0000 (13:54 +0000)]
matroskadec: read TrackTimecodeScale and set timebase accordingly
patch by Anton Khirnov   wyskas _at_ gmail _dot_ com

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

16 years agomatroskadec: silently discard some element ID that we don't care about
aurel [Sun, 1 Jun 2008 13:39:54 +0000 (13:39 +0000)]
matroskadec: silently discard some element ID that we don't care about
patch by Anton Khirnov   wyskas _at_ gmail _dot_ com

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

16 years agoYet more variable renaming
vitor [Sun, 1 Jun 2008 13:30:15 +0000 (13:30 +0000)]
Yet more variable renaming

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

16 years agoMore variable renaming
vitor [Sun, 1 Jun 2008 13:28:41 +0000 (13:28 +0000)]
More variable renaming

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

16 years agoRename functions
vitor [Sun, 1 Jun 2008 13:17:22 +0000 (13:17 +0000)]
Rename functions

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

16 years agoRename variables
vitor [Sun, 1 Jun 2008 13:16:13 +0000 (13:16 +0000)]
Rename variables

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

16 years agoMacro suggested by Michael which will be used to disable the
takis [Sun, 1 Jun 2008 07:37:43 +0000 (07:37 +0000)]
Macro suggested by Michael which will be used to disable the
definition of long_name strings in libavcodec and libavformat.
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agomemcpy considering output width, not src linesize, fix segv with av_picture_pad
bcoudurier [Sun, 1 Jun 2008 02:28:33 +0000 (02:28 +0000)]
memcpy considering output width, not src linesize, fix segv with av_picture_pad

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

16 years agogive context to av_log
bcoudurier [Sun, 1 Jun 2008 02:21:53 +0000 (02:21 +0000)]
give context to av_log

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

16 years agoadd \n to error message
bcoudurier [Sun, 1 Jun 2008 02:01:22 +0000 (02:01 +0000)]
add \n to error message

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

16 years agoPrevent scalefactors from overflowing.
michael [Sun, 1 Jun 2008 01:07:59 +0000 (01:07 +0000)]
Prevent scalefactors from overflowing.
fixes issue351

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

16 years agocosmetics: add a comment, remove a comment
jbr [Sat, 31 May 2008 22:12:49 +0000 (22:12 +0000)]
cosmetics: add a comment, remove a comment

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

16 years agosimplify
jbr [Sat, 31 May 2008 22:12:01 +0000 (22:12 +0000)]
simplify

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

16 years agoset lfe params at frame init instead of in every block
jbr [Sat, 31 May 2008 21:57:45 +0000 (21:57 +0000)]
set lfe params at frame init instead of in every block

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

16 years agoonly calculate number of exponent groups when exponents are not reused.
jbr [Sat, 31 May 2008 21:53:31 +0000 (21:53 +0000)]
only calculate number of exponent groups when exponents are not reused.

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

16 years agocosmetics: remove unneeded braces
jbr [Sat, 31 May 2008 21:37:28 +0000 (21:37 +0000)]
cosmetics: remove unneeded braces

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

16 years ago10l: cosmetics
jbr [Sat, 31 May 2008 19:59:10 +0000 (19:59 +0000)]
10l: cosmetics

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

16 years agonew dba values requires running last 2 bit allocation stages
jbr [Sat, 31 May 2008 19:56:54 +0000 (19:56 +0000)]
new dba values requires running last 2 bit allocation stages

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

16 years agoAdd a few newlines to 'ffmpeg -h' output to make it more readable.
diego [Sat, 31 May 2008 18:36:44 +0000 (18:36 +0000)]
Add a few newlines to 'ffmpeg -h' output to make it more readable.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoget_transform_coeffs() never returns an error, so make the function and its children...
jbr [Sat, 31 May 2008 16:04:41 +0000 (16:04 +0000)]
get_transform_coeffs() never returns an error, so make the function and its children return void.

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

16 years agoAdd doxy comments to eq() and do_voice()
vitor [Sat, 31 May 2008 15:37:41 +0000 (15:37 +0000)]
Add doxy comments to eq() and do_voice()

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

16 years agouse enum value for CRC error
jbr [Sat, 31 May 2008 15:31:57 +0000 (15:31 +0000)]
use enum value for CRC error

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

16 years agomove header error logging to after CRC check
jbr [Sat, 31 May 2008 15:30:55 +0000 (15:30 +0000)]
move header error logging to after CRC check

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

16 years agoMinor simplification
vitor [Sat, 31 May 2008 14:38:34 +0000 (14:38 +0000)]
Minor simplification

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

16 years agoRename variable
vitor [Sat, 31 May 2008 14:36:46 +0000 (14:36 +0000)]
Rename variable

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

16 years agoRemove useless intermediate variable
vitor [Sat, 31 May 2008 14:34:35 +0000 (14:34 +0000)]
Remove useless intermediate variable

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