.. |
4xm.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
Makefile
|
Remove commented-out NUT muxer entry, can be added once we have a native muxer.
|
2007-02-09 08:32:04 +00:00 |
adtsenc.c
|
…
|
|
aiff.c
|
the context is supposed to be freed in the generic code in utils.c
|
2007-01-21 12:47:46 +00:00 |
allformats.c
|
Raw VC-1 demuxer
|
2007-02-09 12:10:15 +00:00 |
allformats.h
|
Raw VC-1 demuxer
|
2007-02-09 12:10:15 +00:00 |
amr.c
|
…
|
|
asf-enc.c
|
fix broken memset(padding, 0) code
|
2007-02-09 20:49:12 +00:00 |
asf.c
|
use dvr-ms timestamps
|
2007-02-10 03:36:12 +00:00 |
asf.h
|
use dvr-ms timestamps
|
2007-02-10 03:36:12 +00:00 |
au.c
|
remove now useless codec_tag setting code in muxers
|
2007-01-21 12:44:58 +00:00 |
audio.c
|
#include detected soundcard.h instead of testing for OpenBSD
|
2007-02-10 22:25:52 +00:00 |
avformat.h
|
add key field to AVFormatContext for de/encryption support, patch by Reimar
|
2007-02-11 12:37:28 +00:00 |
avi.h
|
…
|
|
avidec.c
|
supporting files with A,V,I,0x19 header
|
2007-02-07 17:56:31 +00:00 |
avienc.c
|
get rid of the [4] limitation of codec tag lists
|
2007-01-21 12:08:31 +00:00 |
avio.c
|
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the
|
2007-01-30 10:37:52 +00:00 |
avio.h
|
makes the filename member of the URLContext a pointer, so that the
|
2007-01-14 22:07:19 +00:00 |
aviobuf.c
|
Fix misbehaviour in url_fseek() when seeking fails.
|
2007-01-30 10:48:39 +00:00 |
avisynth.c
|
…
|
|
avs.c
|
…
|
|
barpainet.h
|
…
|
|
base64.c
|
…
|
|
base64.h
|
…
|
|
beosaudio.cpp
|
…
|
|
crc.c
|
…
|
|
cutils.c
|
…
|
|
daud.c
|
…
|
|
dc1394.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
dsicin.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +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
|
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
|
2007-01-11 22:32:19 +00:00 |
dv1394.c
|
remove void * used in arithmetic warnings
|
2007-01-26 12:32:23 +00:00 |
dv1394.h
|
…
|
|
dvenc.c
|
* Fixing a bug with incorrect bits set in AAUX source pack
|
2007-01-15 07:41:28 +00:00 |
electronicarts.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
ffm.c
|
…
|
|
file.c
|
…
|
|
flic.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
flv.h
|
…
|
|
flvdec.c
|
flv follows in movs footsteps and has random trash in the width/height fields
|
2007-01-23 15:38:07 +00:00 |
flvenc.c
|
remove now useless codec_tag setting code in muxers
|
2007-01-21 12:44:58 +00:00 |
framehook.c
|
an alloc func failing should give ENOMEM anyway.
|
2007-01-28 09:07:49 +00:00 |
framehook.h
|
…
|
|
gif.c
|
…
|
|
gifdec.c
|
…
|
|
grab.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
grab_bktr.c
|
…
|
|
gxf.c
|
Use av_set_pts_info and set some arbitrary timebase fallback
|
2007-02-08 20:54:12 +00:00 |
gxf.h
|
…
|
|
gxfenc.c
|
Fix some more license headers.
|
2007-01-22 01:16:42 +00:00 |
http.c
|
move networking #includes into separate file
|
2007-02-04 17:05:44 +00:00 |
idcin.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
idroq.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
img2.c
|
…
|
|
ipmovie.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
isom.c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
2007-01-21 01:39:17 +00:00 |
isom.h
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
2007-01-21 01:39:17 +00:00 |
libnut.c
|
Properly separate native and libnut NUT (de)muxers.
|
2007-02-09 08:28:47 +00:00 |
matroska.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
mm.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
mmf.c
|
…
|
|
mov.c
|
remove some printf warnings
|
2007-01-24 15:59:58 +00:00 |
movenc.c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
2007-01-21 01:39:17 +00:00 |
mp3.c
|
better generic index building and seeking code
|
2007-02-05 23:04:48 +00:00 |
mpc.c
|
10l, > vs. >= typo, caused crashes on last mpc frame
|
2007-01-14 16:10:05 +00:00 |
mpeg.c
|
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)
|
2007-02-06 19:14:16 +00:00 |
mpegts.c
|
demux VC1 in mpegts
|
2007-02-09 20:34:24 +00:00 |
mpegts.h
|
demux VC1 in mpegts
|
2007-02-09 20:34:24 +00:00 |
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
|
2007-02-11 12:50:33 +00:00 |
network.h
|
move networking #includes into separate file
|
2007-02-04 17:05:44 +00:00 |
nsvdec.c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
2007-01-21 01:39:17 +00:00 |
nut.c
|
variable renaming: mp3lame --> libmp3lame
|
2007-01-07 00:02:15 +00:00 |
nut.h
|
…
|
|
nutdec.c
|
simplify
|
2007-01-21 12:43:29 +00:00 |
nuv.c
|
10l to whoever wrote this (wrong fps, fixes nirvana.nuv)
|
2007-01-31 11:24:04 +00:00 |
ogg.c
|
…
|
|
ogg2.c
|
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test
|
2007-01-15 22:45:50 +00:00 |
ogg2.h
|
save/restore number of streams
|
2007-01-15 22:05:22 +00:00 |
oggparseflac.c
|
…
|
|
oggparseogm.c
|
…
|
|
oggparsetheora.c
|
…
|
|
oggparsevorbis.c
|
…
|
|
os_support.c
|
…
|
|
os_support.h
|
The long awaited BeOS cleanup, phase 1
|
2007-01-18 17:22:30 +00:00 |
psxstr.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
qtpalette.h
|
…
|
|
raw.c
|
Raw VC-1 demuxer
|
2007-02-09 12:10:15 +00:00 |
riff.c
|
add waveformatextensible support
|
2007-01-25 21:56:06 +00:00 |
riff.h
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
2007-01-21 01:39:17 +00:00 |
rm.c
|
…
|
|
rtp.c
|
move networking #includes into separate file
|
2007-02-04 17:05:44 +00:00 |
rtp.h
|
Missing prototype added
|
2007-01-29 15:02:57 +00:00 |
rtp_h264.c
|
move networking #includes into separate file
|
2007-02-04 17:05:44 +00:00 |
rtp_h264.h
|
…
|
|
rtp_internal.h
|
…
|
|
rtpproto.c
|
move networking #includes into separate file
|
2007-02-04 17:05:44 +00:00 |
rtsp.c
|
move networking #includes into separate file
|
2007-02-04 17:05:44 +00:00 |
rtsp.h
|
…
|
|
rtspcodes.h
|
…
|
|
segafilm.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
sgi.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
sierravmd.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
smacker.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
sol.c
|
…
|
|
swf.c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
2007-01-21 01:39:17 +00:00 |
tcp.c
|
move networking #includes into separate file
|
2007-02-04 17:05:44 +00:00 |
tiertexseq.c
|
missdetected a broken mp3
|
2007-01-02 22:22:12 +00:00 |
tta.c
|
…
|
|
udp.c
|
move networking #includes into separate file
|
2007-02-04 17:05:44 +00:00 |
utils.c
|
better generic index building and seeking code
|
2007-02-05 23:04:48 +00:00 |
v4l2.c
|
Pass a proper context to av_log()
|
2007-02-12 13:38:14 +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
|
get rid of the [4] limitation of codec tag lists
|
2007-01-21 12:08:31 +00:00 |
vocenc.c
|
remove now useless codec_tag setting code in voc muxer
|
2007-01-21 22:41:37 +00:00 |
wav.c
|
better generic index building and seeking code
|
2007-02-05 23:04:48 +00:00 |
wc3movie.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
westwood.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
wv.c
|
Seeking support in WavPack
|
2007-01-28 17:23:28 +00:00 |
x11grab.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
yuv4mpeg.c
|
…
|
|