ffmpeg/libavformat
Alexander Kojevnikov 2a758efe31 Make frames unsigned.
Patch by Alexander Kojevnikov, alexander kojevnikov com

Originally committed as revision 24540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27 10:11:05 +00:00
..
4xm.c
adts.h
adtsenc.c Cosmetics: whitespace 2010-07-07 20:03:15 +00:00
aea.c
aiff.h
aiffdec.c
aiffenc.c
allformats.c add Chinese AVS encoding via external library libxavs 2010-07-27 07:18:36 +00:00
amr.c
anm.c
apc.c
ape.c
apetag.c
apetag.h
asf.c asf: Add asf_jfif_media guid 2010-07-20 11:50:22 +00:00
asf.h asf: Add asf_jfif_media guid 2010-07-20 11:50:22 +00:00
asfcrypt.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
asfcrypt.h
asfdec.c asfdec: 10l, fix the minimum asf video stream header size 2010-07-20 13:08:10 +00:00
asfenc.c
assdec.c use return value of ff_get_line() 2010-07-21 21:41:46 +00:00
assenc.c add mime-type for ASS muxer 2010-07-25 19:36:20 +00:00
au.c
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h add SubRip muxer and demuxer 2010-07-24 22:50:12 +00:00
avi.c
avi.h
avidec.c avidec : Free packet if dv_produce_packet fails. 2010-07-17 05:40:18 +00:00
avienc.c
avio.c Allow all valid (and only valid) characters in URL scheme for url_open() 2010-07-18 18:38:23 +00:00
avio.h url_fskip: Return an error code if the url_fseek failed 2010-07-16 23:20:03 +00:00
aviobuf.c Cosmetics: fix indentation and remove a useless else. 2010-07-25 14:35:12 +00:00
avisynth.c
avlanguage.c
avlanguage.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
avs.c
bethsoftvid.c
bfi.c
bink.c
c93.c
caf.c
caf.h
cafdec.c
cdg.c
concat.c
crcenc.c
cutils.c
daud.c
dsicin.c
dv.c
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
ffm.h
ffmdec.c Move ffm_close function up to avoid a forward declaration. 2010-07-25 07:54:33 +00:00
ffmenc.c
file.c Add #ifdefs around code specific to file and pipe protocols 2010-07-06 14:28:32 +00:00
filmstripdec.c
filmstripenc.c
flacdec.c
flacenc_header.c
flacenc.c
flacenc.h
flic.c
flv.h
flvdec.c Use ext sample from mpeg4audio config if set with AAC SBR 2010-07-01 22:31:31 +00:00
flvenc.c
framecrcenc.c
gif.c
gopher.c
gxf.c Check url_fseek results in gxf demuxer. 2010-07-10 23:42:08 +00:00
gxf.h
gxfenc.c gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof 2010-07-21 07:46:02 +00:00
http.c http: Log a warning when receiving an error code 2010-07-16 14:15:37 +00:00
http.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
httpauth.c
httpauth.h
id3v1.c
id3v1.h
id3v2.c
id3v2.h Fix Doxygen function parameter documentation syntax. 2010-07-02 11:41:13 +00:00
idcin.c
idroq.c
iff.c remove redundant text and whitespaces from iff demuxer av_log() statements 2010-07-15 11:43:09 +00:00
img2.c Associate .tga with format image2. 2010-07-07 10:19:59 +00:00
internal.h document ff_get_line() 2010-07-21 21:40:50 +00:00
ipmovie.c
isom.c
isom.h
iss.c
iv8.c
ivfdec.c
libavformat.v
libnut.c
librtmp.c Use new librtmp APIs instead of grubbing around in RTMP struct 2010-07-01 10:59:44 +00:00
lmlm4.c
Makefile libavformat needs libavcore 2010-07-27 08:03:09 +00:00
matroska.c matroskaenc: add support for muxing SRT tracks 2010-07-25 21:16:58 +00:00
matroska.h
matroskadec.c matroskadec: merge only SSA packets together 2010-07-02 16:41:38 +00:00
matroskaenc.c matroskaenc: add support for muxing SRT tracks 2010-07-25 21:16:58 +00:00
md5enc.c
md5proto.c Add MD5 protocol 2010-07-18 20:19:08 +00:00
metadata_compat.c fix warning in ff_metadata_mux_compat() 2010-07-01 15:03:21 +00:00
metadata.c
metadata.h
mm.c
mmf.c
mmst.c Reindent after r24516. 2010-07-26 22:22:42 +00:00
mov.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
movenc.c movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the size 2010-07-20 05:23:28 +00:00
movenc.h
movenchint.c
mp3.c Make frames unsigned. 2010-07-27 10:11:05 +00:00
mpc8.c
mpc.c
mpeg.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
mpeg.h
mpegenc.c
mpegts.c mpegts: Warn if unable to seek back 2010-07-24 08:43:52 +00:00
mpegts.h
mpegtsenc.c In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122 2010-07-23 00:27:17 +00:00
mpjpeg.c
msnwc_tcp.c
mtv.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
mvi.c
mxf.c mxfdec: Improve parsing of the PixelLayout item 2010-06-30 07:55:05 +00:00
mxf.h mxfdec: Improve parsing of the PixelLayout item 2010-06-30 07:55:05 +00:00
mxfdec.c Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 2010-07-21 17:27:28 +00:00
mxfenc.c Fix a "function declaration isn't a prototype" warning. 2010-07-24 12:58:28 +00:00
ncdec.c
network.h
nsvdec.c
nut.c
nut.h
nutdec.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
nutenc.c move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c 2010-07-09 12:14:33 +00:00
nuv.c
oggdec.c
oggdec.h
oggenc.c In ogg muxer, free dyn allocated buffer, fix memleak 2010-07-16 22:36:01 +00:00
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseskeleton.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c
oma.c
options.c
os_support.c os_support: include some headers only when needed 2010-07-06 11:42:52 +00:00
os_support.h
output-example.c
psxstr.c
pva.c
qcp.c
qtpalette.h
r3d.c
raw.c Remove duplicate initialiser for cavsvideo_muxer.extensions 2010-07-27 08:21:23 +00:00
raw.h
rdt.c Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 2010-07-02 12:48:32 +00:00
rdt.h Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 2010-07-02 12:48:32 +00:00
riff.c Make MP43 the default fourcc for msmpeg4v3: 2010-07-20 09:44:21 +00:00
riff.h
rl2.c
rm.c
rm.h
rmdec.c
rmenc.c
rpl.c
rso.c Lego Mindstorms RSO muxer and demuxer. 2010-07-20 14:13:24 +00:00
rso.h Lego Mindstorms RSO muxer and demuxer. 2010-07-20 14:13:24 +00:00
rsodec.c Lego Mindstorms RSO muxer and demuxer. 2010-07-20 14:13:24 +00:00
rsoenc.c Lego Mindstorms RSO muxer and demuxer. 2010-07-20 14:13:24 +00:00
rtmp.h
rtmppkt.c
rtmppkt.h Fix misspelled parameter names in Doxygen documentation. 2010-07-02 10:49:29 +00:00
rtmpproto.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
rtp.c
rtp.h
rtpdec_amr.c Reindent 2010-06-28 20:37:16 +00:00
rtpdec_amr.h
rtpdec_asf.c Reindent, rewrap long comment lines to keep line length below 80 chars 2010-07-21 17:25:09 +00:00
rtpdec_asf.h rtpdec_asf: Propagate errors from the chained av_open_input_stream 2010-07-05 16:46:00 +00:00
rtpdec_h263.c
rtpdec_h263.h
rtpdec_h264.c Handle av_base64_decode return value 2010-07-11 11:54:48 +00:00
rtpdec_h264.h
rtpdec_mpeg4.c Move SPACE_CHARS back to libavformat/internal.h 2010-07-16 14:12:52 +00:00
rtpdec_mpeg4.h
rtpdec_qdm2.c Add a depacketizer for QDM2 2010-07-14 12:32:00 +00:00
rtpdec_qdm2.h Add a depacketizer for QDM2 2010-07-14 12:32:00 +00:00
rtpdec_svq3.c Include the correct header that actually is used, use quotes instead of angle brackets 2010-07-25 19:12:35 +00:00
rtpdec_svq3.h Add RTP depacketization of SVQ3 2010-07-01 20:12:58 +00:00
rtpdec_xiph.c rtpdec_xiph: Drop RTP packets that come in without a prior fragment start marker. 2010-07-27 08:16:03 +00:00
rtpdec_xiph.h
rtpdec.c Add a depacketizer for QDM2 2010-07-14 12:32:00 +00:00
rtpdec.h Move SPACE_CHARS back to libavformat/internal.h 2010-07-16 14:12:52 +00:00
rtpenc_aac.c
rtpenc_amr.c
rtpenc_h263.c
rtpenc_h264.c
rtpenc_mpv.c
rtpenc.c rtpenc: remove unnecessary #include unistd.h 2010-07-06 11:42:48 +00:00
rtpenc.h
rtpproto.c Fix misspelled parameter names in Doxygen documentation. 2010-07-02 10:49:29 +00:00
rtsp.c Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 2010-07-21 17:27:28 +00:00
rtsp.h
rtspcodes.h
rtspenc.c Include lavu headers using quotes instead of angle brackets 2010-07-18 20:30:33 +00:00
sauce.c Add doxygen @file comment block 2010-07-19 11:50:07 +00:00
sauce.h Add doxygen @file comment block 2010-07-19 11:50:07 +00:00
sdp.c
seek.c
seek.h
segafilm.c
sierravmd.c
siff.c
smacker.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
sol.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
sox.h
soxdec.c
soxenc.c
spdif.c Split the ADTS header decoder off of the ADTS parser. 2010-07-12 18:52:03 +00:00
srtdec.c add SubRip muxer and demuxer 2010-07-24 22:50:12 +00:00
swf.h
swfdec.c
swfenc.c
tcp.c
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c
tta.c
tty.c Add doxygen @file comment block 2010-07-19 11:50:07 +00:00
txd.c
udp.c Fix misspelled parameter names in Doxygen documentation. 2010-07-02 10:49:29 +00:00
utils.c Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 2010-07-26 23:12:28 +00:00
vc1test.c
vc1testenc.c
voc.c
voc.h
vocdec.c
vocenc.c
vorbiscomment.c
vorbiscomment.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
vqf.c
wav.c
wc3movie.c
westwood.c
wv.c
xa.c
yop.c
yuv4mpeg.c