Michael Niedermayer
|
6e1aa0f383
|
Fill missing pts in during muxing when we know that they are equal to dts.
Originally committed as revision 13970 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-25 18:31:48 +00:00 |
|
Michael Niedermayer
|
c924ca78b6
|
We cannot calculate the duration of vorbis packets even if we do know the
"minimal" frame_size.
Originally committed as revision 13969 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-25 18:15:04 +00:00 |
|
Luca Abeni
|
a4696aa2fe
|
Remove improper usage of AV_TIME_BASE_Q
Originally committed as revision 13960 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-25 11:55:57 +00:00 |
|
Michael Niedermayer
|
796d200a77
|
Prevent duration calculation code from generating random durations for
vorbis in ogg.
Originally committed as revision 13958 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-24 23:56:16 +00:00 |
|
Luca Abeni
|
309d32b0db
|
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP
Originally committed as revision 13943 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-24 11:07:04 +00:00 |
|
Diego Biurrun
|
07cb073bf9
|
Remove unused variable, fixes the warning:
libavformat/rmdec.c:280: warning: unused variable 'i'
Originally committed as revision 13909 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 08:52:44 +00:00 |
|
Baptiste Coudurier
|
d4fdba0df7
|
chinese avs demuxing support, demux AVSFileFormat.mp4
Originally committed as revision 13899 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 23:52:57 +00:00 |
|
Evgeniy Stepanov
|
5e8477b011
|
matroskadec: decode track private data if needed
original patch by Evgeniy Stepanov eugeni.stepanov _at_ gmail _dot_ com
Originally committed as revision 13892 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 15:52:28 +00:00 |
|
Evgeniy Stepanov
|
935ec5a1d5
|
matroskadec: move buffer decoding code to a separate function
original patch by Evgeniy Stepanov eugeni.stepanov _at_ gmail.com
Originally committed as revision 13891 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 15:49:44 +00:00 |
|
Aurelien Jacobs
|
51e1cc16d3
|
matroskadec: fix a memory leak
Originally committed as revision 13890 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 15:46:36 +00:00 |
|
Baptiste Coudurier
|
fabb990ec2
|
cosmetics, pts->dts
Originally committed as revision 13881 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 08:53:44 +00:00 |
|
Baptiste Coudurier
|
148c8d8018
|
store dts in ffm headers
Originally committed as revision 13880 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 08:50:57 +00:00 |
|
Baptiste Coudurier
|
5e5f75cf8a
|
remove pts set hack, this is no more correct
Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 08:44:58 +00:00 |
|
Baptiste Coudurier
|
dbedf2aae2
|
enable feeder threads
Originally committed as revision 13868 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 01:35:43 +00:00 |
|
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
|
2008-06-22 00:26:25 +00:00 |
|
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
|
2008-06-20 17:22:56 +00:00 |
|
Baptiste Coudurier
|
ccafd47251
|
factorize read_header failure freeing code
Originally committed as revision 13837 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-20 17:16:56 +00:00 |
|
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
|
2008-06-20 07:27:44 +00:00 |
|
Baptiste Coudurier
|
9b64a036c0
|
remove useless close funcs
Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-19 23:25:04 +00:00 |
|
Baptiste Coudurier
|
2562ccb38d
|
remove useless close func
Originally committed as revision 13834 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-19 22:58:13 +00:00 |
|
Baptiste Coudurier
|
6a862b4947
|
remove useless close func
Originally committed as revision 13833 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-19 22:57:00 +00:00 |
|
Baptiste Coudurier
|
9f5d3b13cf
|
ffm has no per stream priv_data anymore
Originally committed as revision 13832 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-19 22:50:17 +00:00 |
|
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
|
2008-06-19 10:31:45 +00:00 |
|
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
|
2008-06-18 09:03:38 +00:00 |
|
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
|
2008-06-18 08:30:50 +00:00 |
|
Aurelien Jacobs
|
ded4241bb0
|
matroskadec: remove some useless code
Originally committed as revision 13783 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-16 23:11:02 +00:00 |
|
Baptiste Coudurier
|
40f8675ccf
|
set correct ftyp minor version for 3gp/2
Originally committed as revision 13774 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-15 01:38:38 +00:00 |
|
Baptiste Coudurier
|
6ba9ed9557
|
invert mode_mov condition
Originally committed as revision 13773 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-14 21:12:51 +00:00 |
|
Baptiste Coudurier
|
d3e4783212
|
simplify
Originally committed as revision 13772 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-14 21:11:16 +00:00 |
|
Baptiste Coudurier
|
3473ca9a25
|
change 3gp/3g2 brands if h264 is present
Originally committed as revision 13771 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-14 21:10:11 +00:00 |
|
Baptiste Coudurier
|
cd70d17f5f
|
simplify ipod brand selection
Originally committed as revision 13770 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-14 21:07:59 +00:00 |
|
Baptiste Coudurier
|
7b0fb8b77a
|
fix warning, write_ftyp return int now
Originally committed as revision 13769 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-14 21:06:10 +00:00 |
|
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
|
2008-06-14 21:05:28 +00:00 |
|
Michael Niedermayer
|
65f526835f
|
I think we are also compliant to iso2.
Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-13 13:52:53 +00:00 |
|
Michael Niedermayer
|
ed6e47c21d
|
Add isom to the compatible brands.
Originally committed as revision 13764 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-13 12:19:01 +00:00 |
|
Michael Niedermayer
|
1560b66714
|
Calculate ftyp size instead of hardcoding it.
Originally committed as revision 13763 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-13 11:30:36 +00:00 |
|
Michael Niedermayer
|
a04aec6d1a
|
simplify MODE_3G2
Originally committed as revision 13755 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-12 03:08:41 +00:00 |
|
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
|
2008-06-12 03:08:08 +00:00 |
|
Baptiste Coudurier
|
ce072b2d30
|
cosmetics, reindent
Originally committed as revision 13752 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-12 00:56:54 +00:00 |
|
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
|
2008-06-12 00:55:49 +00:00 |
|
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
|
2008-06-11 19:54:17 +00:00 |
|
Baptiste Coudurier
|
927509e10b
|
indent
Originally committed as revision 13747 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-11 09:40:40 +00:00 |
|
Baptiste Coudurier
|
c6e2c6c9c6
|
support for 3gp metadata
Originally committed as revision 13746 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-11 09:40:22 +00:00 |
|
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
|
2008-06-11 09:35:02 +00:00 |
|
Baptiste Coudurier
|
c55cc074cc
|
write usual brand for ipod format
Originally committed as revision 13744 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-11 09:33:35 +00:00 |
|
Baptiste Coudurier
|
d32d6defee
|
simplify
Originally committed as revision 13743 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-11 09:06:27 +00:00 |
|
Baptiste Coudurier
|
20e22af85a
|
factorize psp metadata
Originally committed as revision 13742 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-11 09:02:01 +00:00 |
|
Baptiste Coudurier
|
f7635edb4d
|
cosmetics
Originally committed as revision 13741 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-11 08:50:41 +00:00 |
|
Baptiste Coudurier
|
c3858df291
|
cosmetics
Originally committed as revision 13740 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-11 08:39:35 +00:00 |
|
Baptiste Coudurier
|
709c9f8de3
|
support alac in ipod m4a format, tested on quicktime
Originally committed as revision 13739 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-11 08:17:38 +00:00 |
|