1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-29 04:36:13 +02:00
ffmpeg/libav
Juanjo 76c0441b10 - Added r_frame_rate in AVStream to store the real frame rate.
- This stuff could be done in AVCodecContext and the real frame rate
calculated in utils.c, but we don't changes in that by now ;)

Originally committed as revision 497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-14 21:50:00 +00:00
..
.cvsignore * cleanup 2002-04-26 07:18:57 +00:00
asf.c * Many, many changes to make it work (mostly). Information snagged from 2002-05-09 01:13:43 +00:00
au.c * more warning cleanups 2002-04-08 15:07:42 +00:00
audio.c * Make it work with sound cards (like mine) that can only capture in stereo. 2002-05-09 01:15:21 +00:00
avformat.h - Added r_frame_rate in AVStream to store the real frame rate. 2002-05-14 21:50:00 +00:00
avi.h * some minor modification by Philip Gladston 2002-04-08 20:58:56 +00:00
avidec.c correct pcm audio format handling 2001-09-24 23:26:46 +00:00
avienc.c * Add default cases to switch statements. 2002-05-09 01:16:08 +00:00
avio.c win32 fixes 2001-08-15 22:33:03 +00:00
avio.h * Change extern inline to static inline. This improves compiling without optimization. 2002-05-09 01:16:45 +00:00
aviobuf.c * some minor modification by Philip Gladston 2002-04-08 20:58:56 +00:00
ffm.c * Add the 'flags' field to the list of codec fields passed from ffserver to 2002-05-09 12:37:44 +00:00
file.c win32 fixes 2001-08-13 21:37:10 +00:00
gif.c * more warning cleanups 2002-04-08 15:07:42 +00:00
grab.c Intialize the codec type to video. 2002-05-09 01:18:42 +00:00
http.c * Add a sleep when doing the post to ffserver. Yes, this is the wrong 2002-05-09 01:19:15 +00:00
img.c - Added force_pts to av_write_packet() to be able to force PTS, this helps 2002-04-07 21:44:29 +00:00
jpeg.c - Added force_pts to av_write_packet() to be able to force PTS, this helps 2002-04-07 21:44:29 +00:00
libav.dsp win32 fixes 2001-08-13 21:37:10 +00:00
Makefile * support for .au .gif .mov .mp4 by François Revol <revol@free.fr> 2002-04-08 12:32:01 +00:00
mov.c * more warning cleanups 2002-04-08 15:07:42 +00:00
mpeg.c - Added r_frame_rate in AVStream to store the real frame rate. 2002-05-14 21:50:00 +00:00
raw.c * encoding of AC3 with more than 2 channels 2002-04-08 12:08:03 +00:00
rm.c * Try and fill out some more of the RV header fields correctly 2002-05-09 01:20:53 +00:00
swf.c - Added force_pts to av_write_packet() to be able to force PTS, this helps 2002-04-07 21:44:29 +00:00
tick.h * Change extern inline to static inline so that it will compile without optimization 2002-05-09 01:21:24 +00:00
udp.c win32 fixes 2001-08-13 21:37:10 +00:00
utils.c * Add implementation of strlcpy 2002-05-10 02:17:41 +00:00
wav.c * Make put_wav_header return the number of bytes that it put. 2002-05-09 01:21:56 +00:00