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.
 
 
 
 
Baptiste Coudurier 87609b51da cosmetics 16 years ago
..
4xm.c
Makefile Move the AVFormatContext options definition to a dedicated file, 16 years ago
adtsenc.c
aiff.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
allformats.c Make register_avcodec() call avcodec_init(). 16 years ago
amr.c
apc.c
ape.c
asf-enc.c ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". 17 years ago
asf.c Don't use s->pb if a local ByteIOContext was already provided by the calling 16 years ago
asf.h Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and 16 years ago
asfcrypt.c
asfcrypt.h
assdec.c assdec: don't remove CR, they are part of the spec 17 years ago
assenc.c ASS/SSA muxer. 17 years ago
au.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
avc.c
avc.h
avformat.h free all allocated metadata structures 16 years ago
avi.h
avidec.c rename AVMetaData to AVMetadata and meta_data to metadata 16 years ago
avienc.c rename AVMetaData to AVMetadata and meta_data to metadata 16 years ago
avio.c Only special-case absolute DOS paths on systems that support them. 17 years ago
avio.h whitespace cosmetics 16 years ago
aviobuf.c Initialize s->opaque before calling url_resetbuf(). 16 years ago
avisynth.c
avs.c avoid POSIX reserved _t suffix 16 years ago
bethsoftvid.c
bfi.c
c93.c avoid POSIX reserved _t suffix 16 years ago
crcenc.c
cutils.c
daud.c
dsicin.c
dv.c additional recovery for the badly broken streams 16 years ago
dv.h Remove inappropriate const qualifier from function argument, fixes the warning: 16 years ago
dvenc.c Remove inappropriate const qualifier from function argument, fixes the warning: 16 years ago
dxa.c
eacdata.c
electronicarts.c Electronic Arts demuxer: support TGQ video tags 16 years ago
ffm.h Remove offset_t typedef and use int64_t directly instead. 17 years ago
ffmdec.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
ffmenc.c
file.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
flic.c
flv.h 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu 17 years ago
flvdec.c Fix detection of audio codec in K70707-ARIA229.flv. 16 years ago
flvenc.c remove comment, this is not relevant anymore 16 years ago
framecrcenc.c
framehook.c
framehook.h Delete unnecessary 'extern' keywords. 16 years ago
gif.c
gxf.c Avoid _t in gxf enum type names 16 years ago
gxf.h Avoid _t in gxf enum type names 16 years ago
gxfenc.c Avoid _t in gxf enum type names 16 years ago
http.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
idcin.c
idroq.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
iff.c Avoid _t in identifier names, _t is reserved by POSIX. 16 years ago
img2.c Add jp2 support to img2 demuxer. 16 years ago
internal.h Move declaration of av_set_program_name and av_program_add_stream_index 16 years ago
ipmovie.c Fix a warning when compiling with icc: 16 years ago
isom.c Add support for muxing mov/mp4/3gp timed text streams 16 years ago
isom.h remove _t in typedef for POSIX compatibility 16 years ago
libnut.c Update lavf/libnut.c to _tt type names in libnut API 16 years ago
lmlm4.c
matroska.c matroska: sort codec tags list 16 years ago
matroska.h
matroskadec.c Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv 16 years ago
matroskaenc.c matroskaenc: require global header 16 years ago
metadata.c move ff_metadata_sync_compat to metadata_compat.c 16 years ago
metadata.h rename ff_metadata_sync_compat to ff_metadata_mux_compat 16 years ago
metadata_compat.c rename ff_metadata_sync_compat to ff_metadata_mux_compat 16 years ago
mm.c
mmf.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
mov.c Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text 16 years ago
movenc.c cosmetics 16 years ago
mp3.c If we find a VBR tag at the beginning of the file don't attempt to 16 years ago
mpc.c
mpc8.c
mpeg.c Use enum typers instead of int. 17 years ago
mpeg.h
mpegenc.c
mpegts.c mpegts: replace Program_t typedef with "struct Program" 16 years ago
mpegts.h
mpegtsenc.c
mpjpeg.c
msnwc_tcp.c
mtv.c COSMETICS 16 years ago
mvi.c
mxf.c
mxf.h 100l, add missing enum type, fix compilation 16 years ago
mxfdec.c use lower case x and alternate format for hex in printf 16 years ago
mxfenc.c fix umid base value, use revision 5 and generic material type 16 years ago
network.h
nsvdec.c
nut.c remove _t for POSIX compatibility. 16 years ago
nut.h Remove misleading comment, _t is POSIX-reserved namespace. 16 years ago
nutdec.c remove _t for POSIX compatibility. 16 years ago
nutenc.c remove _t for POSIX compatibility. 16 years ago
nuv.c Avoid _t in typedef type 16 years ago
oggdec.c OGG: untypedef demuxer structs 16 years ago
oggdec.h Delete unnecessary 'extern' keywords. 16 years ago
oggenc.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
oggparseflac.c oggflac: fix bitstream reader usage 16 years ago
oggparseogm.c OGG: untypedef demuxer structs 16 years ago
oggparsespeex.c OGG: untypedef demuxer structs 16 years ago
oggparsetheora.c OGG: correct PTS with old theora streams 16 years ago
oggparsevorbis.c Delete unnecessary 'extern' keywords. 16 years ago
oma.c
options.c Move the AVFormatContext options definition to a dedicated file, 16 years ago
os_support.c
os_support.h Delete unnecessary 'extern' keywords. 16 years ago
psxstr.c
pva.c
qtpalette.h
raw.c Remove silly FIXME comment. 16 years ago
raw.h
rdt.c Parse the OpaqueData field for every AVStream represented by this "set of 16 years ago
rdt.h Parse the OpaqueData field for every AVStream represented by this "set of 16 years ago
riff.c cosmetics: CJPG is from Creative Webcam 16 years ago
riff.h Fix two identical warnings when compiling riff.c and nuv.c with icc: 16 years ago
rl2.c
rm.h Reindent after r16368. 16 years ago
rmdec.c Fix a compiler warning: 16 years ago
rmenc.c Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. 16 years ago
rpl.c
rtp.c
rtp.h Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 16 years ago
rtp_aac.c
rtp_aac.h
rtp_h264.c Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 16 years ago
rtp_h264.h
rtp_internal.h Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 16 years ago
rtp_mpv.c spelling cosmetics 17 years ago
rtp_mpv.h
rtpdec.c Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 16 years ago
rtpenc.c
rtpenc_h264.c
rtpproto.c
rtsp.c Reindent to properly fit a 80 chars terminal. 16 years ago
rtsp.h Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by 16 years ago
rtspcodes.h
sdp.c Rename functions in sdp.c for consistency's sake. 16 years ago
segafilm.c The POSIX namespace shall be held sacrosanct. To that end, 16 years ago
sierravmd.c Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. 16 years ago
siff.c
smacker.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
sol.c Use enum typers instead of int. 17 years ago
swf.h Remove offset_t typedef and use int64_t directly instead. 17 years ago
swfdec.c
swfenc.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
tcp.c only include sys/select.h if present, fix mingw compilation 17 years ago
thp.c
tiertexseq.c
tta.c
txd.c
udp.c Add sys/time.h header #include, fixes compilation on OS/2. 16 years ago
utils.c Move the AVFormatContext options definition to a dedicated file, 16 years ago
vc1test.c
vc1testenc.c
voc.c
voc.h avoid POSIX reserved _t suffix 16 years ago
vocdec.c avoid POSIX reserved _t suffix 16 years ago
vocenc.c avoid POSIX reserved _t suffix 16 years ago
wav.c Remove offset_t typedef and use int64_t directly instead. 17 years ago
wc3movie.c
westwood.c Use enum typers instead of int. 17 years ago
wv.c
xa.c
yuv4mpeg.c