.. |
4xm.c
|
|
|
adtsenc.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
aiff.c
|
|
|
allformats.c
|
Support raw TrueHD files
|
2009-03-19 21:46:56 +00:00 |
amr.c
|
|
|
apc.c
|
|
|
ape.c
|
|
|
asf.c
|
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
|
2009-03-18 14:03:40 +00:00 |
asf.h
|
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
|
2009-03-18 14:03:40 +00:00 |
asfcrypt.c
|
|
|
asfcrypt.h
|
|
|
asfdec.c
|
Moving variable declarations in asf_build_simple_index() to clarify&prettify code.
|
2009-04-17 12:37:39 +00:00 |
asfenc.c
|
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
|
2009-03-18 14:03:40 +00:00 |
assdec.c
|
|
|
assenc.c
|
|
|
au.c
|
|
|
audiointerleave.c
|
Reorder arguments for av_fifo_generic_read to be more logical and
|
2009-03-09 17:47:47 +00:00 |
audiointerleave.h
|
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
|
2009-03-08 14:16:55 +00:00 |
avc.c
|
Use intptr_t when casting pointers to int.
|
2009-03-26 01:34:02 +00:00 |
avc.h
|
|
|
avformat.h
|
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
|
2009-04-15 20:18:02 +00:00 |
avi.h
|
|
|
avidec.c
|
set avi fsize to INT64_MAX if riff tag end is not set and file size is not available
|
2009-03-19 21:57:14 +00:00 |
avienc.c
|
use av_freep() instead of av_free() + =NULL.
|
2009-04-07 12:31:28 +00:00 |
avio.c
|
|
|
avio.h
|
|
|
aviobuf.c
|
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext
|
2009-04-13 04:02:51 +00:00 |
avisynth.c
|
|
|
avs.c
|
|
|
bethsoftvid.c
|
|
|
bfi.c
|
|
|
c93.c
|
|
|
crcenc.c
|
|
|
cutils.c
|
|
|
daud.c
|
|
|
dsicin.c
|
|
|
dv.c
|
|
|
dv.h
|
|
|
dvenc.c
|
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
|
2009-03-08 14:16:55 +00:00 |
dxa.c
|
|
|
eacdata.c
|
|
|
electronicarts.c
|
Remove unused audio_pts field from ea demuxer struct
|
2009-04-16 12:46:06 +00:00 |
ffm.h
|
|
|
ffmdec.c
|
remove useless duplication of what av_new_stream() already does
|
2009-04-10 12:49:53 +00:00 |
ffmenc.c
|
do not write ffm write index by default, detect if file is being written and return EOF
|
2009-03-20 01:23:33 +00:00 |
file.c
|
Use intptr_t when casting pointers to int.
|
2009-03-26 01:34:02 +00:00 |
flacdec.c
|
seek backwards 4 bytes if 'fLaC' marker is not found
|
2009-03-21 00:49:14 +00:00 |
flacenc.c
|
|
|
flacenc.h
|
|
|
flic.c
|
|
|
flv.h
|
|
|
flvdec.c
|
Disable metadata reading. Yes, I would like to know what this code is good for
|
2009-04-12 04:01:03 +00:00 |
flvenc.c
|
|
|
framecrcenc.c
|
|
|
gif.c
|
Rename pbBufPtr() to put_bits_ptr().
|
2009-04-13 16:59:38 +00:00 |
gopher.c
|
|
|
gxf.c
|
|
|
gxf.h
|
|
|
gxfenc.c
|
reindent
|
2009-03-09 04:17:12 +00:00 |
http.c
|
|
|
id3v2.c
|
|
|
id3v2.h
|
|
|
idcin.c
|
|
|
idroq.c
|
Simplify RoQ demuxer pts calculation by using a appropriate time bases.
|
2009-03-13 13:37:35 +00:00 |
iff.c
|
|
|
img2.c
|
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
|
2009-03-20 17:23:45 +00:00 |
internal.h
|
|
|
ipmovie.c
|
|
|
isom.c
|
Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
|
2009-04-02 12:15:04 +00:00 |
isom.h
|
allocate palette in codec directly
|
2009-03-15 09:44:57 +00:00 |
iss.c
|
|
|
libnut.c
|
|
|
lmlm4.c
|
|
|
Makefile
|
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
|
2009-04-14 15:01:46 +00:00 |
matroska.c
|
matroska: add support for MLP and TRUEHD codec tags
|
2009-03-30 21:37:04 +00:00 |
matroska.h
|
|
|
matroskadec.c
|
|
|
matroskaenc.c
|
|
|
metadata_compat.c
|
|
|
metadata.c
|
|
|
metadata.h
|
|
|
mm.c
|
|
|
mmf.c
|
|
|
mov.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
movenc.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
mp3.c
|
handle id3v2 'genre' tag formated as '%d'
|
2009-03-22 16:10:37 +00:00 |
mpc8.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
mpc.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
mpeg.c
|
Split TrueHD decoder from MLP
|
2009-03-19 21:23:39 +00:00 |
mpeg.h
|
|
|
mpegenc.c
|
Rename pbBufPtr() to put_bits_ptr().
|
2009-04-13 16:59:38 +00:00 |
mpegts.c
|
remove useless wrapper
|
2009-04-12 09:04:12 +00:00 |
mpegts.h
|
|
|
mpegtsenc.c
|
|
|
mpjpeg.c
|
|
|
msnwc_tcp.c
|
|
|
mtv.c
|
|
|
mvi.c
|
|
|
mxf.c
|
|
|
mxf.h
|
|
|
mxfdec.c
|
protect realloc overflow
|
2009-03-21 00:50:51 +00:00 |
mxfenc.c
|
use utc time for timestamp and do not set it if not specified
|
2009-03-14 23:39:52 +00:00 |
ncdec.c
|
|
|
network.h
|
|
|
nsvdec.c
|
|
|
nut.c
|
|
|
nut.h
|
|
|
nutdec.c
|
|
|
nutenc.c
|
|
|
nuv.c
|
Fix memleak in nuv demuxer: free packet already allocated packet when
|
2009-04-09 14:16:22 +00:00 |
oggdec.c
|
Ensure that there's pages to read for duration calculation in the ogg demuxer
|
2009-04-15 06:41:08 +00:00 |
oggdec.h
|
Document ogg_codec's header function
|
2009-03-21 08:03:30 +00:00 |
oggenc.c
|
|
|
oggparseflac.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
oggparseogm.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
oggparsespeex.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
oggparsetheora.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
oggparsevorbis.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
oma.c
|
|
|
options.c
|
|
|
os_support.c
|
|
|
os_support.h
|
|
|
output-example.c
|
Move output_example.c --> libavformat/output-example.c.
|
2009-03-27 00:01:06 +00:00 |
psxstr.c
|
|
|
pva.c
|
|
|
qtpalette.h
|
Remove alpha channel from default colorspace tables, since it is unused. See
|
2009-03-22 13:05:13 +00:00 |
r3d.c
|
|
|
raw.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
raw.h
|
|
|
rdt.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
rdt.h
|
|
|
riff.c
|
Add 'PNG1' to PNG fourcc codes.
|
2009-04-10 12:18:04 +00:00 |
riff.h
|
|
|
rl2.c
|
|
|
rm.c
|
|
|
rm.h
|
Remove packet returning in ff_rm_parse_packet() if we're using the packet
|
2009-03-16 12:57:49 +00:00 |
rmdec.c
|
Add a @todo with a comment from Kostya so we don't forget to optimize that at
|
2009-03-22 12:47:16 +00:00 |
rmenc.c
|
Remove index writing in RM muxer, since it is broken (multiple streams per
|
2009-03-21 20:34:24 +00:00 |
rpl.c
|
|
|
rtp_aac.c
|
AAC packetiser cleanup: use consts instead of #defines
|
2009-04-09 21:48:45 +00:00 |
rtp_amr.c
|
Add support for AMR audio in the RTP muxer
|
2009-04-08 07:16:14 +00:00 |
rtp_asf.c
|
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a
|
2009-03-20 01:11:08 +00:00 |
rtp_asf.h
|
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a
|
2009-03-20 01:11:08 +00:00 |
rtp_h263.c
|
Fix the copyright year
|
2009-04-07 12:28:41 +00:00 |
rtp_h264.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
rtp_h264.h
|
|
|
rtp_mpv.c
|
|
|
rtp_vorbis.c
|
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
|
2009-04-14 15:01:46 +00:00 |
rtp_vorbis.h
|
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
|
2009-04-14 15:01:46 +00:00 |
rtp.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
rtp.h
|
|
|
rtpdec.c
|
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
|
2009-04-14 15:01:46 +00:00 |
rtpdec.h
|
|
|
rtpenc_h264.c
|
|
|
rtpenc.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
rtpenc.h
|
Add support for AMR audio in the RTP muxer
|
2009-04-08 07:16:14 +00:00 |
rtpproto.c
|
|
|
rtsp.c
|
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,
|
2009-04-15 13:04:34 +00:00 |
rtsp.h
|
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,
|
2009-04-15 13:04:34 +00:00 |
rtspcodes.h
|
|
|
sdp.c
|
Add support for AMR audio in the RTP muxer
|
2009-04-08 07:16:14 +00:00 |
segafilm.c
|
|
|
sierravmd.c
|
|
|
siff.c
|
|
|
smacker.c
|
Make Smacker audio decoder output audio in original bit depth
|
2009-03-21 15:52:14 +00:00 |
sol.c
|
|
|
swf.h
|
remove unused fields in swf context
|
2009-03-14 22:49:01 +00:00 |
swfdec.c
|
swf timestamps are 16 bits
|
2009-03-14 22:51:38 +00:00 |
swfenc.c
|
Rename pbBufPtr() to put_bits_ptr().
|
2009-04-13 16:59:38 +00:00 |
tcp.c
|
|
|
thp.c
|
|
|
tiertexseq.c
|
|
|
timefilter.c
|
Replace rand() usage by av_lfg_get().
|
2009-04-10 17:12:36 +00:00 |
timefilter.h
|
Add my name to copyright & author as requested by the original author.
|
2009-03-06 20:51:50 +00:00 |
tta.c
|
Rename bitstream.h to get_bits.h.
|
2009-04-13 16:20:26 +00:00 |
txd.c
|
|
|
udp.c
|
|
|
utils.c
|
Set frame defaults in try_decode_frame.
|
2009-04-13 03:38:55 +00:00 |
vc1test.c
|
|
|
vc1testenc.c
|
|
|
voc.c
|
|
|
voc.h
|
|
|
vocdec.c
|
|
|
vocenc.c
|
|
|
vqf.c
|
VQF demuxer
|
2009-03-07 22:42:09 +00:00 |
wav.c
|
|
|
wc3movie.c
|
Slightly improve/correct description of wc3_pal_lookup
|
2009-04-12 08:49:20 +00:00 |
westwood.c
|
Remove unused code from Westwood VQA/AUD demuxer.
|
2009-04-16 12:39:14 +00:00 |
wv.c
|
|
|
xa.c
|
|
|
yuv4mpeg.c
|
|
|