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.
 
 
 
 
 
Alex Beregszaszi 3caa0d9343 move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable 18 years ago
..
4xm.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Makefile Remove useless conditional. 18 years ago
adtsenc.c
aiff.c 100l 18 years ago
allformats.c Raw VC-1 demuxer 18 years ago
allformats.h Raw VC-1 demuxer 18 years ago
amr.c
asf-enc.c move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable 18 years ago
asf.c off by one error 18 years ago
asf.h Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate 18 years ago
au.c Fix UNKOWN --> UNKNOWN typo 18 years ago
audio.c implement new grabbing interface, as described here: 18 years ago
avformat.h Clarify doxygen description. 18 years ago
avi.h
avidec.c support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count 18 years ago
avienc.c get rid of the [4] limitation of codec tag lists 18 years ago
avio.c Move avio.h's url_get_max_packet_size() comment from source to header file. 18 years ago
avio.h Convert all the comment sections into Doxygen compatible comments, same for 18 years ago
aviobuf.c Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, 18 years ago
avisynth.c
avs.c
barpainet.h change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards 18 years ago
beosaudio.cpp implement new grabbing interface, as described here: 18 years ago
crc.c
cutils.c
daud.c
dc1394.c implement new grabbing interface, as described here: 18 years ago
dsicin.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
dv.c * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 18 years ago
dv.h * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 18 years ago
dv1394.c implement new grabbing interface, as described here: 18 years ago
dv1394.h
dvenc.c * Fixing a bug with incorrect bits set in AAUX source pack 18 years ago
electronicarts.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
ffm.c codec_tag settable via VideoTag, and transmit codec_tag in ffm 18 years ago
file.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
flic.c spit an error message in case of invalid chunk 18 years ago
flv.h Complete the video format enum. 18 years ago
flvdec.c workaround for broken flvtoolized files 18 years ago
flvenc.c Set FLV_SAMPLESSIZE_16BIT for ADPCM. 18 years ago
framehook.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
framehook.h
gif.c
gifdec.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
grab.c implement new grabbing interface, as described here: 18 years ago
grab_bktr.c implement new grabbing interface, as described here: 18 years ago
gxf.c Use av_set_pts_info and set some arbitrary timebase fallback 18 years ago
gxf.h
gxfenc.c fix dts adjusting 18 years ago
http.c handle http error codes 18 years ago
idcin.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
idroq.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
img2.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
ipmovie.c not checking error return, resulting double free 18 years ago
isom.c add pcm s8 tag 18 years ago
isom.h use common tables for mov muxer and demuxer 18 years ago
libnut.c Add LGPL header as requested by Oded. 18 years ago
matroska.c don't rely on a specific appearance order for ebml elements at the same level 18 years ago
mm.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
mmf.c
mov.c use common tables for mov muxer and demuxer 18 years ago
movenc.c fix pcm u/s8 muxing 18 years ago
mp3.c better generic index building and seeking code 18 years ago
mpc.c 10l, > vs. >= typo, caused crashes on last mpc frame 18 years ago
mpeg.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
mpegts.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
mpegts.h demux VC1 in mpegts 18 years ago
mpegtsenc.c write DTS, based on patch by Luca Abeni, lucabe72 email it 18 years ago
mpjpeg.c
mtv.c
mxf.c mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul 18 years ago
network.h move networking #includes into separate file 18 years ago
nsvdec.c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
nut.c variable renaming: mp3lame --> libmp3lame 18 years ago
nut.h
nutdec.c get_packetheader() forgot to read the header_checksum in big packets 18 years ago
nuv.c 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) 18 years ago
ogg.c Ogg is not Vorbis. 18 years ago
ogg2.c Ogg is not Vorbis. 18 years ago
ogg2.h save/restore number of streams 18 years ago
oggparseflac.c
oggparseogm.c
oggparsetheora.c
oggparsevorbis.c
os_support.c Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l 18 years ago
os_support.h BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. 18 years ago
psxstr.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
qtpalette.h Add missing license headers. 18 years ago
raw.c Raw VC-1 demuxer 18 years ago
riff.c be less noisy 18 years ago
riff.h add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
rm.c
rtp.c Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. 18 years ago
rtp.h Doxygenize the unaltered comments for the AUHeaders structure. 18 years ago
rtp_h264.c move networking #includes into separate file 18 years ago
rtp_h264.h
rtp_internal.h
rtpproto.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
rtsp.c Move unaltered rtsp.c comments to the header file. 18 years ago
rtsp.h Make rtsp_set_callback() comments available to Doxygen 18 years ago
rtspcodes.h Convert macro+enum into a simple enum: Currently the enum was filled using a 18 years ago
segafilm.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
sierravmd.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
smacker.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
sol.c Fix UNKOWN --> UNKNOWN typo 18 years ago
swf.c 10l, audio_fifo is a static array 18 years ago
tcp.c change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards 18 years ago
tiertexseq.c missdetected a broken mp3 18 years ago
tta.c
udp.c change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards 18 years ago
utils.c Move the libavformat public API comments to avformat.h. The comments are 18 years ago
v4l2.c implement new grabbing interface, as described here: 18 years ago
voc.c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
voc.h add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
vocdec.c simplification 18 years ago
vocenc.c remove now useless codec_tag setting code in voc muxer 18 years ago
wav.c Add FACT chunk for non-PCM wav formats 18 years ago
wc3movie.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
westwood.c rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
wv.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
x11grab.c implement new grabbing interface, as described here: 18 years ago
yuv4mpeg.c