..
4xm.c
lavu: replace int/float punning functions
13 years ago
Makefile
Add a tool that uses avio to read and write, doing a plain copy of data
13 years ago
a64.c
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
13 years ago
aacdec.c
lavf: make av_set_pts_info private.
13 years ago
ac3dec.c
lavc: use avpriv_ prefix for ff_ac3_parse_header.
13 years ago
adts.h
…
adtsenc.c
latmdec: fix audio specific config parsing
13 years ago
adxdec.c
adx: add AVFMT_GENERIC_INDEX to demuxer flags.
13 years ago
aea.c
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
13 years ago
aiff.h
AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)
13 years ago
aiffdec.c
lavu: replace int/float punning functions
13 years ago
aiffenc.c
lavu: replace int/float punning functions
13 years ago
allformats.c
add SMJPEG muxer
13 years ago
amr.c
lavf: make av_set_pts_info private.
13 years ago
anm.c
lavf: deprecate av_close_input_stream().
13 years ago
apc.c
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
13 years ago
ape.c
lavf: make av_set_pts_info private.
13 years ago
apetag.c
…
apetag.h
…
applehttp.c
applehttp: Use half the target duration as interval if the playlist didn't update
13 years ago
applehttpproto.c
applehttpproto: Apply the same reload interval changes as for the demuxer
13 years ago
asf.c
…
asf.h
…
asfcrypt.c
…
asfcrypt.h
…
asfdec.c
asfdec: add side data to ASFStream packet instead of output packet.
13 years ago
asfenc.c
lavf: make av_set_pts_info private.
13 years ago
assdec.c
lavf: make av_set_pts_info private.
13 years ago
assenc.c
…
au.c
lavf: make av_set_pts_info private.
13 years ago
audiointerleave.c
Do not include mathematics.h in avutil.h
14 years ago
audiointerleave.h
…
avc.c
avc: fix memory errors when encoding invalid h264 codecdata
13 years ago
avc.h
…
avformat.h
lavf: fix and extend av_interleaved_write_frame() doxy.
13 years ago
avi.h
Generalize RIFF INFO tag support; support reading INFO tag in wav
13 years ago
avidec.c
avidec: migrate last of lavf from FF_ER_* to AV_EF_*
13 years ago
avienc.c
lavf: make av_set_pts_info private.
13 years ago
avio.c
avio: Only do implicit network initialization for network protocols
13 years ago
avio.h
avio: Fix the value of the deprecated URL_FLAG_NONBLOCK
13 years ago
avio_internal.h
avio: add avio_open2, taking an interrupt callback and options
13 years ago
aviobuf.c
cosmetics: drop some pointless parentheses
13 years ago
avisynth.c
lavf: make av_set_pts_info private.
13 years ago
avlanguage.c
Employ FF_ARRAY_ELEMS instead of manually calculating array length.
13 years ago
avlanguage.h
…
avs.c
lavf: replace av_new_stream->avformat_new_stream part II.
13 years ago
bethsoftvid.c
lavf: make av_set_pts_info private.
13 years ago
bfi.c
lavf: make av_set_pts_info private.
13 years ago
bink.c
lavf: make av_set_pts_info private.
13 years ago
bmv.c
lavf: make av_set_pts_info private.
13 years ago
c93.c
lavf: make av_set_pts_info private.
13 years ago
caf.c
…
caf.h
…
cafdec.c
lavu: replace int/float punning functions
13 years ago
cavsvideodec.c
…
cdg.c
lavf: make av_set_pts_info private.
13 years ago
concat.c
proto: Realign struct initializers
13 years ago
crcenc.c
crcenc: add flags
13 years ago
crypto.c
avio: add support for passing options to protocols.
13 years ago
cutils.c
Replace ffmpeg references with more accurate libav* references.
13 years ago
daud.c
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
13 years ago
dfa.c
lavf: make av_set_pts_info private.
13 years ago
diracdec.c
…
dnxhddec.c
…
dsicin.c
lavf: make av_set_pts_info private.
13 years ago
dtsdec.c
lavf: use designated initialisers for all (de)muxers.
14 years ago
dv.c
lavf: make av_set_pts_info private.
13 years ago
dv.h
lavf: use avpriv_ prefix for some dv functions.
13 years ago
dvenc.c
lavc: use avpriv_ prefix for some dv symbols used in lavf.
13 years ago
dxa.c
lavf: make av_set_pts_info private.
13 years ago
eacdata.c
lavf: make av_set_pts_info private.
13 years ago
electronicarts.c
electronicarts: check bytes per sample for validity
13 years ago
ffm.h
Rename ffserver to avserver.
14 years ago
ffmdec.c
lavu: replace int/float punning functions
13 years ago
ffmenc.c
ffmenc: remove references to deprecated AVFormatContext.timestamp.
13 years ago
ffmeta.h
…
ffmetadec.c
lavf: use avpriv_ prefix for ff_new_chapter().
13 years ago
ffmetaenc.c
…
file.c
Remove some stray unnecessary ffmpeg references.
13 years ago
filmstripdec.c
lavf: make av_set_pts_info private.
13 years ago
filmstripenc.c
lavf: use designated initialisers for all (de)muxers.
14 years ago
flacdec.c
flacdec: skip all track indices at once instead of looping.
13 years ago
flacenc.c
Replace vendor string in Ogg and FLAC muxers.
13 years ago
flacenc.h
…
flacenc_header.c
flac muxer: fix writing of file header and STREAMINFO header from extradata
13 years ago
flic.c
lavf: make av_set_pts_info private.
13 years ago
flv.h
doxygen: do not include license boilerplate in Doxygen documentation
14 years ago
flvdec.c
flvdec: Fix compiler warning for uninitialized variables
13 years ago
flvenc.c
flvenc: Support muxing 16 kHz nellymoser
13 years ago
framecrcenc.c
crcenc: add flags
13 years ago
gif.c
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
13 years ago
gopher.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
gsmdec.c
gsm demuxer: use generic seeking instead of a gsm-specific function.
13 years ago
gxf.c
lavf: make av_set_pts_info private.
13 years ago
gxf.h
…
gxfenc.c
lavu: replace int/float punning functions
13 years ago
h261dec.c
…
h263dec.c
…
h264dec.c
…
http.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
http.h
http: Remove the now unused ff_http_set_headers custom function
13 years ago
httpauth.c
http: Handle proxy authentication
13 years ago
httpauth.h
…
id3v1.c
…
id3v1.h
…
id3v2.c
Fix a bunch of common typos.
13 years ago
id3v2.h
Move id3v2 tag writing to a separate file.
13 years ago
id3v2enc.c
Move id3v2 tag writing to a separate file.
13 years ago
idcin.c
lavf: make av_set_pts_info private.
13 years ago
idroqdec.c
idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.
13 years ago
idroqenc.c
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
13 years ago
iff.c
lavf: make av_set_pts_info private.
13 years ago
img2.c
Fix a bunch of common typos.
13 years ago
ingenientdec.c
rawdec: refactor private option for raw video demuxers
13 years ago
internal.h
libavformat: Add a utility function for adding parameter change side data
13 years ago
ipmovie.c
ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM
13 years ago
isom.c
v410 encoder and decoder
13 years ago
isom.h
mpegts: MP4 SL support
13 years ago
iss.c
lavf: make av_set_pts_info private.
13 years ago
iv8.c
Fix a bunch of common typos.
13 years ago
ivfdec.c
lavf: make av_set_pts_info private.
13 years ago
ivfenc.c
…
jvdec.c
lavf: make av_set_pts_info private.
13 years ago
latmenc.c
latmdec: fix audio specific config parsing
13 years ago
libavformat.v
lavf: add init_put_byte() to the list of visible symbols.
13 years ago
libnut.c
lavf: make av_set_pts_info private.
13 years ago
librtmp.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
lmlm4.c
lavf: make av_set_pts_info private.
13 years ago
lxfdec.c
lavf: make av_set_pts_info private.
13 years ago
m4vdec.c
…
matroska.c
…
matroska.h
…
matroskadec.c
matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc()
13 years ago
matroskaenc.c
lavu: replace int/float punning functions
13 years ago
md5enc.c
md5enc: add flags
13 years ago
md5proto.c
md5proto: Remove the get_file_handle function
13 years ago
metadata-example.c
…
metadata.c
Replace all usage of strcasecmp/strncasecmp
13 years ago
metadata.h
…
mm.c
lavf: make av_set_pts_info private.
13 years ago
mmf.c
lavf: make av_set_pts_info private.
13 years ago
mms.c
…
mms.h
Fix a bunch of common typos.
13 years ago
mmsh.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
mmst.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
mov.c
mov: Remove dead stores for spherical coordinates for channel position.
13 years ago
mov_chan.c
mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.
13 years ago
mov_chan.h
mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.
13 years ago
movenc.c
movenc: Don't store a nonzero creation time if nothing was set by the caller
13 years ago
movenc.h
movenc: Reorder entries in the MOVIentry struct, for tigheter packing
13 years ago
movenchint.c
movenc: Use the actual converted sample for RTP hinting
13 years ago
mp3dec.c
lavf: make av_set_pts_info private.
13 years ago
mp3enc.c
Replace all usage of strcasecmp/strncasecmp
13 years ago
mpc.c
lavf: make av_set_pts_info private.
13 years ago
mpc8.c
lavf: make av_set_pts_info private.
13 years ago
mpeg.c
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
13 years ago
mpeg.h
…
mpegenc.c
mpegenc: simplify muxrate calculation
13 years ago
mpegts.c
mpegts: Suppress invalid timebase warnings on DMB streams.
13 years ago
mpegts.h
mpegts: MP4 SL support
13 years ago
mpegtsenc.c
mpegts: adjustable minimum PES payload
13 years ago
mpegvideodec.c
…
mpjpeg.c
Rename ffserver to avserver.
14 years ago
msnwc_tcp.c
lavf: make av_set_pts_info private.
13 years ago
mtv.c
cosmetics: drop some pointless parentheses
13 years ago
mvi.c
lavf: make av_set_pts_info private.
13 years ago
mxf.c
mxf: Add PictureEssenceCoding UL for V210.
13 years ago
mxf.h
…
mxfdec.c
mov, mxfdec: Employ more meaningful return values.
13 years ago
mxfenc.c
mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.
13 years ago
mxg.c
lavf: make av_set_pts_info private.
13 years ago
ncdec.c
lavf: make av_set_pts_info private.
13 years ago
network.c
network: properly declare WSADATA in windows
13 years ago
network.h
avformat: Warn about using network functions without calling avformat_network_init
13 years ago
nsvdec.c
lavf: make av_set_pts_info private.
13 years ago
nullenc.c
Do not memcpy raw video frames when using null muxer
13 years ago
nut.c
nut: support 10bit YUV
13 years ago
nut.h
…
nutdec.c
lavf: make av_set_pts_info private.
13 years ago
nutenc.c
lavf: make av_set_pts_info private.
13 years ago
nuv.c
lavu: replace int/float punning functions
13 years ago
oggdec.c
misc Doxygen markup improvements
13 years ago
oggdec.h
oggdec: add support for Xiph's CELT codec
13 years ago
oggenc.c
lavf: make av_set_pts_info private.
13 years ago
oggparsecelt.c
lavf: make av_set_pts_info private.
13 years ago
oggparsedirac.c
lavf: make av_set_pts_info private.
13 years ago
oggparseflac.c
lavf: make av_set_pts_info private.
13 years ago
oggparseogm.c
lavf: make av_set_pts_info private.
13 years ago
oggparseskeleton.c
lavf: make av_set_pts_info private.
13 years ago
oggparsespeex.c
lavf: make av_set_pts_info private.
13 years ago
oggparsetheora.c
lavf: make av_set_pts_info private.
13 years ago
oggparsevorbis.c
lavf: make av_set_pts_info private.
13 years ago
oma.c
omadec: split data that will be used in the muxer to a separate file.
13 years ago
oma.h
oma: make header compile standalone
13 years ago
omadec.c
omadec: split data that will be used in the muxer to a separate file.
13 years ago
omaenc.c
lavf: add OpenMG audio muxer.
13 years ago
options.c
lavf: rename fer option and document resulting (f_)err_detect options
13 years ago
os_support.c
Remove leftover includes of strings.h
13 years ago
os_support.h
Remove some stray unnecessary ffmpeg references.
13 years ago
output-example.c
tests/examples: Mark some variables only used within their files as static.
13 years ago
pcm.c
Do not include mathematics.h in avutil.h
14 years ago
pcm.h
…
pcmdec.c
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
13 years ago
pcmenc.c
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
13 years ago
pmpdec.c
pmpdec: don't use deprecated av_set_pts_info.
13 years ago
psxstr.c
lavf: make av_set_pts_info private.
13 years ago
pva.c
lavf: make av_set_pts_info private.
13 years ago
qcp.c
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
13 years ago
qtpalette.h
…
r3d.c
lavf: make av_set_pts_info private.
13 years ago
rawdec.c
rawdec: Set start_time to 0 for raw audio files.
13 years ago
rawdec.h
rawdec: refactor private option for raw video demuxers
13 years ago
rawenc.c
adx: add an adx muxer
13 years ago
rawenc.h
…
rawvideodec.c
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
13 years ago
rdt.c
Replace all uses of av_close_input_file() with avformat_close_input().
13 years ago
rdt.h
doxygen: Make sure parameter names match between .c and .h files.
14 years ago
riff.c
riff: remove references to sonic codec ids
13 years ago
riff.h
Generalize RIFF INFO tag support; support reading INFO tag in wav
13 years ago
rl2.c
lavf: make av_set_pts_info private.
13 years ago
rm.c
…
rm.h
…
rmdec.c
cosmetics: drop some pointless parentheses
13 years ago
rmenc.c
Drop some pointless void* return value casts from av_malloc() invocations.
13 years ago
rpl.c
lavf: make av_set_pts_info private.
13 years ago
rso.c
…
rso.h
Replace ffmpeg references with more accurate libav* references.
13 years ago
rsodec.c
lavf: make av_set_pts_info private.
13 years ago
rsoenc.c
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
13 years ago
rtmp.h
…
rtmppkt.c
lavu: replace int/float punning functions
13 years ago
rtmppkt.h
…
rtmpproto.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
rtp.c
rtp: Fix ff_rtp_get_payload_type
13 years ago
rtp.h
Fix a bunch of common typos.
13 years ago
rtpdec.c
rtpdec: Use our own SSRC in the SDES field when sending RRs
13 years ago
rtpdec.h
rtpdec: Add an init function that can do custom codec context initialization
13 years ago
rtpdec_amr.c
…
rtpdec_asf.c
Replace all uses of av_close_input_file() with avformat_close_input().
13 years ago
rtpdec_formats.h
rtpdec: Add support for G726 audio
13 years ago
rtpdec_g726.c
rtpdec: Interpret the different G726 names as bits_per_coded_sample
13 years ago
rtpdec_h263.c
…
rtpdec_h264.c
…
rtpdec_latm.c
Remove leftover includes of strings.h
13 years ago
rtpdec_mpeg4.c
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
13 years ago
rtpdec_qcelp.c
…
rtpdec_qdm2.c
doxygen: misc consistency, spelling and wording fixes
13 years ago
rtpdec_qt.c
lavf: make av_set_pts_info private.
13 years ago
rtpdec_svq3.c
doxygen: use Doxygen markup for authors and web links where appropriate
14 years ago
rtpdec_vp8.c
doxygen: use Doxygen markup for authors and web links where appropriate
14 years ago
rtpdec_xiph.c
…
rtpenc.c
rtpenc: Add support for G726 audio
13 years ago
rtpenc.h
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
13 years ago
rtpenc_aac.c
…
rtpenc_amr.c
…
rtpenc_chain.c
avformat: Pass the interrupt callback on to chained muxers/demuxers
13 years ago
rtpenc_chain.h
…
rtpenc_h263.c
…
rtpenc_h264.c
rtpenc: Add support for mp4 format h264
13 years ago
rtpenc_latm.c
…
rtpenc_mpv.c
lavc: rename ff_find_start_code to avpriv_mpv_find_start_code
13 years ago
rtpenc_vp8.c
…
rtpenc_xiph.c
…
rtpproto.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
rtsp.c
rtsp: Use a random offset for trying to open UDP ports for RTP
13 years ago
rtsp.h
rtsp: Allow specifying the UDP port range via AVOptions
13 years ago
rtspcodes.h
…
rtspdec.c
rtpdec: unwrap RTP timestamps for PTS calculation
13 years ago
rtspenc.c
rtsp: Merge the AVOption lists
13 years ago
sapdec.c
Replace all uses of av_close_input_file() with avformat_close_input().
13 years ago
sapenc.c
avio: add support for passing options to protocols.
13 years ago
sauce.c
…
sauce.h
…
sdp.c
sdp: Restore the original mp4 format h264 extradata if converted
13 years ago
seek-test.c
Replace all uses of av_close_input_file() with avformat_close_input().
13 years ago
seek.c
Do not include mathematics.h in avutil.h
14 years ago
seek.h
…
segafilm.c
lavf: make av_set_pts_info private.
13 years ago
segment.c
segment: introduce segmented chain muxer
13 years ago
sierravmd.c
sierravmd: fix audio pts
13 years ago
siff.c
lavf: make av_set_pts_info private.
13 years ago
smacker.c
lavf: make av_set_pts_info private.
13 years ago
smjpeg.c
avformat: split out common SMJPEG code
13 years ago
smjpeg.h
avformat: split out common SMJPEG code
13 years ago
smjpegdec.c
avformat: split out common SMJPEG code
13 years ago
smjpegenc.c
add SMJPEG muxer
13 years ago
sol.c
lavf: make av_set_pts_info private.
13 years ago
sox.h
…
soxdec.c
lavu: replace int/float punning functions
13 years ago
soxenc.c
lavu: replace int/float punning functions
13 years ago
spdif.c
…
spdif.h
…
spdifdec.c
lavc: use avpriv_ prefix for ff_aac_parse_header().
13 years ago
spdifenc.c
spdifenc: use special alignment for DTS-HD length_code
13 years ago
srtdec.c
lavf: make av_set_pts_info private.
13 years ago
swf.h
…
swfdec.c
lavf: make av_set_pts_info private.
13 years ago
swfenc.c
lavf: use designated initialisers for all (de)muxers.
14 years ago
tcp.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
thp.c
lavu: replace int/float punning functions
13 years ago
tiertexseq.c
lavf: make av_set_pts_info private.
13 years ago
tls.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
tmv.c
lavf: make av_set_pts_info private.
13 years ago
tta.c
tta: Fix returned error code at EOF
13 years ago
tty.c
lavf: make av_set_pts_info private.
13 years ago
txd.c
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
13 years ago
udp.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
url.h
avio: Add an URLProtocol flag for indicating that a protocol uses network
13 years ago
utils.c
lavf: force single-threaded decoding in avformat_find_stream_info
13 years ago
vc1test.c
lavf: make av_set_pts_info private.
13 years ago
vc1testenc.c
lavf: make av_set_pts_info private.
13 years ago
version.h
add SMJPEG muxer
13 years ago
voc.c
…
voc.h
…
vocdec.c
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
13 years ago
vocenc.c
lavf: use designated initialisers for all (de)muxers.
14 years ago
vorbiscomment.c
…
vorbiscomment.h
doxygen: misc consistency, spelling and wording fixes
13 years ago
vqf.c
vqf: recognize more metadata chunks
13 years ago
wav.c
lavf: make av_set_pts_info private.
13 years ago
wc3movie.c
lavf: make av_set_pts_info private.
13 years ago
westwood.c
westwood: Make sure audio header info is present when parsing audio packets
13 years ago
wtv.c
wtv: fix memleaks during normal operation
13 years ago
wv.c
lavf: make av_set_pts_info private.
13 years ago
xa.c
lavf: make av_set_pts_info private.
13 years ago
xmv.c
lavf: make av_set_pts_info private.
13 years ago
xwma.c
lavf: make av_set_pts_info private.
13 years ago
yop.c
lavf: make av_set_pts_info private.
13 years ago
yuv4mpeg.c
yuv4mpeg: cosmetics: pretty-printing
13 years ago