.. |
4xm.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Makefile
|
Add support for speex in ogg
|
17 years ago |
adtsenc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
aiff.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
allformats.c
|
typo fix: inited --> initialized
|
17 years ago |
amr.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
apc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
ape.c
|
fix 8 "initialization discards qualifiers from pointer target type"
|
17 years ago |
asf-enc.c
|
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type
|
17 years ago |
asf.c
|
Remove ff_mms_set_stream_selection again from asf demuxer,
|
17 years ago |
asf.h
|
typo: begining --> beginning
|
17 years ago |
asfcrypt.c
|
Add support for decrypting asf files
|
17 years ago |
asfcrypt.h
|
Add missing #includes to fix 'make checkheaders'.
|
17 years ago |
au.c
|
Add support for S8 PCM (codec 2)
|
17 years ago |
avc.c
|
Fix misplaced const, avoids a cast-discards-qualifiers warning
|
17 years ago |
avc.h
|
const
|
17 years ago |
avformat.h
|
SMPTE 421 Annex L format demuxer
|
17 years ago |
avi.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
avidec.c
|
Extract aspect ratio from ODML/vprp.
|
17 years ago |
avienc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
avio.c
|
url_write is part of the public API so it may not be under ifdef.
|
17 years ago |
avio.h
|
Add a av_alloc_put_byte function.
|
17 years ago |
aviobuf.c
|
improve CRC API
|
17 years ago |
avisynth.c
|
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
18 years ago |
avs.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
bethsoftvid.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
c93.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
crcenc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
cutils.c
|
spelling cosmetics
|
18 years ago |
daud.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
dsicin.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
dv.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
dv.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
dvenc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
dxa.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
eacdata.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
electronicarts.c
|
add pcm_s16le_planar support for electronicarts files
|
17 years ago |
ffm.c
|
Fix random typos.
|
17 years ago |
file.c
|
os_support.h is also needed for usleep and lseek on MinGW.
|
17 years ago |
flic.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
flv.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
flvdec.c
|
Reindent
|
17 years ago |
flvenc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
framecrcenc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
framehook.c
|
Rename two structures, identifiers starting with _[A-Z] are reserved.
|
17 years ago |
framehook.h
|
mention libavfilter in warning about deprecated vhook
|
17 years ago |
gif.c
|
Replace idiotic (what moron wrote that code?) "buffer overflow" message by
|
17 years ago |
gifdec.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
gxf.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
gxf.h
|
cosmetics: alignment
|
18 years ago |
gxfenc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
http.c
|
Remove a pointless cast.
|
17 years ago |
idcin.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
idroq.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
img2.c
|
Sun Rasterfile decoder
|
17 years ago |
ipmovie.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
isom.c
|
fcp imx 40 fourccs
|
17 years ago |
isom.h
|
Set correct codec type and id for text subtitles.
|
17 years ago |
libnut.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
lmlm4.c
|
Linux Media Labs MPEG-4 (LMLM4) demuxer
|
17 years ago |
matroska.c
|
Add support for Matroska attachments.
|
17 years ago |
matroska.h
|
Add support for Matroska attachments.
|
17 years ago |
matroskadec.c
|
Remove incorrect cast found by -Wwrite-strings.
|
17 years ago |
matroskaenc.c
|
Write 0 instead of seeking forward (and leaving bytes uninitalized),
|
17 years ago |
mm.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
mmf.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
mov.c
|
honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw
|
17 years ago |
movenc.c
|
cosmetics, remove whitespaces before and after parenthesis
|
17 years ago |
mp3.c
|
Another const found by -Wwrite-strings.
|
17 years ago |
mpc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
mpc8.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
mpeg.c
|
Suppress runaway index on streamed input
|
17 years ago |
mpeg.h
|
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it
|
17 years ago |
mpegenc.c
|
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function
|
17 years ago |
mpegts.c
|
improve CRC API
|
17 years ago |
mpegts.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
mpegtsenc.c
|
improve CRC API
|
17 years ago |
mpjpeg.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
mtv.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
mxf.c
|
add const
|
17 years ago |
network.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
nsvdec.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
nut.c
|
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
|
17 years ago |
nut.h
|
Elision header demuxing support.
|
17 years ago |
nutdec.c
|
Elision header demuxing support.
|
17 years ago |
nutenc.c
|
It appears last_pts was not set ...
|
17 years ago |
nuv.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
oggdec.c
|
Add support for speex in ogg
|
17 years ago |
oggdec.h
|
Add support for speex in ogg
|
17 years ago |
oggenc.c
|
Fix issue 338:
|
17 years ago |
oggparseflac.c
|
Rename ogg2.[ch] to oggdec.[ch].
|
17 years ago |
oggparseogm.c
|
const
|
17 years ago |
oggparsespeex.c
|
Add support for speex in ogg
|
17 years ago |
oggparsetheora.c
|
set PKT_FLAG_KEY for Theora and OGM streams
|
17 years ago |
oggparsevorbis.c
|
const
|
17 years ago |
os_support.c
|
Include poll.h instead of sys/poll.h
|
17 years ago |
os_support.h
|
Include poll.h instead of sys/poll.h
|
17 years ago |
psxstr.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
pva.c
|
Implement read_timestamp and enable seeking in PVA files.
|
17 years ago |
qtpalette.h
|
Fix make checkheaders.
|
17 years ago |
raw.c
|
Set pts/dts in raw (yuv,rgb,pcm) demuxers.
|
17 years ago |
raw.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
riff.c
|
Add dv50 tag to support samples with dv50 fourcc in AVI.
|
17 years ago |
riff.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
rm.h
|
Make three rm demuxer functions non static.
|
17 years ago |
rmdec.c
|
Fix forgotten braces from r11039
|
17 years ago |
rmenc.c
|
Fix muxer so that generated files are playable by realplayer, other open
|
17 years ago |
rtp.c
|
Make AVRtpPayloadTypes static and constant
|
17 years ago |
rtp.h
|
Make AVRtpPayloadTypes static and constant
|
17 years ago |
rtp_aac.c
|
Allow to set the maximum number of frames per RTP packet (and add support for
|
17 years ago |
rtp_aac.h
|
Add missing #includes to fix 'make checkheaders'.
|
17 years ago |
rtp_h264.c
|
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
|
17 years ago |
rtp_h264.h
|
Add support for H.264 video in the RTP muxer
|
17 years ago |
rtp_internal.h
|
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
|
17 years ago |
rtp_mpv.c
|
Add my name to the copyright header, since rtp_mpv now contains
|
17 years ago |
rtp_mpv.h
|
Add missing #includes to fix 'make checkheaders'.
|
17 years ago |
rtpdec.c
|
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
|
17 years ago |
rtpenc.c
|
Add support for H.264 video in the RTP muxer
|
17 years ago |
rtpenc_h264.c
|
Add support for H.264 video in the RTP muxer
|
17 years ago |
rtpproto.c
|
Add #include "os_support.h" to restore OS/2 support.
|
17 years ago |
rtsp.c
|
Drop RTSP default protocol.
|
17 years ago |
rtsp.h
|
Drop RTSP default protocol.
|
17 years ago |
rtspcodes.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
sdp.c
|
Support out-of-band parameter sets in SDP for H.264 video
|
17 years ago |
segafilm.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
sierravmd.c
|
Fix a possible use of an uninitialized pointer.
|
17 years ago |
siff.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
smacker.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
sol.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
swf.c
|
unset extension, so code path, and guess format do not choose
|
17 years ago |
tcp.c
|
Include os_support.h only when needed
|
17 years ago |
thp.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
tiertexseq.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
tta.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
txd.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
udp.c
|
Do not use GNU-specific (or BSD-specific or whatever they may be)
|
17 years ago |
utils.c
|
Fix timestamps and durations if the first packets have no durations nor timestamps,
|
17 years ago |
vc1test.c
|
SMPTE 421 Annex L format demuxer
|
17 years ago |
voc.c
|
license header consistency cosmetics
|
18 years ago |
voc.h
|
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
vocdec.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
vocenc.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
wav.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
wc3movie.c
|
1000l _reserved (found by checktree.sh)
|
17 years ago |
westwood.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
wv.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
yuv4mpeg.c
|
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |