Baptiste Coudurier
|
c7adbedb08
|
cosmetics, align vertically
Originally committed as revision 14017 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-28 04:53:01 +00:00 |
|
Baptiste Coudurier
|
c187f461f5
|
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file
Originally committed as revision 14016 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-27 21:43:15 +00:00 |
|
Baptiste Coudurier
|
bc4c3a55f5
|
clarify error message about codec tag
Originally committed as revision 14013 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-27 21:29:11 +00:00 |
|
Baptiste Coudurier
|
150611474e
|
give context to av_log
Originally committed as revision 14012 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-27 19:00:04 +00:00 |
|
Baptiste Coudurier
|
a9d9aa3613
|
revert r13867, - reference stdout, I was drunk
Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-25 19:55:00 +00:00 |
|
Baptiste Coudurier
|
f3b5a1a260
|
make av_find_stream_info find frame_size for aac too
Originally committed as revision 13976 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-25 19:30:48 +00:00 |
|
Baptiste Coudurier
|
80b616fca3
|
use http_log now that logfile is setup
Originally committed as revision 13975 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-25 19:00:06 +00:00 |
|
Baptiste Coudurier
|
f10d55ed88
|
move logfile setup right after config parsing
Originally committed as revision 13974 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-25 18:51:54 +00:00 |
|
Baptiste Coudurier
|
f0754ad822
|
remove useless init
Originally committed as revision 13973 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-25 18:51:21 +00:00 |
|
Baptiste Coudurier
|
14c43f918f
|
log when feed is already being received
Originally committed as revision 13939 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-24 02:02:32 +00:00 |
|
Baptiste Coudurier
|
65f2f028ff
|
reindent
Originally committed as revision 13938 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-24 02:00:54 +00:00 |
|
Baptiste Coudurier
|
cb51aef1ab
|
copy extradata if present
Originally committed as revision 13913 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 19:57:58 +00:00 |
|
Baptiste Coudurier
|
b06759549f
|
fix segv, fmt_ctx is not set for rtsp
Originally committed as revision 13910 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 17:57:31 +00:00 |
|
Baptiste Coudurier
|
ace21da3cf
|
cosmetics, braces placement
Originally committed as revision 13908 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 08:12:15 +00:00 |
|
Baptiste Coudurier
|
3ab29d8e4f
|
10l, do not use ctx before being set, fix segv
Originally committed as revision 13906 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 07:28:49 +00:00 |
|
Baptiste Coudurier
|
dc3a6a368c
|
fix compilation, this should be better
Originally committed as revision 13905 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 03:21:40 +00:00 |
|
Baptiste Coudurier
|
4def51fa59
|
10l, move init after possible goto
Originally committed as revision 13904 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 03:18:55 +00:00 |
|
Baptiste Coudurier
|
8f56ccca92
|
simplify, use ist
Originally committed as revision 13903 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 03:18:24 +00:00 |
|
Baptiste Coudurier
|
250be719e4
|
fix source stream, source_index is refering to fmt_in, needs testing
Originally committed as revision 13902 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 03:16:24 +00:00 |
|
Baptiste Coudurier
|
d80904cc87
|
simplify
Originally committed as revision 13901 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 02:41:06 +00:00 |
|
Baptiste Coudurier
|
e21ac20921
|
no need to print date anymore since done in http_log
Originally committed as revision 13900 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-23 02:16:00 +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 |
|
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 |
|