Baptiste Coudurier
|
5e5f75cf8a
|
remove pts set hack, this is no more correct
Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
dbedf2aae2
|
enable feeder threads
Originally committed as revision 13868 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
54e5cf132d
|
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking
Originally committed as revision 13856 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
ade8d8b939
|
uniformize AVStream->priv_data freeing in av_close_input_stream
Originally committed as revision 13838 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
ccafd47251
|
factorize read_header failure freeing code
Originally committed as revision 13837 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Art Clarke
|
6919e54c00
|
Check if there is at least a stream before writing trailer.
Patch by Art Clarke: aclarke vlideshow com
Originally committed as revision 13836 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
9b64a036c0
|
remove useless close funcs
Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
2562ccb38d
|
remove useless close func
Originally committed as revision 13834 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
6a862b4947
|
remove useless close func
Originally committed as revision 13833 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
9f5d3b13cf
|
ffm has no per stream priv_data anymore
Originally committed as revision 13832 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Luca Abeni
|
e917464155
|
Fix neverending loop which might happen when sending high-bitrate MPEG2
video over RTP
Originally committed as revision 13813 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Florian Echtler
|
25176d6e22
|
Parse 'dats' as data.
Patch by Florian Echtler: floe butterbrot org
Originally committed as revision 13801 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Art Clarke
|
e3ec60d82a
|
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com
Originally committed as revision 13800 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Aurelien Jacobs
|
ded4241bb0
|
matroskadec: remove some useless code
Originally committed as revision 13783 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
40f8675ccf
|
set correct ftyp minor version for 3gp/2
Originally committed as revision 13774 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
6ba9ed9557
|
invert mode_mov condition
Originally committed as revision 13773 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
d3e4783212
|
simplify
Originally committed as revision 13772 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
3473ca9a25
|
change 3gp/3g2 brands if h264 is present
Originally committed as revision 13771 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
cd70d17f5f
|
simplify ipod brand selection
Originally committed as revision 13770 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
7b0fb8b77a
|
fix warning, write_ftyp return int now
Originally committed as revision 13769 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
835790846c
|
put avc1 brand in compat list when h264 is present
Originally committed as revision 13768 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
65f526835f
|
I think we are also compliant to iso2.
Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
ed6e47c21d
|
Add isom to the compatible brands.
Originally committed as revision 13764 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
1560b66714
|
Calculate ftyp size instead of hardcoding it.
Originally committed as revision 13763 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
a04aec6d1a
|
simplify MODE_3G2
Originally committed as revision 13755 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
2c77994fc8
|
Change MODE_* to 1<<c so several can be set at the same time.
Originally committed as revision 13754 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
ce072b2d30
|
cosmetics, reindent
Originally committed as revision 13752 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
283c9a8ed4
|
don't write double sets of metadata in mov, only write usual ones
Originally committed as revision 13751 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Joakim Plate
|
de6a9a2673
|
matroskadec: set cur_dts after seek
patch by elupus elupus _at_ ecce _dot_ se
Originally committed as revision 13748 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
927509e10b
|
indent
Originally committed as revision 13747 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
c6e2c6c9c6
|
support for 3gp metadata
Originally committed as revision 13746 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
07b7b06d92
|
move utf8 code before udta func, will be used by 3gp tags
Originally committed as revision 13745 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
c55cc074cc
|
write usual brand for ipod format
Originally committed as revision 13744 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
d32d6defee
|
simplify
Originally committed as revision 13743 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
20e22af85a
|
factorize psp metadata
Originally committed as revision 13742 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
f7635edb4d
|
cosmetics
Originally committed as revision 13741 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
c3858df291
|
cosmetics
Originally committed as revision 13740 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
709c9f8de3
|
support alac in ipod m4a format, tested on quicktime
Originally committed as revision 13739 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
ccec1b69c0
|
m4v/m4a are usual itunes/ipod/iphone extensions
Originally committed as revision 13737 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
d88812a91f
|
indent
Originally committed as revision 13736 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
d1d87dfba0
|
rework udta handling, if any track set bitexact, don't write any metadata
Originally committed as revision 13735 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
1dc7ff331a
|
10l, add parentheses
Originally committed as revision 13734 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
cabc1a7dce
|
indent
Originally committed as revision 13733 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
b63ba850c1
|
remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits
Originally committed as revision 13732 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
0724373d2c
|
cosmetics
Originally committed as revision 13731 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
45b2b05f8e
|
Make timestamp debugging work nicer.
Originally committed as revision 13728 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Albert Astals Cid
|
e785efc49a
|
Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.
Originally committed as revision 13727 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
83657f9f1c
|
remove now unneeded vars
Originally committed as revision 13726 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
3c6a9f66b9
|
pass dts and pts through ffm, should fix streaming b frames
Originally committed as revision 13725 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
7080cbe2c8
|
pass extradata through ffm
Originally committed as revision 13721 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |