ffmpeg / libavformat @ ded3c7da
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
4xm.c | 10.4 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
Makefile | 7.73 KB | 722dabcc | about 14 years | Diego Biurrun | Move conditional CFLAGS and OBJS setting to com... |
adtsenc.c | 3.43 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
aiff.c | 12 KB | acf0b6a6 | about 14 years | Michael Niedermayer | the context is supposed to be freed in the gene... |
allformats.c | 5.72 KB | eba70fa4 | about 14 years | Måns Rullgård | remove no longer needed #ifdefs Originally com... |
allformats.h | 6.14 KB | 185c7b6b | about 14 years | Kostya Shishkov | Musepack SV7 decoding support Originally commi... |
amr.c | 4.63 KB | d95442c0 | over 14 years | Michael Niedermayer | unused #define Originally committed as revisio... |
asf-enc.c | 28.7 KB | 24c14d6d | about 14 years | Michael Niedermayer | simplify GUIDs Originally committed as revisio... |
asf.c | 35.7 KB | a836a2c8 | about 14 years | Zuxy Meng | Set correct aspect ratio (it's sample aspect, n... |
asf.h | 10.4 KB | 30e88789 | about 14 years | Michael Niedermayer | extract aspect ratio Originally committed as r... |
au.c | 4.91 KB | bb85077f | about 14 years | Michael Niedermayer | remove now useless codec_tag setting code in mu... |
audio.c | 8.25 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
avformat.h | 20.1 KB | e9b78eeb | about 14 years | Michael Niedermayer | better generic index building and seeking code ... |
avi.h | 1.33 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
avidec.c | 32.7 KB | ded3c7da | about 14 years | Michael Niedermayer | dynamic index building so forward and backward ... |
avienc.c | 18.1 KB | 6c77805f | about 14 years | Michael Niedermayer | get rid of the [4] limitation of codec tag list... |
avio.c | 4.81 KB | eabbae73 | about 14 years | Ronald S. Bultje | protect the size=seek(SEEK_END,-1)+1 results wi... |
avio.h | 7.29 KB | 62181004 | about 14 years | Ronald S. Bultje | makes the filename member of the URLContext a p... |
aviobuf.c | 18.9 KB | 68fcdbf1 | about 14 years | Ronald S. Bultje | Fix misbehaviour in url_fseek() when seeking fa... |
avisynth.c | 6.63 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
avs.c | 6.49 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
barpainet.h | 1.26 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
base64.c | 7.11 KB | a01e68aa | over 14 years | Guillaume Poirier | Add base64 encoding and decoding routines Patch... |
base64.h | 1.01 KB | a01e68aa | over 14 years | Guillaume Poirier | Add base64 encoding and decoding routines Patch... |
beosaudio.cpp | 12.8 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
crc.c | 2.42 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
cutils.c | 6.97 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
daud.c | 1.74 KB | 7fbde343 | over 14 years | Aurelien Jacobs | replace coder/decoder file description in libav... |
dc1394.c | 6.26 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
dsicin.c | 6.45 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
dv.c | 13.6 KB | 6eb2de74 | about 14 years | Roman Shaposhnik | * Fixing seeking with DV-AVI (by Jeff Downs <he... |
dv.h | 1.44 KB | 6eb2de74 | about 14 years | Roman Shaposhnik | * Fixing seeking with DV-AVI (by Jeff Downs <he... |
dv1394.c | 6.51 KB | 4abc0971 | about 14 years | Baptiste Coudurier | remove void * used in arithmetic warnings Orig... |
dv1394.h | 12 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
dvenc.c | 15.7 KB | e950141a | about 14 years | Roman Shaposhnik | * Fixing a bug with incorrect bits set in AAUX ... |
electronicarts.c | 8.02 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
ffm.c | 22.6 KB | 8da9266c | about 14 years | Måns Rullgård | use the standard INT64_C() macro for 64-bit con... |
file.c | 2.96 KB | 4a49d9b2 | about 14 years | Diego Biurrun | Remove useless #include. Originally committed ... |
flic.c | 6.75 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
flv.h | 3.1 KB | 6cac3a3b | about 14 years | Allan Hsu | Defines various common FLV format values betwee... |
flvdec.c | 13.9 KB | 683ab79c | about 14 years | Michael Niedermayer | flv follows in movs footsteps and has random tr... |
flvenc.c | 9.85 KB | bb85077f | about 14 years | Michael Niedermayer | remove now useless codec_tag setting code in mu... |
framehook.c | 3.03 KB | 66d49636 | about 14 years | François Revol | an alloc func failing should give ENOMEM anyway... |
framehook.h | 1.76 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
gif.c | 16.1 KB | f932cdf2 | over 14 years | Baptiste Coudurier | kill AVImageFormat Originally committed as rev... |
gifdec.c | 15.5 KB | f932cdf2 | over 14 years | Baptiste Coudurier | kill AVImageFormat Originally committed as rev... |
grab.c | 28.5 KB | 453cd7a4 | about 14 years | Alex Beregszaszi | omg, major typo (fails if card supports rgb24) ... |
grab_bktr.c | 8.37 KB | f8aa696f | about 14 years | Diego Biurrun | Properly check for all required bktr headers. i... |
gxf.c | 16.3 KB | 6e8c46b7 | over 14 years | Reimar Döffinger | Set CODEC_TYPE_DATA for timecode tracks. Origi... |
gxf.h | 1.01 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
gxfenc.c | 24.8 KB | 9688979c | about 14 years | Diego Biurrun | Fix some more license headers. Originally comm... |
http.c | 8.72 KB | 42572ef5 | about 14 years | Ramiro Polla | move networking #includes into separate file pa... |
idcin.c | 10.2 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
idroq.c | 8.7 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
img.c | 9.72 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
img2.c | 10.7 KB | e825b500 | about 14 years | Joakim Plate | Fix a crash when probing img2 format with a NUL... |
ipmovie.c | 20 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
isom.c | 4.74 KB | 7caf0cc6 | about 14 years | Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/Outpu... |
isom.h | 1.23 KB | 7caf0cc6 | about 14 years | Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/Outpu... |
jpeg.c | 6.26 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
libnut.c | 8.03 KB | 7caf0cc6 | about 14 years | Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/Outpu... |
matroska.c | 88.6 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
mm.c | 6.33 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
mmf.c | 8.47 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
mov.c | 63.1 KB | e809d7e5 | about 14 years | Baptiste Coudurier | remove some printf warnings Originally committ... |
movenc.c | 53.2 KB | 7caf0cc6 | about 14 years | Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/Outpu... |
mp3.c | 10.3 KB | e9b78eeb | about 14 years | Michael Niedermayer | better generic index building and seeking code ... |
mpc.c | 6.58 KB | d1886912 | about 14 years | Reimar Döffinger | 10l, > vs. >= typo, caused crashes on last mpc ... |
mpeg.c | 56 KB | 80036204 | about 14 years | Michael Niedermayer | simplify Originally committed as revision 7567... |
mpegts.c | 44.4 KB | f0ee3ea6 | about 14 years | Michel Bardiaux | Add some context to av_log calls. patch by Mich... |
mpegts.h | 1.96 KB | 105e517d | about 14 years | Daniel Kristjansson | "removes definition for old crc func" patch by ... |
mpegtsenc.c | 20 KB | 7fbde343 | over 14 years | Aurelien Jacobs | replace coder/decoder file description in libav... |
mpjpeg.c | 1.85 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
mtv.c | 5.21 KB | b1d196db | over 14 years | Reynaldo H. Verdejo Pinochet | now we set codec_tag, still have to figure out ... |
mxf.c | 37.1 KB | 975c88e3 | about 14 years | Baptiste Coudurier | cosmetics, function -> metadata Originally com... |
network.h | 967 Bytes | 42572ef5 | about 14 years | Ramiro Polla | move networking #includes into separate file pa... |
nsvdec.c | 24.1 KB | 7caf0cc6 | about 14 years | Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/Outpu... |
nut.c | 42.5 KB | 6ebe07fb | about 14 years | Diego Biurrun | variable renaming: mp3lame --> libmp3lame Orig... |
nut.h | 3.52 KB | f7c9f48d | over 14 years | Michael Niedermayer | 10l forgot (skip non keyframes after seeking be... |
nutdec.c | 26.6 KB | 07495657 | about 14 years | Michael Niedermayer | simplify Originally committed as revision 7602... |
nuv.c | 7.74 KB | 8643594c | about 14 years | Michael Niedermayer | 10l to whoever wrote this (wrong fps, fixes nir... |
ogg.c | 7.74 KB | 949b1a13 | over 14 years | Steve L'Homme | Replace most of the %lld and %llx by their (cle... |
ogg2.c | 15.5 KB | e22f2aaf | about 14 years | Måns Rullgård | check for sane values in ogg_get_length(), fix ... |
ogg2.h | 2.42 KB | 20be72c8 | about 14 years | Måns Rullgård | save/restore number of streams Originally comm... |
oggparseflac.c | 2.47 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
oggparseogm.c | 4.76 KB | 9d9f4119 | over 14 years | Måns Rullgård | move common stuff from avienc.c and wav.c to ne... |
oggparsetheora.c | 3.92 KB | 116d866c | over 14 years | Matthieu Castet | fix playback of theora.ogg on mphq patch by (ma... |
oggparsevorbis.c | 5.99 KB | 191e8ca7 | over 14 years | Måns Rullgård | fix some signedness warnings Originally commit... |
os_support.c | 2.57 KB | 8da9266c | about 14 years | Måns Rullgård | use the standard INT64_C() macro for 64-bit con... |
os_support.h | 2.27 KB | e9d511dc | about 14 years | François Revol | The long awaited BeOS cleanup, phase 1 Origina... |
psxstr.c | 11.1 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
qtpalette.h | 11.6 KB | 115329f1 | about 15 years | Diego Biurrun | COSMETICS: Remove all trailing whitespace. Ori... |
raw.c | 19.6 KB | e9b78eeb | about 14 years | Michael Niedermayer | better generic index building and seeking code ... |
riff.c | 17.6 KB | 72fd40bd | about 14 years | Baptiste Coudurier | add waveformatextensible support Originally co... |
riff.h | 2.07 KB | 7caf0cc6 | about 14 years | Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/Outpu... |
rm.c | 37.6 KB | 949b1a13 | over 14 years | Steve L'Homme | Replace most of the %lld and %llx by their (cle... |
rtp.c | 38 KB | 42572ef5 | about 14 years | Ramiro Polla | move networking #includes into separate file pa... |
rtp.h | 3.3 KB | a58b82f8 | about 14 years | Luca Barbato | Missing prototype added Originally committed a... |
rtp_h264.c | 14.2 KB | 42572ef5 | about 14 years | Ramiro Polla | move networking #includes into separate file pa... |
rtp_h264.h | 955 Bytes | 1d1be919 | over 14 years | Ryan Martell | add support for rtp/h264 streaming Patch by Rya... |
rtp_internal.h | 4.68 KB | 4a6cc061 | over 14 years | Ryan Martell | add valid statistics for the RTCP receiver repo... |
rtpproto.c | 7.88 KB | 42572ef5 | about 14 years | Ramiro Polla | move networking #includes into separate file pa... |
rtsp.c | 43.8 KB | 42572ef5 | about 14 years | Ramiro Polla | move networking #includes into separate file pa... |
rtsp.h | 3 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
rtspcodes.h | 1.41 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
segafilm.c | 9.33 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
sgi.c | 10.7 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
sierravmd.c | 10.4 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
smacker.c | 11.1 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
sol.c | 3.99 KB | 7fbde343 | over 14 years | Aurelien Jacobs | replace coder/decoder file description in libav... |
swf.c | 27.7 KB | 7caf0cc6 | about 14 years | Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/Outpu... |
tcp.c | 5.34 KB | 42572ef5 | about 14 years | Ramiro Polla | move networking #includes into separate file pa... |
tiertexseq.c | 9.1 KB | d0966f02 | about 14 years | Michael Niedermayer | missdetected a broken mp3 Originally committed... |
tta.c | 4.3 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
udp.c | 14.1 KB | 42572ef5 | about 14 years | Ramiro Polla | move networking #includes into separate file pa... |
utils.c | 94.1 KB | e9b78eeb | about 14 years | Michael Niedermayer | better generic index building and seeking code ... |
v4l2.c | 13.6 KB | 8da9266c | about 14 years | Måns Rullgård | use the standard INT64_C() macro for 64-bit con... |
voc.c | 1.25 KB | 7caf0cc6 | about 14 years | Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/Outpu... |
voc.h | 1.6 KB | 7caf0cc6 | about 14 years | Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/Outpu... |
vocdec.c | 4.31 KB | 6c77805f | about 14 years | Michael Niedermayer | get rid of the [4] limitation of codec tag list... |
vocenc.c | 3 KB | 4014fe37 | about 14 years | Aurelien Jacobs | remove now useless codec_tag setting code in vo... |
wav.c | 5.99 KB | e9b78eeb | about 14 years | Michael Niedermayer | better generic index building and seeking code ... |
wc3movie.c | 12.8 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
westwood.c | 12.8 KB | fead30d4 | about 14 years | Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Origin... |
wv.c | 6.61 KB | 49561f99 | about 14 years | Kostya Shishkov | Seeking support in WavPack Originally committe... |
x11grab.c | 16.7 KB | ca454440 | about 14 years | Panagiotis Issaris | Make x11grab output its warning that it couldn'... |
yuv.c | 3.7 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
yuv4mpeg.c | 12.6 KB | b78e7197 | over 14 years | Diego Biurrun | Change license headers to say 'FFmpeg' instead ... |
Latest revisions
Also available in: Atom