1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-12 18:25:57 +02:00
ffmpeg/libavformat
Aurelien Jacobs 6bca498d78 use intreadwrite functions in vocdec
Originally committed as revision 9395 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23 12:30:40 +00:00
..
4xm.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
adtsenc.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
aiff.c Support for newer MacOSX AIFF 2007-04-27 17:19:07 +00:00
allformats.c add mpegtsraw demuxer 2007-06-06 13:31:30 +00:00
allformats.h include all prerequisites in header files 2007-06-16 22:59:13 +00:00
amr.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
apc.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
asf-enc.c some url_is_streamed()==1 related fixes 2007-03-11 02:51:06 +00:00
asf.c Add support for track numbers when they are set via strings 2007-06-15 09:10:19 +00:00
asf.h add a comment to indicate which #endif belong to which #define 2007-06-17 18:59:28 +00:00
au.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
audio.c fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value 2007-04-27 16:10:05 +00:00
avformat.h Remove unused declarations 2007-06-12 21:27:32 +00:00
avi.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
avidec.c add an enum for need_parsing 2007-04-15 13:51:57 +00:00
avienc.c get rid of the [4] limitation of codec tag lists 2007-01-21 12:08:31 +00:00
avio.c Move avio.h's url_get_max_packet_size() comment from source to header file. 2007-03-05 14:26:50 +00:00
avio.h include all prerequisites in header files 2007-06-16 22:59:13 +00:00
aviobuf.c cosmetics: fix indentation 2007-05-11 19:07:40 +00:00
avisynth.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
avs.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
beosaudio.cpp implement new grabbing interface, as described here: 2007-02-14 17:01:32 +00:00
bethsoftvid.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
c93.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
crc.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cutils.c remove useless #ifndef CONFIG_NOCUTILS 2007-06-23 01:20:38 +00:00
daud.c replace coder/decoder file description in libavformat by muxer/demuxer 2006-10-23 08:57:54 +00:00
dc1394.c implement new grabbing interface, as described here: 2007-02-14 17:01:32 +00:00
dsicin.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
dv1394.c implement new grabbing interface, as described here: 2007-02-14 17:01:32 +00:00
dv1394.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
dv.c * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 2007-01-11 22:32:19 +00:00
dv.h add a comment to indicate which #endif belong to which #define 2007-06-17 18:59:28 +00:00
dvenc.c Don't forget about audio remaining in buffer, in case there is enough 2007-05-16 02:02:22 +00:00
dxa.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
electronicarts.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
ffm.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
file.c This fixes error handling for BeOS, removing the need for some ifdefs. 2007-02-13 18:26:14 +00:00
flic.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
flv.h Complete the video format enum. 2007-02-23 21:09:50 +00:00
flvdec.c add an enum for need_parsing 2007-04-15 13:51:57 +00:00
flvenc.c misc spelling fixes 2007-06-12 09:29:25 +00:00
framehook.c Change the vhook code to send real timestamps to the filters instead of the 2007-03-29 05:24:35 +00:00
framehook.h spelling 2007-04-12 11:28:34 +00:00
gif.c kill AVImageFormat 2006-11-02 23:22:23 +00:00
gifdec.c This fixes error handling for BeOS, removing the need for some ifdefs. 2007-02-13 18:26:14 +00:00
grab_bktr.c There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring 2007-04-03 21:09:36 +00:00
grab.c Fix linking: emms_c is a macro, #include the correct header file. 2007-06-07 14:13:59 +00:00
gxf.c add an enum for need_parsing 2007-04-15 13:51:57 +00:00
gxf.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
gxfenc.c fix dts adjusting 2007-02-14 14:54:20 +00:00
http.c Use usleep instead of sleep, some MinGW versions lack sleep. 2007-05-17 10:30:03 +00:00
idcin.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
idroq.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
img2.c autodetect ptx files 2007-05-08 11:57:49 +00:00
ipmovie.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
isom.c dmb1 fourcc, mjpeg_opendml.mov 2007-05-10 23:42:28 +00:00
isom.h include all prerequisites in header files 2007-06-16 22:59:13 +00:00
libnut.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
Makefile split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common 2007-06-21 09:39:29 +00:00
matroska.c add support for real audio in matroska 2007-06-04 22:19:17 +00:00
matroska.h split some common code from the mkv demuxer that will be useful to the muxer 2007-06-04 22:10:54 +00:00
matroskadec.c Fix @file in matroskadec.c, it was still matroska.c 2007-06-20 17:37:11 +00:00
mm.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
mmf.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
mov.c misc spelling fixes 2007-06-12 09:29:25 +00:00
movenc.c misc typo fixes 2007-06-12 18:50:50 +00:00
mp3.c id3v2 writer 2007-05-22 08:28:32 +00:00
mpc.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
mpeg.c remove now useless ifdef 2007-06-21 09:49:20 +00:00
mpeg.h split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common 2007-06-21 09:39:29 +00:00
mpegenc.c use allformats.h 2007-06-21 09:53:01 +00:00
mpegts.c simplify 2007-06-08 17:34:37 +00:00
mpegts.h comment endif directive token 2007-06-19 21:12:52 +00:00
mpegtsenc.c write DTS, based on patch by Luca Abeni, lucabe72 email it 2007-03-02 21:47:24 +00:00
mpjpeg.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
mtv.c add an enum for need_parsing 2007-04-15 13:51:57 +00:00
mxf.c cosmetics remove struct name with typedef 2007-06-03 22:56:11 +00:00
network.h initial mingw networking support 2007-05-15 14:58:30 +00:00
nsvdec.c misc spelling fixes 2007-06-12 09:29:25 +00:00
nut.c misc spelling fixes 2007-06-12 09:29:25 +00:00
nut.h add a comment to indicate which #endif belong to which #define 2007-06-17 18:59:28 +00:00
nutdec.c fix some printf format specifiers 2007-06-16 14:52:05 +00:00
nuv.c fix "incorrect frame size" errors with small.nuv 2007-05-27 08:06:45 +00:00
ogg2.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
ogg2.h save/restore number of streams 2007-01-15 22:05:22 +00:00
ogg.c Ogg is not Vorbis. 2007-02-13 23:20:35 +00:00
oggparseflac.c use get_bits_long() where needed 2007-06-14 18:14:35 +00:00
oggparseogm.c move common stuff from avienc.c and wav.c to new file riff.c 2006-07-12 00:09:34 +00:00
oggparsetheora.c use get_bits_long() where needed 2007-06-14 18:14:35 +00:00
oggparsevorbis.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
os_support.c r9095 invalidly removed the check for non-winsock 2007-05-21 16:08:03 +00:00
os_support.h BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. 2007-02-23 23:35:42 +00:00
psxstr.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
qtpalette.h Add missing license headers. 2007-02-27 16:05:19 +00:00
raw.c misc spelling fixes 2007-06-12 09:29:25 +00:00
riff.c misc spelling fixes 2007-06-12 09:29:25 +00:00
riff.h include all prerequisites in header files 2007-06-16 22:59:13 +00:00
rm.h split rm muxer and demuxer in their own files 2007-05-30 09:44:16 +00:00
rmdec.c use FFSWAP() 2007-05-30 09:50:35 +00:00
rmenc.c split rm muxer and demuxer in their own files 2007-05-30 09:44:16 +00:00
rtp_h264.c Remove the unnecessary masking when counting received packet types in the H.264 2007-06-07 14:51:26 +00:00
rtp_h264.h include all prerequisites in header files 2007-06-16 22:59:13 +00:00
rtp_internal.h include all prerequisites in header files 2007-06-16 22:59:13 +00:00
rtp.c remove decode_be32/64 and replace them by AV_RB32/64 2007-06-13 08:24:22 +00:00
rtp.h include all prerequisites in header files 2007-06-16 22:59:13 +00:00
rtpproto.c Typos 2007-05-10 10:51:00 +00:00
rtsp.c Add transport method options 2007-05-22 07:51:39 +00:00
rtsp.h include all prerequisites in header files 2007-06-16 22:59:13 +00:00
rtspcodes.h add a comment to indicate which #endif belong to which #define 2007-06-17 18:59:28 +00:00
segafilm.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
sierravmd.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
smacker.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
sol.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00
swf.c misc spelling fixes 2007-06-12 09:29:25 +00:00
tcp.c implement ff_socket_nonblock and use it in networking code 2007-04-27 00:41:50 +00:00
thp.c cosmetics: indentation fix 2007-04-08 12:05:02 +00:00
tiertexseq.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
tta.c Support for seeking in TTA files. 2007-04-25 23:22:05 +00:00
txd.c Renderware TXD demuxer 2007-05-07 13:30:08 +00:00
udp.c Add some explanatory comments to #endif directives. 2007-06-12 08:01:35 +00:00
utils.c misc typo fixes 2007-06-12 18:50:50 +00:00
v4l2.c Reindent code after last commit 2007-05-10 10:15:15 +00:00
voc.c add codec_id <-> codec_tag tables to AVIn/OutputFormat 2007-01-21 01:39:17 +00:00
voc.h add codec_id <-> codec_tag tables to AVIn/OutputFormat 2007-01-21 01:39:17 +00:00
vocdec.c use intreadwrite functions in vocdec 2007-06-23 12:30:40 +00:00
vocenc.c remove now useless codec_tag setting code in voc muxer 2007-01-21 22:41:37 +00:00
wav.c add an enum for need_parsing 2007-04-15 13:51:57 +00:00
wc3movie.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
westwood.c Get rid of unnecessary pointer casts. 2007-04-08 20:24:16 +00:00
wv.c This fixes error handling for BeOS, removing the need for some ifdefs. 2007-02-13 18:26:14 +00:00
x11grab.c implement new grabbing interface, as described here: 2007-02-14 17:01:32 +00:00
yuv4mpeg.c allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 2007-04-08 11:34:15 +00:00