You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jai Menon a00f440f37 Cosmetics : reindent after last commit and remove redundant comment. 16 years ago
..
4xm.c
Makefile Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
adtsenc.c Rename bitstream.h to get_bits.h. 16 years ago
aiff.c Remove useless init from aiff_read_header() found by CSA. 16 years ago
allformats.c Support raw TrueHD files 16 years ago
amr.c
apc.c
ape.c
asf.c Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure 16 years ago
asf.h Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure 16 years ago
asfcrypt.c
asfcrypt.h
asfdec.c Remove nonsensical assignment from asf_read_seek() found by CSA. 16 years ago
asfenc.c Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure 16 years ago
assdec.c
assenc.c
au.c
audiointerleave.c Reorder arguments for av_fifo_generic_read to be more logical and 16 years ago
audiointerleave.h
avc.c Use intptr_t when casting pointers to int. 16 years ago
avc.h
avformat.h Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly 16 years ago
avi.h
avidec.c set avi fsize to INT64_MAX if riff tag end is not set and file size is not available 16 years ago
avienc.c use av_freep() instead of av_free() + =NULL. 16 years ago
avio.c
avio.h
aviobuf.c seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext 16 years ago
avisynth.c
avs.c
bethsoftvid.c
bfi.c
c93.c
crcenc.c
cutils.c
daud.c
dsicin.c
dv.c
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c Remove unused audio_pts field from ea demuxer struct 16 years ago
ffm.h
ffmdec.c remove useless duplication of what av_new_stream() already does 16 years ago
ffmenc.c do not write ffm write index by default, detect if file is being written and return EOF 16 years ago
file.c Use intptr_t when casting pointers to int. 16 years ago
flacdec.c seek backwards 4 bytes if 'fLaC' marker is not found 16 years ago
flacenc.c
flacenc.h
flic.c
flv.h
flvdec.c Remove unused variable from flv_read_metabody() found by CSA. 16 years ago
flvenc.c
framecrcenc.c
gif.c Rename pbBufPtr() to put_bits_ptr(). 16 years ago
gopher.c
gxf.c
gxf.h
gxfenc.c
http.c
id3v2.c
id3v2.h
idcin.c
idroq.c Simplify RoQ demuxer pts calculation by using a appropriate time bases. 16 years ago
iff.c
img2.c PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. 16 years ago
internal.h
ipmovie.c
isom.c Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. 16 years ago
isom.h allocate palette in codec directly 16 years ago
iss.c
libnut.c
lmlm4.c
matroska.c matroska: add support for MLP and TRUEHD codec tags 16 years ago
matroska.h Add some basic metadata conversion tables for matroska and asf. 16 years ago
matroskadec.c
matroskaenc.c
metadata.c
metadata.h
metadata_compat.c
mm.c
mmf.c
mov.c Introduce codec id for MPEG-4 ALS and associate it with corresponding 16 years ago
movenc.c Rename bitstream.h to get_bits.h. 16 years ago
mp3.c handle id3v2 'genre' tag formated as '%d' 16 years ago
mpc.c Rename bitstream.h to get_bits.h. 16 years ago
mpc8.c Rename bitstream.h to get_bits.h. 16 years ago
mpeg.c Remove 2 ++ from check_pes() that are useless, found by CSA. 16 years ago
mpeg.h
mpegenc.c Rename pbBufPtr() to put_bits_ptr(). 16 years ago
mpegts.c remove useless wrapper 16 years ago
mpegts.h
mpegtsenc.c
mpjpeg.c
msnwc_tcp.c
mtv.c
mvi.c
mxf.c
mxf.h
mxfdec.c protect realloc overflow 16 years ago
mxfenc.c use utc time for timestamp and do not set it if not specified 16 years ago
ncdec.c
network.h
nsvdec.c Cosmetics : reindent after last commit and remove redundant comment. 16 years ago
nut.c
nut.h
nutdec.c
nutenc.c
nuv.c Fix memleak in nuv demuxer: free packet already allocated packet when 16 years ago
oggdec.c Ensure that there's pages to read for duration calculation in the ogg demuxer 16 years ago
oggdec.h Document ogg_codec's header function 16 years ago
oggenc.c
oggparseflac.c Rename bitstream.h to get_bits.h. 16 years ago
oggparseogm.c Rename bitstream.h to get_bits.h. 16 years ago
oggparsespeex.c Rename bitstream.h to get_bits.h. 16 years ago
oggparsetheora.c Rename bitstream.h to get_bits.h. 16 years ago
oggparsevorbis.c Rename bitstream.h to get_bits.h. 16 years ago
oma.c
options.c
os_support.c
os_support.h
output-example.c Move output_example.c --> libavformat/output-example.c. 16 years ago
psxstr.c
pva.c
qtpalette.h Remove alpha channel from default colorspace tables, since it is unused. See 16 years ago
r3d.c
raw.c Rename bitstream.h to get_bits.h. 16 years ago
raw.h
rdt.c Rename bitstream.h to get_bits.h. 16 years ago
rdt.h
riff.c Add 'PNG1' to PNG fourcc codes. 16 years ago
riff.h
rl2.c
rm.c
rm.h Remove packet returning in ff_rm_parse_packet() if we're using the packet 16 years ago
rmdec.c Move declarations in sync() closer to where they are used. 16 years ago
rmenc.c Remove index writing in RM muxer, since it is broken (multiple streams per 16 years ago
rpl.c
rtp.c Rename bitstream.h to get_bits.h. 16 years ago
rtp.h
rtp_aac.c AAC packetiser cleanup: use consts instead of #defines 16 years ago
rtp_amr.c Add support for AMR audio in the RTP muxer 16 years ago
rtp_asf.c Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a 16 years ago
rtp_asf.h Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a 16 years ago
rtp_h263.c Fix the copyright year 16 years ago
rtp_h264.c Rename bitstream.h to get_bits.h. 16 years ago
rtp_h264.h
rtp_mpv.c
rtp_vorbis.c Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
rtp_vorbis.h Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
rtpdec.c Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
rtpdec.h
rtpenc.c Rename bitstream.h to get_bits.h. 16 years ago
rtpenc.h Add support for AMR audio in the RTP muxer 16 years ago
rtpenc_h264.c
rtpproto.c
rtsp.c Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, 16 years ago
rtsp.h Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, 16 years ago
rtspcodes.h
sdp.c Add support for AMR audio in the RTP muxer 16 years ago
segafilm.c
sierravmd.c
siff.c
smacker.c Make Smacker audio decoder output audio in original bit depth 16 years ago
sol.c
swf.h remove unused fields in swf context 16 years ago
swfdec.c swf timestamps are 16 bits 16 years ago
swfenc.c Rename pbBufPtr() to put_bits_ptr(). 16 years ago
tcp.c
thp.c
tiertexseq.c
timefilter.c Replace rand() usage by av_lfg_get(). 16 years ago
timefilter.h
tta.c Rename bitstream.h to get_bits.h. 16 years ago
txd.c
udp.c
utils.c Set frame defaults in try_decode_frame. 16 years ago
vc1test.c
vc1testenc.c
voc.c
voc.h
vocdec.c
vocenc.c
vqf.c
wav.c
wc3movie.c Slightly improve/correct description of wc3_pal_lookup 16 years ago
westwood.c Remove unused code from Westwood VQA/AUD demuxer. 16 years ago
wv.c
xa.c
yuv4mpeg.c