ffmpeg / libavformat @ accc248f
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
4xm.c | 10.6 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
Makefile | 10.6 KB | 88caf345 | over 12 years | Michael Niedermayer | ASS/SSA muxer. Originally committed as revisio... |
adtsenc.c | 3.37 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
aiff.c | 13.8 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
allformats.c | 7.41 KB | 88caf345 | over 12 years | Michael Niedermayer | ASS/SSA muxer. Originally committed as revisio... |
amr.c | 4.55 KB | 8212568a | over 12 years | Diego Biurrun | Replace generic CONFIG_MUXERS preprocessor cond... |
apc.c | 2.47 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
ape.c | 17.6 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
asf-enc.c | 28.3 KB | f26be477 | over 12 years | Michael Niedermayer | ASF stands for "advanced stream format" not "ad... |
asf.c | 40.2 KB | fb65d2ca | over 12 years | Diego Pettenò | Use enum typers instead of int. Patch by Diego ... |
asf.h | 10.6 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
asfcrypt.c | 5.13 KB | 245976da | almost 13 years | Diego Biurrun | Use full path for #includes from another direct... |
asfcrypt.h | 1008 Bytes | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
assdec.c | 4.36 KB | 7a8b7634 | over 12 years | Aurelien Jacobs | assdec: don't remove CR, they are part of the s... |
assenc.c | 2.38 KB | 88caf345 | over 12 years | Michael Niedermayer | ASS/SSA muxer. Originally committed as revisio... |
au.c | 5.02 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
avc.c | 4.31 KB | 591de5cf | about 13 years | Reimar Döffinger | Fix misplaced const, avoids a cast-discards-qua... |
avc.h | 1.17 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
avformat.h | 40.1 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
avi.h | 1.32 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
avidec.c | 36.2 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
avienc.c | 19.2 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
avio.c | 5.75 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
avio.h | 12.7 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
aviobuf.c | 19.8 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
avisynth.c | 6.68 KB | 00adc1e5 | over 12 years | Baptiste Coudurier | set bits_per_coded_sample according to new lavc... |
avs.c | 6.5 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
bethsoftvid.c | 7.65 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
bfi.c | 4.89 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
c93.c | 5.48 KB | 59729451 | over 12 years | Aurelien Jacobs | convert every muxer/demuxer to write/read sampl... |
crcenc.c | 1.77 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
cutils.c | 5 KB | 392f2273 | almost 13 years | Carl Eugen Hoyos | Do not loop endlessly if converting into dv wit... |
daud.c | 2.54 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
dsicin.c | 6.42 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
dv.c | 14.5 KB | 910f02a0 | over 12 years | Diego Biurrun | spelling cosmetics Originally committed as rev... |
dv.h | 1.53 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
dvenc.c | 15.6 KB | 910f02a0 | over 12 years | Diego Biurrun | spelling cosmetics Originally committed as rev... |
dxa.c | 6.15 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
eacdata.c | 2.81 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
electronicarts.c | 16.7 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
ffm.h | 1.68 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
ffmdec.c | 14.7 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
ffmenc.c | 7.45 KB | 3cffbe09 | over 12 years | Michael Niedermayer | Fix rc_eq mem leak. Originally committed as re... |
file.c | 2.79 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
flic.c | 6.43 KB | 154dffd0 | over 12 years | Michael Niedermayer | Make flic probe check a few more things. fixes ... |
flv.h | 3.34 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
flvdec.c | 15.9 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
flvenc.c | 12.4 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
framecrcenc.c | 1.45 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
framehook.c | 2.93 KB | c1843188 | over 12 years | Diego Biurrun | Remove pointless #ifdef CONFIG_VHOOK from the c... |
framehook.h | 1.97 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
gif.c | 16.1 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
gxf.c | 16.6 KB | fe281783 | over 12 years | Baptiste Coudurier | cosmetics, remove GXF: in log messages since it... |
gxf.h | 1.47 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
gxfenc.c | 24.9 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
http.c | 9.08 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
idcin.c | 9.96 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
idroq.c | 8.56 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
iff.c | 5.33 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
img2.c | 11.1 KB | 644b0c4c | over 12 years | Michael Niedermayer | Prevent image2 from complaining about non monot... |
internal.h | 959 Bytes | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
ipmovie.c | 19.9 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
isom.c | 14.5 KB | 9b5ede5b | over 12 years | Reimar Döffinger | Add (additional) const to many global tables. ... |
isom.h | 1.39 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
libnut.c | 9.02 KB | 8212568a | over 12 years | Diego Biurrun | Replace generic CONFIG_MUXERS preprocessor cond... |
lmlm4.c | 3.82 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
matroska.c | 3.42 KB | 23cdcb22 | over 12 years | Aurelien Jacobs | matroska: add E-AC-3 support Thanks again Justi... |
matroska.h | 7.59 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
matroskadec.c | 62.4 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
matroskaenc.c | 29.4 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
mm.c | 5.36 KB | e7fd7b9a | over 12 years | Reimar Döffinger | Remove useless empty close functions in mmf and... |
mmf.c | 8.23 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
mov.c | 68.9 KB | f06188d5 | over 12 years | Baptiste Coudurier | set sample rate for amr to allow stream copy si... |
movenc.c | 59.1 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
mp3.c | 17.8 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
mpc.c | 6.57 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
mpc8.c | 6.58 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
mpeg.c | 17.8 KB | fb65d2ca | over 12 years | Diego Pettenò | Use enum typers instead of int. Patch by Diego ... |
mpeg.h | 2.34 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
mpegenc.c | 41.7 KB | 274335e7 | over 12 years | Michael Niedermayer | vertical align Originally committed as revisio... |
mpegts.c | 44.3 KB | 910f02a0 | over 12 years | Diego Biurrun | spelling cosmetics Originally committed as rev... |
mpegts.h | 2.15 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
mpegtsenc.c | 22.2 KB | 67a38cee | over 12 years | Anuradha Suraparaju | Change Dirac in MPEG-TS encapsulation to confor... |
mpjpeg.c | 1.87 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
msnwc_tcp.c | 3.95 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
mtv.c | 5.26 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
mvi.c | 4.46 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
mxf.c | 3.66 KB | 4ee873e3 | over 12 years | Baptiste Coudurier | put back mxf_essence_container_uls in demuxer a... |
mxf.h | 2.03 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
mxfdec.c | 36.9 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
mxfenc.c | 31.1 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
network.h | 1.68 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
nsvdec.c | 24.2 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
nut.c | 2.68 KB | 245976da | almost 13 years | Diego Biurrun | Use full path for #includes from another direct... |
nut.h | 4.07 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
nutdec.c | 28.7 KB | 59729451 | over 12 years | Aurelien Jacobs | convert every muxer/demuxer to write/read sampl... |
nutenc.c | 25.5 KB | c1854592 | over 12 years | Reimar Döffinger | Change codec_tag type from const struct AVCodec... |
nuv.c | 8.33 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
oggdec.c | 12.9 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
oggdec.h | 2.68 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
oggenc.c | 10.4 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
oggparseflac.c | 2.8 KB | 547ea47d | over 12 years | Reimar Döffinger | Add ff_ prefix to ogg_codec_t structs Original... |
oggparseogm.c | 5.15 KB | 547ea47d | over 12 years | Reimar Döffinger | Add ff_ prefix to ogg_codec_t structs Original... |
oggparsespeex.c | 2.12 KB | 547ea47d | over 12 years | Reimar Döffinger | Add ff_ prefix to ogg_codec_t structs Original... |
oggparsetheora.c | 4.31 KB | a0ce2d1b | over 12 years | David Conrad | Cosmetics: indentation Originally committed as... |
oggparsevorbis.c | 6.71 KB | 547ea47d | over 12 years | Reimar Döffinger | Add ff_ prefix to ogg_codec_t structs Original... |
oma.c | 6.47 KB | aecf157e | over 12 years | Reimar Döffinger | Mark several libavformat arrays const Original... |
os_support.c | 3.97 KB | e748e34d | over 12 years | Dave Yeo | struct timeval requires #include <sys/time.h> p... |
os_support.h | 2.64 KB | 3defa81f | over 12 years | Ramiro Polla | MinGW runtime 3.15 has a wrapper for usleep(). ... |
psxstr.c | 8.22 KB | 876ef93d | over 12 years | Michael Niedermayer | simplify Originally committed as revision 1416... |
pva.c | 6.53 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
qtpalette.h | 12.4 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
raw.c | 27.4 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
raw.h | 1.03 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
rdt.c | 9.9 KB | accc248f | over 12 years | Ronald S. Bultje | Implement RDTDemuxContext, which contains RDT-s... |
rdt.h | 3.28 KB | accc248f | over 12 years | Ronald S. Bultje | Implement RDTDemuxContext, which contains RDT-s... |
riff.c | 18.8 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
riff.h | 1.8 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
rl2.c | 8.67 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
rm.h | 4.34 KB | ff13ba92 | over 12 years | Ronald S. Bultje | Add dynamic payload handlers to rdt.c. These fo... |
rmdec.c | 26.1 KB | 2426bb96 | over 12 years | Benjamin Larsson | add ok parts to the rm demuxer for SIPRO suppor... |
rmenc.c | 14.2 KB | 14b70628 | over 12 years | Justin Ruggles | cosmetics: make all references to AC-3 capitali... |
rpl.c | 12 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
rtp.c | 4.97 KB | 309d32b0 | over 12 years | Luca Abeni | Do not set sample_rate = 90000 for mp2 and mp3 ... |
rtp.h | 3.5 KB | 99a1d191 | over 12 years | Ronald S. Bultje | Remove access into RTPDemuxContext in rtsp.c, w... |
rtp_aac.c | 2.81 KB | e0d21bfe | over 13 years | Luca Abeni | Allow to set the maximum number of frames per R... |
rtp_aac.h | 970 Bytes | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
rtp_h264.c | 14.1 KB | 9b932b8a | over 12 years | Ronald S. Bultje | Change function prototype of RTPDynamicPayloadH... |
rtp_h264.h | 1.06 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
rtp_internal.h | 5.6 KB | 99a1d191 | over 12 years | Ronald S. Bultje | Remove access into RTPDemuxContext in rtsp.c, w... |
rtp_mpv.c | 3.61 KB | 910f02a0 | over 12 years | Diego Biurrun | spelling cosmetics Originally committed as rev... |
rtp_mpv.h | 976 Bytes | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
rtpdec.c | 18 KB | 99a1d191 | over 12 years | Ronald S. Bultje | Remove access into RTPDemuxContext in rtsp.c, w... |
rtpenc.c | 10.6 KB | e8420626 | over 12 years | Måns Rullgård | RTP: use dprintf(), allow compilation with -DDE... |
rtpenc_h264.c | 2.49 KB | a56dcc57 | about 13 years | Reimar Döffinger | Add some const, fixes warnings: rtpenc_h264.c:6... |
rtpproto.c | 8.38 KB | 7139bfa8 | over 12 years | Kurtnoise | Surround '#include <sys/select>' by HAVE_SYS_SE... |
rtsp.c | 51.5 KB | accc248f | over 12 years | Ronald S. Bultje | Implement RDTDemuxContext, which contains RDT-s... |
rtsp.h | 3.17 KB | 119b4668 | over 12 years | Ronald S. Bultje | Implement a RTSPTransport field, which allows p... |
rtspcodes.h | 1.64 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
sdp.c | 10 KB | f1c80e35 | over 12 years | Ronald S. Bultje | Export data_to_hex() as private API in lavf, re... |
segafilm.c | 9.31 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
sierravmd.c | 10.4 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
siff.c | 6.42 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
smacker.c | 11.1 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
sol.c | 3.91 KB | fb65d2ca | over 12 years | Diego Pettenò | Use enum typers instead of int. Patch by Diego ... |
swf.h | 2.56 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
swfdec.c | 6.39 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
swfenc.c | 15.5 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
tcp.c | 5.04 KB | 6ad1c9c9 | over 12 years | Baptiste Coudurier | only include sys/select.h if present, fix mingw... |
thp.c | 5.91 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
tiertexseq.c | 9.07 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
tta.c | 4.23 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
txd.c | 2.78 KB | 9b64a036 | over 12 years | Baptiste Coudurier | remove useless close funcs Originally committe... |
udp.c | 13.8 KB | a9e02947 | over 12 years | Luca Abeni | Fix udp.c compilation with recent glibc (>= 2.8... |
utils.c | 98.5 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
vc1test.c | 2.86 KB | bde15e74 | over 12 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... |
vc1testenc.c | 2.59 KB | 2485abe2 | over 12 years | Diego Biurrun | Remove unused variable. Originally committed a... |
voc.c | 1.26 KB | 090a4179 | over 12 years | Aurelien Jacobs | voc: add ff_ prefix to some global const data ... |
voc.h | 1.65 KB | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... |
vocdec.c | 4.18 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
vocenc.c | 3.05 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
wav.c | 7.57 KB | bc5c918e | over 12 years | Diego Biurrun | Remove offset_t typedef and use int64_t directl... |
wc3movie.c | 12.7 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
westwood.c | 12.9 KB | fb65d2ca | over 12 years | Diego Pettenò | Use enum typers instead of int. Patch by Diego ... |
wv.c | 6.43 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
xa.c | 3.28 KB | dd1c8f3e | over 12 years | Luca Abeni | Bump Major version, this commit is almost just ... |
yuv4mpeg.c | 12.4 KB | 59729451 | over 12 years | Aurelien Jacobs | convert every muxer/demuxer to write/read sampl... |
Latest revisions
Also available in: Atom