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.
 
 
 
 
 
Diego Biurrun 3d18b282e0 cosmetics: indentation 18 years ago
..
4xm.c
Makefile Get rid of unnecessary conditionals. 18 years ago
adtsenc.c
aiff.c 100l 18 years ago
allformats.c Fix copy and paste error in comment. 18 years ago
allformats.h cosmetics: Sort list of input/output formats. 18 years ago
amr.c
asf-enc.c some url_is_streamed()==1 related fixes 18 years ago
asf.c fix demuxing of IMAG0002.ASF 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 DXA demuxer and decoder 18 years ago
avi.h
avidec.c fix demuxing of broken MVI_3011.avi 18 years ago
avienc.c
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
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
dv.c
dv.h
dv1394.c implement new grabbing interface, as described here: 18 years ago
dv1394.h
dvenc.c
dxa.c DXA demuxer and decoder 18 years ago
electronicarts.c
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 Change the vhook code to send real timestamps to the filters instead of the 18 years ago
framehook.h Change the vhook code to send real timestamps to the filters instead of the 18 years ago
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 cosmetics: indentation 18 years ago
gxf.c
gxf.h
gxfenc.c fix dts adjusting 18 years ago
http.c expose av_base64_decode and av_base64_encode 18 years ago
idcin.c
idroq.c
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 hdv1 fourcc 18 years ago
isom.h cosmectics, mov -> mp4 18 years ago
libnut.c remove usage of deprecated functions in libnut.c (codec_get_id/tag) 18 years ago
matroska.c add support for V_THEORA into Matroska 18 years ago
mm.c
mmf.c
mov.c move atom size check before parsing function search 18 years ago
movenc.c cosmectics, mov -> mp4 18 years ago
mp3.c
mpc.c
mpeg.c This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
mpegts.c Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 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 Give context to dprintf 18 years ago
network.h Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. 18 years ago
nsvdec.c The NSV demuxer assumes that a video frame's timestamp increases by one on each 18 years ago
nut.c
nut.h
nutdec.c fix end-of-file detection 18 years ago
nuv.c
ogg.c Ogg is not Vorbis. 18 years ago
ogg2.c Ogg is not Vorbis. 18 years ago
ogg2.h
oggparseflac.c
oggparseogm.c
oggparsetheora.c
oggparsevorbis.c
os_support.c Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. 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
qtpalette.h Add missing license headers. 18 years ago
raw.c fix probe of 001.vdr-broken-6025 18 years ago
riff.c WMVA 18 years ago
riff.h
rm.c Do not return invalid pointer for non-audio or video streams. 18 years ago
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 Corrections so that builds with DEBUG work 18 years ago
rtp_h264.h
rtp_internal.h
rtpproto.c Remove parameter unused in format string. 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
sierravmd.c
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 seems safer to set pts timebase to sample rate, fix some mp3 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
thp.c support for the THP game format by Marco Gerards, mgerards xs4all nl 18 years ago
tiertexseq.c
tta.c cosmetics: Fix indentation. 18 years ago
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 analyze end condition must match r_fps selection condition 18 years ago
v4l2.c Allow setting v4l2 input and video standard. 18 years ago
voc.c
voc.h
vocdec.c simplification 18 years ago
vocenc.c
wav.c Add FACT chunk for non-PCM wav formats 18 years ago
wc3movie.c
westwood.c
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