Baptiste Coudurier
|
550f6f974b
|
parse video frame headers to get key flag
Originally committed as revision 7104 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-16 15:49:54 +00:00 |
|
Baptiste Coudurier
|
43a8686416
|
print error when unsupported sample rate is used with swf
Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-16 11:19:03 +00:00 |
|
Baptiste Coudurier
|
a57d13b713
|
throw error if unsupported resolution is used with h261
Originally committed as revision 7097 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-16 09:58:34 +00:00 |
|
Baptiste Coudurier
|
3666f75d33
|
make option field const
Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-16 00:29:15 +00:00 |
|
Baptiste Coudurier
|
4e762357ee
|
add movenc.c maintainers
Originally committed as revision 7088 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-15 13:44:49 +00:00 |
|
Baptiste Coudurier
|
1fc17d1582
|
add 422P@HL I-only universal label
Originally committed as revision 7060 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-14 14:54:40 +00:00 |
|
Baptiste Coudurier
|
8cb976931a
|
partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4
Originally committed as revision 7032 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-14 01:05:31 +00:00 |
|
Baptiste Coudurier
|
9cc6be9d27
|
add low delay forcing option for mpeg1/2 encoding
Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-13 11:30:26 +00:00 |
|
Baptiste Coudurier
|
5e8b05f8df
|
report error when local tag has 0 size
Originally committed as revision 6962 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-10 14:04:44 +00:00 |
|
Baptiste Coudurier
|
cbee7a6944
|
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-09 11:37:30 +00:00 |
|
Baptiste Coudurier
|
95a07973cb
|
support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov
Originally committed as revision 6951 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-09 00:09:27 +00:00 |
|
Baptiste Coudurier
|
9d210bb42b
|
typo
Originally committed as revision 6934 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-07 13:50:41 +00:00 |
|
Baptiste Coudurier
|
80d617f5b4
|
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag
Originally committed as revision 6933 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-07 13:45:08 +00:00 |
|
Baptiste Coudurier
|
1766295516
|
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
Originally committed as revision 6930 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-07 09:46:57 +00:00 |
|
Baptiste Coudurier
|
79e7b9609e
|
include parser.h instead of mpegvideo.h
Originally committed as revision 6916 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-06 10:47:41 +00:00 |
|
Baptiste Coudurier
|
7d6b1abe1a
|
rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static
Originally committed as revision 6915 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-06 10:46:54 +00:00 |
|
Baptiste Coudurier
|
4067d81be2
|
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c
Originally committed as revision 6914 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-06 10:43:49 +00:00 |
|
Baptiste Coudurier
|
8a7bde1ca9
|
move check for output file streams num in av_encode
Originally committed as revision 6907 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-05 20:08:26 +00:00 |
|
Baptiste Coudurier
|
8cd13128b8
|
use AVRational and ff_frame_rate_tab for frame_rate
Originally committed as revision 6905 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-05 19:24:23 +00:00 |
|
Baptiste Coudurier
|
bc52b0c518
|
remove useless line variable
Originally committed as revision 6901 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-05 15:10:33 +00:00 |
|
Baptiste Coudurier
|
b190aa8919
|
fix decoding position
Originally committed as revision 6900 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-05 15:06:12 +00:00 |
|
Baptiste Coudurier
|
3c88ea2476
|
update docs to reflect AVImageFormat removing
Originally committed as revision 6899 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-05 13:31:57 +00:00 |
|
Baptiste Coudurier
|
48855b26d4
|
do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov
Originally committed as revision 6890 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-03 16:19:14 +00:00 |
|
Baptiste Coudurier
|
80c5b9a161
|
indention
Originally committed as revision 6886 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-03 15:04:47 +00:00 |
|
Baptiste Coudurier
|
152e9a43f2
|
reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4
Originally committed as revision 6885 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-03 15:02:51 +00:00 |
|
Baptiste Coudurier
|
f932cdf209
|
kill AVImageFormat
Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-02 23:22:23 +00:00 |
|
Baptiste Coudurier
|
93481fe5fe
|
change gif muxer to simple gif encoder
Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-02 23:13:34 +00:00 |
|
Baptiste Coudurier
|
a512446ed3
|
clean, always write major brand for debug
Originally committed as revision 6862 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-01 19:16:18 +00:00 |
|
Baptiste Coudurier
|
02799762c6
|
remove useless mp4 field
Originally committed as revision 6861 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-01 19:12:07 +00:00 |
|
Baptiste Coudurier
|
f45b744cb7
|
simplify
Originally committed as revision 6855 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-01 17:56:22 +00:00 |
|
Baptiste Coudurier
|
aa90239fd9
|
mov vfr muxing
Originally committed as revision 6854 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-11-01 17:27:39 +00:00 |
|
Baptiste Coudurier
|
55bdd34d1a
|
remove gcc warning about void * used in arithmetic
Originally committed as revision 6845 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-30 23:59:52 +00:00 |
|
Baptiste Coudurier
|
18de0b81d5
|
fflags can/will be used for muxing too
Originally committed as revision 6802 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-27 10:53:08 +00:00 |
|
Baptiste Coudurier
|
b59cb45632
|
remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway
Originally committed as revision 6793 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-25 22:50:49 +00:00 |
|
Baptiste Coudurier
|
47babca839
|
indention
Originally committed as revision 6768 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 17:25:16 +00:00 |
|
Baptiste Coudurier
|
20da94e8c5
|
activate gif decoder, seems to work fine on showdown2.mov
Originally committed as revision 6767 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 16:17:02 +00:00 |
|
Baptiste Coudurier
|
bcd872a73f
|
removed useless variables
Originally committed as revision 6766 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 16:12:13 +00:00 |
|
Baptiste Coudurier
|
d54d396d08
|
use avctx->get_buffer
Originally committed as revision 6765 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 16:10:04 +00:00 |
|
Baptiste Coudurier
|
a7fb3a9600
|
remove unused variables
Originally committed as revision 6764 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 15:15:15 +00:00 |
|
Baptiste Coudurier
|
1e22f00d79
|
printf -> dprintf
Originally committed as revision 6763 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 15:11:51 +00:00 |
|
Baptiste Coudurier
|
8e57cae794
|
indention
Originally committed as revision 6762 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 15:09:32 +00:00 |
|
Baptiste Coudurier
|
6f9e492acf
|
add gif support
Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 15:07:25 +00:00 |
|
Baptiste Coudurier
|
06d392a7cc
|
change gif demuxer to gif decoder
Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 15:05:03 +00:00 |
|
Baptiste Coudurier
|
14f283d849
|
disable annoying debug messages
Originally committed as revision 6758 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-22 14:14:36 +00:00 |
|
Baptiste Coudurier
|
d966b2f0db
|
warn about zlib support needed if file has compressed moov atom
Originally committed as revision 6747 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-20 13:06:50 +00:00 |
|
Baptiste Coudurier
|
99fd05cbdd
|
use AVFormatContext to log
Originally committed as revision 6731 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-18 15:10:14 +00:00 |
|
Baptiste Coudurier
|
708e3e7d2d
|
simplify pcm read seek, use av_get_bits_per_sample
Originally committed as revision 6728 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-18 11:57:24 +00:00 |
|
Baptiste Coudurier
|
5b9d79bd77
|
avoid overwriting pkt
Originally committed as revision 6723 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-17 17:44:06 +00:00 |
|
Baptiste Coudurier
|
4d6ac1a47b
|
skip packet if no stream index is found, fix proxy_pal030926.mxf
Originally committed as revision 6721 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-17 11:30:22 +00:00 |
|
Baptiste Coudurier
|
ee71ef5cf4
|
skip run in sequence, fix C0023S01.mxf
Originally committed as revision 6720 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-17 11:23:04 +00:00 |
|
Baptiste Coudurier
|
29f86228a0
|
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-12 12:02:58 +00:00 |
|
Baptiste Coudurier
|
f3239539b9
|
add MXF description
Originally committed as revision 6662 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-11 17:22:23 +00:00 |
|
Baptiste Coudurier
|
d7a3a783ad
|
update GXF status and add description
Originally committed as revision 6661 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-11 17:16:57 +00:00 |
|
Baptiste Coudurier
|
dc56e0de1d
|
update doc, changelog, and increase libavcodec version for .cin files support
Originally committed as revision 6660 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-11 17:14:02 +00:00 |
|
Baptiste Coudurier
|
72450e50a5
|
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-11 16:57:00 +00:00 |
|
Baptiste Coudurier
|
777f46493d
|
fix bit rate
Originally committed as revision 6646 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-11 10:22:21 +00:00 |
|
Baptiste Coudurier
|
d50756cdf9
|
use av_get_bits_per_sample
Originally committed as revision 6645 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-11 10:17:18 +00:00 |
|
Baptiste Coudurier
|
e27d92773e
|
use av_get_bits_per_sample, compute block align if not set
Originally committed as revision 6644 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-11 10:15:05 +00:00 |
|
Baptiste Coudurier
|
8d41fe285b
|
simplify by not writing unneeded codec name to fix segfault when stream copy
Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-11 10:09:45 +00:00 |
|
Baptiste Coudurier
|
c74915cda4
|
fix d-10 mapping detection
Originally committed as revision 6631 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-10 14:29:03 +00:00 |
|
Baptiste Coudurier
|
e395e2865c
|
assign myself to aiff maintainer
Originally committed as revision 6630 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-10 13:27:41 +00:00 |
|
Baptiste Coudurier
|
de9fe002f8
|
rewind completely if sample time is negative
Originally committed as revision 6629 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-10 13:00:50 +00:00 |
|
Baptiste Coudurier
|
4a775c19cd
|
dont seek back if no sync to let eof happen
Originally committed as revision 6628 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-10 12:58:34 +00:00 |
|
Baptiste Coudurier
|
31903634b6
|
quiet gcc about enum value not handled in switch
Originally committed as revision 6624 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-10 09:17:51 +00:00 |
|
Baptiste Coudurier
|
885e691aaf
|
support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf
Originally committed as revision 6561 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-05 09:01:04 +00:00 |
|
Baptiste Coudurier
|
b95d44b6f4
|
remove useless casts
Originally committed as revision 6552 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-04 13:18:51 +00:00 |
|
Baptiste Coudurier
|
58f2a4b07f
|
change extradata type to uint8_t *
Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-04 13:13:07 +00:00 |
|
Baptiste Coudurier
|
2bb7875987
|
mjpeg 4:2:2 encoding support
Originally committed as revision 6550 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-04 12:49:52 +00:00 |
|
Baptiste Coudurier
|
c86ecbb7ce
|
fix audio for mog_op1a_prompeg_mpeg.mxf
Originally committed as revision 6530 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-02 14:12:50 +00:00 |
|
Baptiste Coudurier
|
03da8726f6
|
return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf
Originally committed as revision 6528 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-10-02 13:22:51 +00:00 |
|
Baptiste Coudurier
|
3a6ccf4f3e
|
rudimentary binary seek
Originally committed as revision 6382 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-29 14:28:55 +00:00 |
|
Baptiste Coudurier
|
1159f6340a
|
add another data definition ul
Originally committed as revision 6381 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-29 12:25:44 +00:00 |
|
Baptiste Coudurier
|
dd202ff65d
|
use a data definition uls table to fetch codec type
Originally committed as revision 6380 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-29 12:23:38 +00:00 |
|
Baptiste Coudurier
|
996c9ad0a4
|
add string param to PRINT_KEY for debug
Originally committed as revision 6379 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-29 11:25:40 +00:00 |
|
Baptiste Coudurier
|
94c12d458f
|
shut up gcc about incompatible pointer type
Originally committed as revision 6378 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-29 10:38:27 +00:00 |
|
Baptiste Coudurier
|
9a630c2532
|
remove useless casts
Originally committed as revision 6377 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-29 10:30:52 +00:00 |
|
Baptiste Coudurier
|
626a8fe724
|
remove gcc warnings about void * used in arithmetic
Originally committed as revision 6376 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-29 10:28:11 +00:00 |
|
Baptiste Coudurier
|
9770089d34
|
move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov
Originally committed as revision 6373 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-28 17:59:26 +00:00 |
|
Baptiste Coudurier
|
e6f4c806e3
|
add lpcm fourcc
Originally committed as revision 6372 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-28 17:54:59 +00:00 |
|
Baptiste Coudurier
|
0299a87c41
|
change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov
Originally committed as revision 6371 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-28 17:52:48 +00:00 |
|
Baptiste Coudurier
|
8e453fc3c7
|
remove unused, uninitialized free format frame size
Originally committed as revision 6256 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-15 10:28:23 +00:00 |
|
Baptiste Coudurier
|
d70e3ff410
|
workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though
Originally committed as revision 6230 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-11 22:05:43 +00:00 |
|
Baptiste Coudurier
|
ffb512e349
|
move track timescale/sampleDuration init to write_header and return error if not set
Originally committed as revision 6167 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-09-04 14:22:44 +00:00 |
|
Baptiste Coudurier
|
c61900c6e9
|
fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong
Originally committed as revision 6079 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-24 18:39:57 +00:00 |
|
Baptiste Coudurier
|
acf36dba18
|
correct uid, and enable JPEG 2000 detection
Originally committed as revision 6078 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-24 14:22:40 +00:00 |
|
Baptiste Coudurier
|
f31065f6e5
|
add codec id and tag for JPEG 2000
Originally committed as revision 6076 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-24 14:13:57 +00:00 |
|
Baptiste Coudurier
|
5340a0bc9c
|
wide atom is only defined in mov, use free for mp4/3gp
Originally committed as revision 6072 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-24 10:32:09 +00:00 |
|
Baptiste Coudurier
|
b95319a2f2
|
move amr parameters adjusting like other codecs
Originally committed as revision 6071 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-24 09:53:53 +00:00 |
|
Baptiste Coudurier
|
d00f8e1771
|
dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them
Originally committed as revision 6069 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-24 09:09:20 +00:00 |
|
Baptiste Coudurier
|
312954f056
|
put dv demuxing code around ifdef
Originally committed as revision 6066 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-24 08:37:51 +00:00 |
|
Baptiste Coudurier
|
989ac5a685
|
put dv demuxing code around ifdef
Originally committed as revision 6065 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-24 08:32:52 +00:00 |
|
Baptiste Coudurier
|
b60c04547c
|
support vdva fourcc (dv + dv audio in mov)
Originally committed as revision 6064 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-24 08:28:11 +00:00 |
|
Baptiste Coudurier
|
afbbe5e34f
|
set correct first gop closed value
Originally committed as revision 6043 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-21 15:49:08 +00:00 |
|
Baptiste Coudurier
|
2b7e230b10
|
rename closed_gop to first_gop_closed
Originally committed as revision 6042 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-21 15:14:36 +00:00 |
|
Baptiste Coudurier
|
a850fd1810
|
gxf regression tests
Originally committed as revision 6041 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-21 15:10:47 +00:00 |
|
Baptiste Coudurier
|
6a7eba1f07
|
init buffer
Originally committed as revision 6040 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-21 13:57:12 +00:00 |
|
Baptiste Coudurier
|
f6e712961f
|
add fullname
Originally committed as revision 6038 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-21 09:06:32 +00:00 |
|
Baptiste Coudurier
|
201f1d4546
|
use packet dts as correct media field number and use av_interleave_pkt_per_dts
Originally committed as revision 5987 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-12 00:18:58 +00:00 |
|
Baptiste Coudurier
|
1ce83a36bf
|
use C99 standard constant, thanks to Foxy Shadis
Originally committed as revision 5986 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-11 21:39:09 +00:00 |
|
Baptiste Coudurier
|
81f0f93826
|
update documentation
Originally committed as revision 5985 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-08-11 21:24:54 +00:00 |
|