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
|
78a5c7a5a1
|
update seek reg ref due to r13856
Originally committed as revision 13878 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 07:33:31 +00:00 |
|
Baptiste Coudurier
|
3d9cc27df8
|
move code setting output parameters after possible failure
Originally committed as revision 13876 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 03:42:23 +00:00 |
|
Baptiste Coudurier
|
697efa36c7
|
move code after possible failure, so no need to free
Originally committed as revision 13875 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 03:30:53 +00:00 |
|
Baptiste Coudurier
|
e6f0deab80
|
check av_open_input_stream error
Originally committed as revision 13874 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 03:25:20 +00:00 |
|
Baptiste Coudurier
|
fbc6314428
|
remove return 1, we don't change state, we are still sending data
Originally committed as revision 13873 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 03:20:28 +00:00 |
|
Baptiste Coudurier
|
86771c6804
|
free pb
Originally committed as revision 13872 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 02:34:33 +00:00 |
|
Baptiste Coudurier
|
f2972c8c82
|
use av_open_input_stream
Originally committed as revision 13871 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 02:31:57 +00:00 |
|
Baptiste Coudurier
|
381ec67749
|
do not allocate st->codec, it will be overwritten later; fix memleak
Originally committed as revision 13870 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 02:15:13 +00:00 |
|
Baptiste Coudurier
|
d2ce2f5e5c
|
cosmetics, reindent
Originally committed as revision 13869 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 01:36:15 +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
|
0b459fb2d8
|
log to stderr
Originally committed as revision 13867 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 01:31:37 +00:00 |
|
Baptiste Coudurier
|
bcd3ce5903
|
add callback for av_log
Originally committed as revision 13866 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 01:30:41 +00:00 |
|
Baptiste Coudurier
|
82e0be62ef
|
no need to print date anymore since done in http_log
Originally committed as revision 13865 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 01:13:33 +00:00 |
|
Baptiste Coudurier
|
9fd3442f63
|
use ctime1
Originally committed as revision 13864 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 01:12:39 +00:00 |
|
Baptiste Coudurier
|
124ed1c073
|
print date in http_log
Originally committed as revision 13863 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 01:08:48 +00:00 |
|
Baptiste Coudurier
|
fa288df453
|
remove useless init
Originally committed as revision 13862 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 00:55:23 +00:00 |
|
Baptiste Coudurier
|
f69bb0cc1c
|
merge declaration and init
Originally committed as revision 13861 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 00:54:25 +00:00 |
|
Baptiste Coudurier
|
2b9cd1e78a
|
reindent
Originally committed as revision 13860 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 00:53:28 +00:00 |
|
Baptiste Coudurier
|
d2a1ea1d9b
|
http or rtsp only support
Originally committed as revision 13859 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 00:52:22 +00:00 |
|
Baptiste Coudurier
|
3296409d5c
|
fix open return check
Originally committed as revision 13858 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 00:33:08 +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
|
60a04f7fc9
|
use av_seek_frame to flush demxu pending packets, fixes seeking, should have been done when av_find_stream_info was added
Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 00:22:21 +00:00 |
|
Baptiste Coudurier
|
f8b06be970
|
free c->pb_buffer before overwriting it, fix memleak
Originally committed as revision 13853 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 06:08:59 +00:00 |
|
Baptiste Coudurier
|
f7d321bc03
|
update reg ref due to r13851
Originally committed as revision 13852 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 04:03:17 +00:00 |
|
Baptiste Coudurier
|
4f0a942bae
|
return 1 when error during write frame, state changed
Originally committed as revision 13851 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:55:25 +00:00 |
|
Baptiste Coudurier
|
8aae202e44
|
set default preload and max_delay for muxer to avoid mpeg ps muxer to spit many underflow errors, use ffmpeg default values
Originally committed as revision 13850 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:43:16 +00:00 |
|
Baptiste Coudurier
|
177d256402
|
change bandwidth to unsigned
Originally committed as revision 13849 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:38:49 +00:00 |
|
Baptiste Coudurier
|
794ac28c52
|
remove useless init, logfilename is static
Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:37:04 +00:00 |
|
Baptiste Coudurier
|
acae1492cf
|
use http_log when log file is setup
Originally committed as revision 13847 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:35:48 +00:00 |
|
Baptiste Coudurier
|
4e8f77ab61
|
always use stdout to log when running in debug mode
Originally committed as revision 13846 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:34:18 +00:00 |
|
Baptiste Coudurier
|
b43bf8acf1
|
rescale duration when outputting packet
Originally committed as revision 13845 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:32:37 +00:00 |
|
Baptiste Coudurier
|
050056d08c
|
log accept error
Originally committed as revision 13844 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:31:30 +00:00 |
|
Baptiste Coudurier
|
b4befb99c2
|
use http_log when log file is setup
Originally committed as revision 13843 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:29:59 +00:00 |
|
Baptiste Coudurier
|
0dc17c21ec
|
upgrade bandwidth config to use int64_t, raise limit
Originally committed as revision 13842 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:26:24 +00:00 |
|
Baptiste Coudurier
|
1ad8289ede
|
upgrade bandwidth to uint64_t
Originally committed as revision 13841 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:23:51 +00:00 |
|
Baptiste Coudurier
|
9507a12e42
|
add static
Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-21 03:21:29 +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 |
|
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 |
|
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 |
|
Baptiste Coudurier
|
837d248df6
|
enable stream copy with ffserver, to be able to chain
Originally committed as revision 13753 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-12 01:43:52 +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 |
|
Baptiste Coudurier
|
6dfafe109d
|
set log debug when avformat debug is set
Originally committed as revision 13750 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-11 23:45:00 +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 |
|
Baptiste Coudurier
|
39883fffa7
|
remove useless wrapper func
Originally committed as revision 13738 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-10 19:21:40 +00:00 |
|
Baptiste Coudurier
|
ccec1b69c0
|
m4v/m4a are usual itunes/ipod/iphone extensions
Originally committed as revision 13737 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 22:14:58 +00:00 |
|
Baptiste Coudurier
|
d88812a91f
|
indent
Originally committed as revision 13736 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 20:14:09 +00:00 |
|
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
|
2008-06-09 20:13:44 +00:00 |
|
Baptiste Coudurier
|
1dc7ff331a
|
10l, add parentheses
Originally committed as revision 13734 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 19:58:35 +00:00 |
|
Baptiste Coudurier
|
cabc1a7dce
|
indent
Originally committed as revision 13733 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 19:56:59 +00:00 |
|
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
|
2008-06-09 19:56:45 +00:00 |
|
Baptiste Coudurier
|
0724373d2c
|
cosmetics
Originally committed as revision 13731 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 18:23:06 +00:00 |
|
Baptiste Coudurier
|
83657f9f1c
|
remove now unneeded vars
Originally committed as revision 13726 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 07:43:59 +00:00 |
|
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
|
2008-06-09 07:43:14 +00:00 |
|
Baptiste Coudurier
|
8983aa337c
|
enable global_header flag for audio and video encoding, was wrongly part of commit r13722
Originally committed as revision 13724 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 01:21:57 +00:00 |
|
Baptiste Coudurier
|
02226bc8a5
|
revert wrong part of r13722 commit
Originally committed as revision 13723 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 01:20:14 +00:00 |
|
Baptiste Coudurier
|
febea2f2e1
|
uniformize trellis quant option
Originally committed as revision 13722 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 00:43:07 +00:00 |
|
Baptiste Coudurier
|
7080cbe2c8
|
pass extradata through ffm
Originally committed as revision 13721 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 00:36:27 +00:00 |
|
Baptiste Coudurier
|
d8b1dffbc5
|
remove unneeded ffmpeg commandline switches, and enable quiet mode
Originally committed as revision 13720 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 00:26:25 +00:00 |
|
Baptiste Coudurier
|
7ab088648b
|
add AVOption support in ffserver configuration file
Originally committed as revision 13719 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 00:25:33 +00:00 |
|
Baptiste Coudurier
|
3438d82d4b
|
remove ugly ffm_nopts hack, use AVFormatContext->timestamp
Originally committed as revision 13718 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-09 00:24:29 +00:00 |
|
Baptiste Coudurier
|
8a4f5983ee
|
update ffm seek tests now that timestamps are fixed
Originally committed as revision 13684 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-07 04:47:48 +00:00 |
|
Baptiste Coudurier
|
2940b38ef2
|
fix pts handling in ffm
Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-07 00:49:03 +00:00 |
|
Baptiste Coudurier
|
c07d64c890
|
Reset reading state after successful seek.
Originally committed as revision 13682 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-07 00:35:37 +00:00 |
|
Baptiste Coudurier
|
b30bb5357d
|
cosmetics, rename first to header, more explicit name
Originally committed as revision 13677 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-06 20:36:16 +00:00 |
|
Baptiste Coudurier
|
a1011180d5
|
cosmetics, rename first to header, more explicit name
Originally committed as revision 13676 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-06 20:14:47 +00:00 |
|
Baptiste Coudurier
|
89223ef698
|
add esa/dia compat me options and new tesa for libx264
Originally committed as revision 13660 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-05 01:57:35 +00:00 |
|
Baptiste Coudurier
|
d9e5c9b718
|
x264 interlaced encoding option
Originally committed as revision 13656 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-04 00:56:36 +00:00 |
|
Baptiste Coudurier
|
682a48a107
|
cleanup, remove useless parentheses
Originally committed as revision 13655 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-04 00:44:43 +00:00 |
|
Baptiste Coudurier
|
995877956f
|
update regression tests for ts due to r13641
Originally committed as revision 13651 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-03 17:59:24 +00:00 |
|
Baptiste Coudurier
|
d3ad044ad5
|
add pretty common .m2t as ts extension
Originally committed as revision 13642 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-03 00:55:05 +00:00 |
|
Baptiste Coudurier
|
3654a16dc9
|
fix continuity counter to start at 0
Originally committed as revision 13641 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-03 00:53:33 +00:00 |
|
Baptiste Coudurier
|
ce8f4fb388
|
print correct mpeg-2 broken_link value, and print closed_gop
Originally committed as revision 13630 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 19:04:14 +00:00 |
|
Baptiste Coudurier
|
c5577c403f
|
rename last_frame_offset to next_frame_offset, due to r13615
Originally committed as revision 13618 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 04:08:30 +00:00 |
|
Baptiste Coudurier
|
b73e868b4e
|
cosmetics, remove table_ prefix
Originally committed as revision 13617 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 03:12:43 +00:00 |
|
Baptiste Coudurier
|
556eec43ef
|
optimize, merge offset bits in vlc code
Originally committed as revision 13614 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 03:07:32 +00:00 |
|
Baptiste Coudurier
|
892d226857
|
return if bitrate is not specified or too low
Originally committed as revision 13611 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-01 21:29:45 +00:00 |
|
Baptiste Coudurier
|
778346e3da
|
add context_to_name func for logging
Originally committed as revision 13610 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-01 20:51:44 +00:00 |
|
Baptiste Coudurier
|
ce3d365f2f
|
restore needed cast to correct type with const
Originally committed as revision 26957 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
2008-06-01 19:08:16 +00:00 |
|