]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoadd AVOption support in ffserver configuration file
Baptiste Coudurier [Mon, 9 Jun 2008 00:25:33 +0000 (00:25 +0000)]
add AVOption support in ffserver configuration file

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

16 years agoremove ugly ffm_nopts hack, use AVFormatContext->timestamp
Baptiste Coudurier [Mon, 9 Jun 2008 00:24:29 +0000 (00:24 +0000)]
remove ugly ffm_nopts hack, use AVFormatContext->timestamp

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

16 years agoFix typo in the names of variables assigned to OS-specific path variables.
Diego Biurrun [Sun, 8 Jun 2008 21:34:19 +0000 (21:34 +0000)]
Fix typo in the names of variables assigned to OS-specific path variables.

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

16 years agomove rematrixing band table to ac3dec_data.c
Justin Ruggles [Sun, 8 Jun 2008 21:09:02 +0000 (21:09 +0000)]
move rematrixing band table to ac3dec_data.c

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

16 years agoadd ac3dec_data.[c,h]
Justin Ruggles [Sun, 8 Jun 2008 21:08:57 +0000 (21:08 +0000)]
add ac3dec_data.[c,h]

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

16 years agoadd fields needed for E-AC-3 decoding to decode context
Justin Ruggles [Sun, 8 Jun 2008 21:08:53 +0000 (21:08 +0000)]
add fields needed for E-AC-3 decoding to decode context

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

16 years agoSeparating from nellymoserdec.c parts required by encoder
Bartlomiej Wolowiec [Sun, 8 Jun 2008 20:45:18 +0000 (20:45 +0000)]
Separating from nellymoserdec.c parts required by encoder

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

16 years agoOma demuxer
Benjamin Larsson [Sun, 8 Jun 2008 17:12:25 +0000 (17:12 +0000)]
Oma demuxer

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

16 years agoOBJS should end in .o, not .c.
Diego Biurrun [Sun, 8 Jun 2008 14:44:38 +0000 (14:44 +0000)]
OBJS should end in .o, not .c.

Originally committed as revision 27035 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoVIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
Jan Knutar [Sun, 8 Jun 2008 14:44:05 +0000 (14:44 +0000)]
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.

Originally committed as revision 27034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoAdd missing #include, patch by Jan Knutar, jknutar nic fi.
Jan Knutar [Sun, 8 Jun 2008 14:41:44 +0000 (14:41 +0000)]
Add missing #include, patch by Jan Knutar, jknutar nic fi.

Originally committed as revision 27033 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoMake START/STOP_TIMER not require -v 2.
Michael Niedermayer [Sun, 8 Jun 2008 10:55:34 +0000 (10:55 +0000)]
Make START/STOP_TIMER not require -v 2.

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

16 years agoSupport longer paths for and longer names in preset files.
Michael Niedermayer [Sun, 8 Jun 2008 10:52:41 +0000 (10:52 +0000)]
Support longer paths for and longer names in preset files.

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

16 years agoindent
Michael Niedermayer [Sun, 8 Jun 2008 10:48:52 +0000 (10:48 +0000)]
indent

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

16 years agoSearch /usr(/local)/share for preset files as well.
Michael Niedermayer [Sun, 8 Jun 2008 10:48:23 +0000 (10:48 +0000)]
Search /usr(/local)/share for preset files as well.
This also fixed a null pointer dereference if HOME isnt set.

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

16 years agouse unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-lala at...
Stefano Sabatini [Sat, 7 Jun 2008 23:56:00 +0000 (23:56 +0000)]
use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-lala at poste dot it

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

16 years agouse program_name to be more consistent with the banner, patch by Stefano Sabatini...
Stefano Sabatini [Sat, 7 Jun 2008 23:49:26 +0000 (23:49 +0000)]
use program_name to be more consistent with the banner, patch by Stefano Sabatini, stefano dot sabatini-lala at poste dot it

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

16 years agosplit up header parsing function
Justin Ruggles [Sat, 7 Jun 2008 22:30:51 +0000 (22:30 +0000)]
split up header parsing function

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

16 years agostore exp_strategy for all blocks in decode context
Justin Ruggles [Sat, 7 Jun 2008 22:30:47 +0000 (22:30 +0000)]
store exp_strategy for all blocks in decode context

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

16 years agostore cpl_in_use for all blocks in decode context
Justin Ruggles [Sat, 7 Jun 2008 22:30:43 +0000 (22:30 +0000)]
store cpl_in_use for all blocks in decode context

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

16 years agocosmetics: add and align references to spec variable names
Justin Ruggles [Sat, 7 Jun 2008 22:30:39 +0000 (22:30 +0000)]
cosmetics: add and align references to spec variable names

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

16 years agocosmetics: vertical align
Justin Ruggles [Sat, 7 Jun 2008 22:30:35 +0000 (22:30 +0000)]
cosmetics: vertical align

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

16 years agouse macro constants for array sizes in decode context
Justin Ruggles [Sat, 7 Jun 2008 22:30:31 +0000 (22:30 +0000)]
use macro constants for array sizes in decode context

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

16 years agocosmetics: vertical align
Justin Ruggles [Sat, 7 Jun 2008 22:30:26 +0000 (22:30 +0000)]
cosmetics: vertical align

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

16 years agocosmetics: reorder decode context fields into logical groups
Justin Ruggles [Sat, 7 Jun 2008 22:30:22 +0000 (22:30 +0000)]
cosmetics: reorder decode context fields into logical groups

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

16 years agomove the decode context and some macro constants to a new file, ac3dec.h
Justin Ruggles [Sat, 7 Jun 2008 22:30:16 +0000 (22:30 +0000)]
move the decode context and some macro constants to a new file, ac3dec.h

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

16 years agomove mix level tables from parser to decoder. have parser read bitstream value instea...
Justin Ruggles [Sat, 7 Jun 2008 22:30:09 +0000 (22:30 +0000)]
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder.

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

16 years agoadd more gain levels and adjust mix level tables accordingly.
Justin Ruggles [Sat, 7 Jun 2008 22:30:03 +0000 (22:30 +0000)]
add more gain levels and adjust mix level tables accordingly.

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

16 years agopass bap table to ff_ac3_bit_alloc_calc_bap()
Justin Ruggles [Sat, 7 Jun 2008 22:29:54 +0000 (22:29 +0000)]
pass bap table to ff_ac3_bit_alloc_calc_bap()

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

16 years agoset default mix levels regardless of bitstream id
Justin Ruggles [Sat, 7 Jun 2008 22:29:45 +0000 (22:29 +0000)]
set default mix levels regardless of bitstream id

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

16 years agocosmetics: indent
Justin Ruggles [Sat, 7 Jun 2008 22:29:38 +0000 (22:29 +0000)]
cosmetics: indent

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

16 years agoskip unsupported frame types and substream id's
Justin Ruggles [Sat, 7 Jun 2008 22:29:27 +0000 (22:29 +0000)]
skip unsupported frame types and substream id's

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

16 years agoread frame type from header info into decode context
Justin Ruggles [Sat, 7 Jun 2008 22:29:19 +0000 (22:29 +0000)]
read frame type from header info into decode context

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

16 years agoget substreamid from ac3 parser
Justin Ruggles [Sat, 7 Jun 2008 22:29:11 +0000 (22:29 +0000)]
get substreamid from ac3 parser

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

16 years agoget the number of blocks from the ac3 parser and use in the ac3 decoder.
Justin Ruggles [Sat, 7 Jun 2008 22:29:03 +0000 (22:29 +0000)]
get the number of blocks from the ac3 parser and use in the ac3 decoder.

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

16 years agoRemove my old email address
Roberto Togni [Sat, 7 Jun 2008 13:21:24 +0000 (13:21 +0000)]
Remove my old email address

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

16 years agoRemove my old email address.
Roberto Togni [Sat, 7 Jun 2008 13:14:49 +0000 (13:14 +0000)]
Remove my old email address.
This also fixes the "rtogni is not a valid tag" doxygen warning
Based on a patch by Stefano Sabatini, stefano sabatini lala poste it

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

16 years agoPresets support.
Michael Niedermayer [Sat, 7 Jun 2008 09:12:42 +0000 (09:12 +0000)]
Presets support.
How per codec defaults and ranges will be supported is still being discussed.

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

16 years agoupdate ffm seek tests now that timestamps are fixed
Baptiste Coudurier [Sat, 7 Jun 2008 04:47:48 +0000 (04:47 +0000)]
update ffm seek tests now that timestamps are fixed

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

16 years agofix pts handling in ffm
Baptiste Coudurier [Sat, 7 Jun 2008 00:49:03 +0000 (00:49 +0000)]
fix pts handling in ffm

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

16 years agoReset reading state after successful seek.
Baptiste Coudurier [Sat, 7 Jun 2008 00:35:37 +0000 (00:35 +0000)]
Reset reading state after successful seek.

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

16 years agoRemove wrappers of pcm_read_seek().
Ramiro Polla [Fri, 6 Jun 2008 21:54:07 +0000 (21:54 +0000)]
Remove wrappers of pcm_read_seek().
Last commit missed one file.

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

16 years agoRemove wrappers of pcm_read_seek().
Ramiro Polla [Fri, 6 Jun 2008 21:53:03 +0000 (21:53 +0000)]
Remove wrappers of pcm_read_seek().

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

16 years agoAdd note about not including MinGW's include directory from within MSVC.
Ramiro Polla [Fri, 6 Jun 2008 21:41:09 +0000 (21:41 +0000)]
Add note about not including MinGW's include directory from within MSVC.

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

16 years agooutput_example.c now uses proper include paths.
Ramiro Polla [Fri, 6 Jun 2008 21:37:07 +0000 (21:37 +0000)]
output_example.c now uses proper include paths.

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

16 years agocosmetics, rename first to header, more explicit name
Baptiste Coudurier [Fri, 6 Jun 2008 20:36:16 +0000 (20:36 +0000)]
cosmetics, rename first to header, more explicit name

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

16 years agocosmetics, rename first to header, more explicit name
Baptiste Coudurier [Fri, 6 Jun 2008 20:14:47 +0000 (20:14 +0000)]
cosmetics, rename first to header, more explicit name

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

16 years agoRemove Fabrice's copyright from the Makefiles. They have been entirely
Diego Biurrun [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.

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

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

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

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

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

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

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

16 years agoAdd -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.
Diego Biurrun [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

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

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

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

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

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

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

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

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

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

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

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

16 years agoalloc_size attribute is new to gcc 4.3; don't use it with lesser versions
Måns Rullgård [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

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

16 years agoRemove *lpc_refl from the context. Only the value
Vitor Sessak [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.

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

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

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

16 years agocosmetics: s/Id/id/ in libavformat where Id refers to id Software.
Stefano Sabatini [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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

16 years agoFix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.
Rafaël Carré [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

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

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

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

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

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

16 years agoMake long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini [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

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

16 years agoEnsure the first audio stream is selected as the default stream
Aurelien Jacobs [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.

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

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

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

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

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

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

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

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

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

16 years agoIn mpeg1/2 timestamps are associated with the access unit which
Michael Niedermayer [Tue, 3 Jun 2008 02:43:17 +0000 (02:43 +0000)]
In mpeg1/2 timestamps are associated with the access unit which
contains the first picture startcode that commences in the PES
packet, instead of the first access unit that commences in the
PES packet. 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.

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

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

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

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

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

16 years agoMake update_initial_durations() also work if a dts occured before a
Michael Niedermayer [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.

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

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

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

16 years agoimprove installation path selection
Måns Rullgård [Mon, 2 Jun 2008 23:51:36 +0000 (23:51 +0000)]
improve installation path selection

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

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

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

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

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

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

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

16 years agoreorganize matroska_add_stream() to fix potential mem leak and buffer overflow
Aurelien Jacobs [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

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

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

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

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

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

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

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

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

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

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

Thanks Mkhodor for pointing it out.

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

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

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

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

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

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

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

16 years agoMove new field to the end to avoid ABI breakage, I thought this struct
Michael Niedermayer [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
is not 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.

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

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

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

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

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