.. |
4xm.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
Makefile
|
Move base64.[ch] to libavutil.
|
18 years ago |
adtsenc.c
|
…
|
|
aiff.c
|
100l
|
18 years ago |
allformats.c
|
Raw VC-1 demuxer
|
18 years ago |
allformats.h
|
Raw VC-1 demuxer
|
18 years ago |
amr.c
|
…
|
|
asf-enc.c
|
always use audio spread (instead of "video no spread" for audio ...)
|
18 years ago |
asf.c
|
use dvr-ms timestamps
|
18 years ago |
asf.h
|
use dvr-ms timestamps
|
18 years ago |
au.c
|
remove now useless codec_tag setting code in muxers
|
18 years ago |
audio.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
avformat.h
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
avi.h
|
…
|
|
avidec.c
|
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count
|
18 years ago |
avienc.c
|
get rid of the [4] limitation of codec tag lists
|
18 years ago |
avio.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
avio.h
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
aviobuf.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
avisynth.c
|
…
|
|
avs.c
|
…
|
|
barpainet.h
|
…
|
|
beosaudio.cpp
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
crc.c
|
…
|
|
cutils.c
|
…
|
|
daud.c
|
…
|
|
dc1394.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
18 years ago |
dsicin.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
dv.c
|
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
|
18 years ago |
dv.h
|
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
|
18 years ago |
dv1394.c
|
remove void * used in arithmetic warnings
|
18 years ago |
dv1394.h
|
…
|
|
dvenc.c
|
* Fixing a bug with incorrect bits set in AAUX source pack
|
18 years ago |
electronicarts.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
ffm.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
file.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
flic.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
flv.h
|
Defines various common FLV format values between the FLV muxer and demuxer
|
18 years ago |
flvdec.c
|
flv follows in movs footsteps and has random trash in the width/height fields
|
18 years ago |
flvenc.c
|
remove now useless codec_tag setting code in muxers
|
18 years ago |
framehook.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
framehook.h
|
…
|
|
gif.c
|
…
|
|
gifdec.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
grab.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
grab_bktr.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
gxf.c
|
Use av_set_pts_info and set some arbitrary timebase fallback
|
18 years ago |
gxf.h
|
…
|
|
gxfenc.c
|
Fix some more license headers.
|
18 years ago |
http.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
idcin.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
idroq.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
img2.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
ipmovie.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
isom.c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
isom.h
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
libnut.c
|
Properly separate native and libnut NUT (de)muxers.
|
18 years ago |
matroska.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
mm.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
mmf.c
|
…
|
|
mov.c
|
remove some printf warnings
|
18 years ago |
movenc.c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
mp3.c
|
better generic index building and seeking code
|
18 years ago |
mpc.c
|
10l, > vs. >= typo, caused crashes on last mpc frame
|
18 years ago |
mpeg.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
mpegts.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
mpegts.h
|
demux VC1 in mpegts
|
18 years ago |
mpegtsenc.c
|
…
|
|
mpjpeg.c
|
…
|
|
mtv.c
|
…
|
|
mxf.c
|
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul
|
18 years ago |
network.h
|
move networking #includes into separate file
|
18 years ago |
nsvdec.c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
nut.c
|
variable renaming: mp3lame --> libmp3lame
|
18 years ago |
nut.h
|
…
|
|
nutdec.c
|
simplify
|
18 years ago |
nuv.c
|
10l to whoever wrote this (wrong fps, fixes nirvana.nuv)
|
18 years ago |
ogg.c
|
Ogg is not Vorbis.
|
18 years ago |
ogg2.c
|
Ogg is not Vorbis.
|
18 years ago |
ogg2.h
|
save/restore number of streams
|
18 years ago |
oggparseflac.c
|
…
|
|
oggparseogm.c
|
…
|
|
oggparsetheora.c
|
…
|
|
oggparsevorbis.c
|
…
|
|
os_support.c
|
use the standard INT64_C() macro for 64-bit constants
|
18 years ago |
os_support.h
|
The long awaited BeOS cleanup, phase 1
|
18 years ago |
psxstr.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
qtpalette.h
|
…
|
|
raw.c
|
Raw VC-1 demuxer
|
18 years ago |
riff.c
|
add waveformatextensible support
|
18 years ago |
riff.h
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
rm.c
|
…
|
|
rtp.c
|
move networking #includes into separate file
|
18 years ago |
rtp.h
|
Missing prototype added
|
18 years ago |
rtp_h264.c
|
move networking #includes into separate file
|
18 years ago |
rtp_h264.h
|
…
|
|
rtp_internal.h
|
…
|
|
rtpproto.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
rtsp.c
|
move networking #includes into separate file
|
18 years ago |
rtsp.h
|
…
|
|
rtspcodes.h
|
…
|
|
segafilm.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
sierravmd.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
smacker.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
sol.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
swf.c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
tcp.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
tiertexseq.c
|
missdetected a broken mp3
|
18 years ago |
tta.c
|
…
|
|
udp.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
utils.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
v4l2.c
|
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer
|
18 years ago |
voc.c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
voc.h
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
vocdec.c
|
get rid of the [4] limitation of codec tag lists
|
18 years ago |
vocenc.c
|
remove now useless codec_tag setting code in voc muxer
|
18 years ago |
wav.c
|
Add FACT chunk for non-PCM wav formats
|
18 years ago |
wc3movie.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
westwood.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
wv.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
x11grab.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
18 years ago |
yuv4mpeg.c
|
…
|
|