ffmpeg/libavformat
Michael Niedermayer 72a476c1e1 kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)
Originally committed as revision 2241 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09 19:14:05 +00:00
..
.cvsignore renamed libav to libavformat 2002-11-25 19:07:40 +00:00
4xm.c 4xm adpcm 2003-06-03 13:58:44 +00:00
Makefile Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) 2003-09-09 19:03:14 +00:00
allformats.c ID3 parsing and generation in MP3 format 2003-09-08 22:34:28 +00:00
amr.c amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>) 2003-06-18 22:24:51 +00:00
asf.c CODEC_ID_MP3LAME is obsolete 2003-09-08 22:04:29 +00:00
au.c use codec_tag for encoding too 2003-08-18 09:20:02 +00:00
audio.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
avformat.h ID3 parsing and generation in MP3 format 2003-09-08 22:34:28 +00:00
avi.h removed ctype.h header 2003-09-08 20:04:44 +00:00
avidec.c hacks to support Xan AVI files 2003-09-08 04:17:40 +00:00
avienc.c CODEC_ID_MP3LAME is obsolete 2003-09-08 22:04:29 +00:00
avio.c removed ctype.h header 2003-09-08 20:04:44 +00:00
avio.h libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime dot ssu dot ac dot kr) 2003-08-29 20:33:57 +00:00
aviobuf.c * keeping compiler happy and quiet 2003-04-23 18:38:34 +00:00
barpainet.c renamed libav to libavformat 2002-11-25 19:07:40 +00:00
barpainet.h OSX and BeOS networking fix (socklen_t) 2003-07-24 13:30:27 +00:00
beosaudio.cpp cleanup; BSoundRecorder moved to Experimental namespace 2003-06-15 17:06:28 +00:00
crc.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
cutils.c simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c 2003-09-08 21:20:55 +00:00
dv.c * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is now 2003-08-28 19:53:47 +00:00
dv1394.c patch for DV capturing by Dan Dennedy <dan at dennedy dot org> 2003-08-06 05:40:38 +00:00
dv1394.h patch for DV capturing by Dan Dennedy <dan at dennedy dot org> 2003-08-06 05:40:38 +00:00
dvcore.c removed localtime_r.h 2003-09-08 22:32:30 +00:00
dvcore.h * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is now 2003-08-28 19:53:47 +00:00
ffm.c add av_new_stream() usage 2003-08-08 17:52:30 +00:00
file.c os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) 2003-01-11 20:34:38 +00:00
flvdec.c CODEC_ID_MP3LAME is obsolete 2003-09-08 22:04:29 +00:00
flvenc.c CODEC_ID_MP3LAME is obsolete 2003-09-08 22:04:29 +00:00
framehook.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
framehook.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
gif.c per context frame_rate_base, this should finally fix frame_rate related av sync issues 2003-03-12 15:16:19 +00:00
gifdec.c transparency support 2003-04-21 21:18:51 +00:00
grab.c kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) 2003-09-09 19:14:05 +00:00
http.c removed ctype.h header 2003-09-08 20:04:44 +00:00
idroq.c initial commit for Id RoQ and Interplay MVE multimedia subsystems 2003-09-02 04:32:02 +00:00
img.c removed os_support.h 2003-09-08 21:59:53 +00:00
ipmovie.c initial commit for Id RoQ and Interplay MVE multimedia subsystems 2003-09-02 04:32:02 +00:00
jpeg.c Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt dot org>) 2003-09-04 10:30:52 +00:00
mov.c update duration and start_time 2003-08-08 17:58:38 +00:00
movenc.c naughty, forbidden variable declarations 2003-08-27 01:26:14 +00:00
mp3.c ID3 parsing and generation in MP3 format 2003-09-08 22:34:28 +00:00
mpeg.c fix MPEG-TS missdetected as MPEG-PS 2003-09-01 18:30:02 +00:00
mpegts.c cosmetic change in resync code - added PAT scanning code if no SDT is found (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning 2003-07-15 13:21:39 +00:00
mpegts.h - Looks a tiny bit harder in mpegps_probe() for a valid start code. This is 2003-07-10 09:04:04 +00:00
mpegtsenc.c try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot org>) 2003-06-28 23:44:09 +00:00
mpjpeg.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
nut.c CODEC_ID_MP3LAME is obsolete 2003-09-08 22:04:29 +00:00
ogg.c ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) 2003-02-25 09:36:53 +00:00
os_support.c simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c 2003-09-08 21:20:55 +00:00
os_support.h simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c 2003-09-08 21:20:55 +00:00
png.c replaced progressive by interleaved 2003-04-21 21:18:15 +00:00
pnm.c accepts pgmyuv extension 2003-08-24 21:21:10 +00:00
psxstr.c first pass at PSX STR demuxer; does not yet interact correctly with MDEC 2003-09-01 15:55:38 +00:00
raw.c ID3 parsing and generation in MP3 format 2003-09-08 22:34:28 +00:00
rm.c support for older real audio files (<= version 3) 2003-08-11 16:16:49 +00:00
rtp.c CODEC_ID_MP3LAME is obsolete 2003-09-08 22:04:29 +00:00
rtp.h renamed libav to libavformat 2002-11-25 19:07:40 +00:00
rtpproto.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
rtsp.c removed ctype.h header 2003-09-08 20:04:44 +00:00
rtsp.h suppressed RTSP abort hack - added PLAY/PAUSE 2003-07-17 10:27:47 +00:00
rtspcodes.h renamed libav to libavformat 2002-11-25 19:07:40 +00:00
swf.c add av_new_stream() usage 2003-08-08 17:52:30 +00:00
tcp.c removed ctype.h header 2003-09-08 20:04:44 +00:00
udp.c undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>) 2003-07-04 09:14:14 +00:00
utils.c simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c 2003-09-08 21:20:55 +00:00
wav.c CODEC_ID_MP3LAME is obsolete 2003-09-08 22:04:29 +00:00
wc3movie.c demuxer for custom Wing Commander III movie (.mve) files 2003-09-08 04:14:34 +00:00
yuv.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
yuv4mpeg.c stdin patch by (Charles Yates <charles dot yates at pandora dot be>) 2003-08-29 20:51:10 +00:00