Diego Biurrun 12631f2dd0 CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. 18 years ago
..
4xm.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Makefile 12631f2dd0 CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. 18 years ago
adtsenc.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
aiff.c a492ad9f63 100l 18 years ago
allformats.c fa1ab87200 Fix copy and paste error in comment. 18 years ago
allformats.h ed252b1624 cosmetics: Sort list of input/output formats. 18 years ago
amr.c d95442c03e unused #define 18 years ago
asf-enc.c e1315fb160 some url_is_streamed()==1 related fixes 18 years ago
asf.c 0c0d17f3ce fix demuxing of IMAG0002.ASF 18 years ago
asf.h 0e3b6a6f55 Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate 18 years ago
au.c 9ff85412ad Fix UNKOWN --> UNKNOWN typo 18 years ago
audio.c cc58300e30 implement new grabbing interface, as described here: 18 years ago
avformat.h 33a0dd378a DXA demuxer and decoder 18 years ago
avi.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
avidec.c 755c18ae5d fix demuxing of broken MVI_3011.avi 18 years ago
avienc.c 6c77805fc8 get rid of the [4] limitation of codec tag lists 18 years ago
avio.c c306748c29 Move avio.h's url_get_max_packet_size() comment from source to header file. 18 years ago
avio.h c3316802da Convert all the comment sections into Doxygen compatible comments, same for 18 years ago
aviobuf.c a8c5ab2707 Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, 18 years ago
avisynth.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
avs.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
beosaudio.cpp cc58300e30 implement new grabbing interface, as described here: 18 years ago
crc.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
cutils.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
daud.c 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
dc1394.c cc58300e30 implement new grabbing interface, as described here: 18 years ago
dsicin.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
dv.c 6eb2de748d * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 18 years ago
dv.h 6eb2de748d * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 18 years ago
dv1394.c cc58300e30 implement new grabbing interface, as described here: 18 years ago
dv1394.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
dvenc.c e950141a58 * Fixing a bug with incorrect bits set in AAUX source pack 18 years ago
dxa.c 33a0dd378a DXA demuxer and decoder 18 years ago
electronicarts.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
ffm.c 038a1243a2 codec_tag settable via VideoTag, and transmit codec_tag in ffm 18 years ago
file.c 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
flic.c 89cf4098aa spit an error message in case of invalid chunk 18 years ago
flv.h 34cee63432 Complete the video format enum. 18 years ago
flvdec.c 031311cbd1 workaround for broken flvtoolized files 18 years ago
flvenc.c e9509536a9 Set FLV_SAMPLESSIZE_16BIT for ADPCM. 18 years ago
framehook.c 4992d8bf7d Change the vhook code to send real timestamps to the filters instead of the 18 years ago
framehook.h 4992d8bf7d Change the vhook code to send real timestamps to the filters instead of the 18 years ago
gif.c f932cdf209 kill AVImageFormat 18 years ago
gifdec.c 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
grab.c cc58300e30 implement new grabbing interface, as described here: 18 years ago
grab_bktr.c cc58300e30 implement new grabbing interface, as described here: 18 years ago
gxf.c a0bbb2e977 Use av_set_pts_info and set some arbitrary timebase fallback 18 years ago
gxf.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
gxfenc.c 2012121363 fix dts adjusting 18 years ago
http.c bd03c380ce expose av_base64_decode and av_base64_encode 18 years ago
idcin.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
idroq.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
img2.c 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
ipmovie.c 49c8132b17 not checking error return, resulting double free 18 years ago
isom.c 2f124d2af2 add hdv1 fourcc 18 years ago
isom.h ccba88d764 cosmectics, mov -> mp4 18 years ago
libnut.c 1017fafb20 remove usage of deprecated functions in libnut.c (codec_get_id/tag) 18 years ago
matroska.c 8509fc7b13 add support for V_THEORA into Matroska 18 years ago
mm.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
mmf.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
mov.c 11979c460c move atom size check before parsing function search 18 years ago
movenc.c ccba88d764 cosmectics, mov -> mp4 18 years ago
mp3.c e9b78eeba2 better generic index building and seeking code 18 years ago
mpc.c d188691205 10l, > vs. >= typo, caused crashes on last mpc frame 18 years ago
mpeg.c 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
mpegts.c 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
mpegts.h cf10ee184f demux VC1 in mpegts 18 years ago
mpegtsenc.c 700b971156 write DTS, based on patch by Luca Abeni, lucabe72 email it 18 years ago
mpjpeg.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
mtv.c b1d196db56 now we set codec_tag, still have to figure out how to handle flipping 18 years ago
mxf.c 318c5e0524 Give context to dprintf 18 years ago
network.h c9fdab0dab 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 8076609a40 The NSV demuxer assumes that a video frame's timestamp increases by one on each 18 years ago
nut.c 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame 18 years ago
nut.h f7c9f48dc6 10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) 18 years ago
nutdec.c 559fd1e795 fix end-of-file detection 18 years ago
nuv.c 8643594ce3 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) 18 years ago
ogg.c 1367cffd66 Ogg is not Vorbis. 18 years ago
ogg2.c 1367cffd66 Ogg is not Vorbis. 18 years ago
ogg2.h 20be72c890 save/restore number of streams 18 years ago
oggparseflac.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
oggparseogm.c 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
oggparsetheora.c 116d866ca5 fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) 18 years ago
oggparsevorbis.c 191e8ca752 fix some signedness warnings 18 years ago
os_support.c c9fdab0dab 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 13e4dba690 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 fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
qtpalette.h f5a90186d7 Add missing license headers. 18 years ago
raw.c e9f6c8eaae fix probe of 001.vdr-broken-6025 18 years ago
riff.c 91aeec1bc7 WMVA 18 years ago
riff.h 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
rm.c d495fdc3d3 Do not return invalid pointer for non-audio or video streams. 18 years ago
rtp.c 7874024062 Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. 18 years ago
rtp.h bdd54e3758 Doxygenize the unaltered comments for the AUHeaders structure. 18 years ago
rtp_h264.c bdb4b698d8 Corrections so that builds with DEBUG work 18 years ago
rtp_h264.h 1d1be919ce add support for rtp/h264 streaming 18 years ago
rtp_internal.h 4a6cc06123 add valid statistics for the RTCP receiver report. 18 years ago
rtpproto.c 642d4a1a16 Remove parameter unused in format string. 18 years ago
rtsp.c 0af4407d35 Move unaltered rtsp.c comments to the header file. 18 years ago
rtsp.h 50c5f1598d Make rtsp_set_callback() comments available to Doxygen 18 years ago
rtspcodes.h 391fbb656c Convert macro+enum into a simple enum: Currently the enum was filled using a 18 years ago
segafilm.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
sierravmd.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
smacker.c 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
sol.c 9ff85412ad Fix UNKOWN --> UNKNOWN typo 18 years ago
swf.c dc13d0b5ae seems safer to set pts timebase to sample rate, fix some mp3 18 years ago
tcp.c b5cccea088 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 efb0c399ca support for the THP game format by Marco Gerards, mgerards xs4all nl 18 years ago
tiertexseq.c d0966f026c missdetected a broken mp3 18 years ago
tta.c 30a1380a04 cosmetics: Fix indentation. 18 years ago
udp.c b5cccea088 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 6cc65ab3c6 analyze end condition must match r_fps selection condition 18 years ago
v4l2.c f5ad81f527 Allow setting v4l2 input and video standard. 18 years ago
voc.c 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
voc.h 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
vocdec.c fd9a71acaa simplification 18 years ago
vocenc.c 4014fe37a3 remove now useless codec_tag setting code in voc muxer 18 years ago
wav.c d794d388a6 Add FACT chunk for non-PCM wav formats 18 years ago
wc3movie.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
westwood.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
wv.c 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
x11grab.c cc58300e30 implement new grabbing interface, as described here: 18 years ago
yuv4mpeg.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago