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 bea6c1ec80 fix fourcc comment 17 years ago
..
4xm.c
Makefile create a separate codec_id for E-AC-3 17 years ago
adtsenc.c
aiff.c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 17 years ago
allformats.c create a separate codec_id for E-AC-3 17 years ago
amr.c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 17 years ago
apc.c
ape.c
asf-enc.c Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 17 years ago
asf.c convert every muxer/demuxer to write/read sample_aspect_ratio from/to 17 years ago
asf.h Globally rename the header inclusion guard names. 17 years ago
asfcrypt.c
asfcrypt.h Globally rename the header inclusion guard names. 17 years ago
au.c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 17 years ago
avc.c
avc.h Globally rename the header inclusion guard names. 17 years ago
avformat.h Globally rename the header inclusion guard names. 17 years ago
avi.h Globally rename the header inclusion guard names. 17 years ago
avidec.c convert every muxer/demuxer to write/read sample_aspect_ratio from/to 17 years ago
avienc.c Fix an invalid free in the AVI muxer when an unsupported audio track is added. 17 years ago
avio.c Implement url_open_protocol(), which is basiclly the former url_open() 17 years ago
avio.h Globally rename the header inclusion guard names. 17 years ago
aviobuf.c Only reset buffer state if seeking is successful; update seek reg ref. 17 years ago
avisynth.c
avs.c
bethsoftvid.c
bfi.c
c93.c convert every muxer/demuxer to write/read sample_aspect_ratio from/to 17 years ago
crcenc.c
cutils.c
daud.c Add D-Cinema audio muxer 17 years ago
dsicin.c
dv.c Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as 17 years ago
dv.h Globally rename the header inclusion guard names. 17 years ago
dvenc.c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 17 years ago
dxa.c
eacdata.c
electronicarts.c Support Electronic Arts files containing MP3 audio. 17 years ago
ffm.h Globally rename the header inclusion guard names. 17 years ago
ffmdec.c Improve long names for FFM muxer and demuxer: 17 years ago
ffmenc.c Fix rc_eq mem leak. 17 years ago
file.c
flic.c Make flic probe check a few more things. 17 years ago
flv.h Globally rename the header inclusion guard names. 17 years ago
flvdec.c skip empty flv data packets, fix issue #602 17 years ago
flvenc.c timestamps in flv are 32bits _signed_ according to flash player, specs are wrong 17 years ago
framecrcenc.c
framehook.c Remove pointless #ifdef CONFIG_VHOOK from the code. 17 years ago
framehook.h Globally rename the header inclusion guard names. 17 years ago
gif.c
gxf.c
gxf.h Globally rename the header inclusion guard names. 17 years ago
gxfenc.c
http.c
idcin.c
idroq.c
iff.c
img2.c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 17 years ago
internal.h Globally rename the header inclusion guard names. 17 years ago
ipmovie.c
isom.c fix fourcc comment 17 years ago
isom.h Globally rename the header inclusion guard names. 17 years ago
libnut.c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 17 years ago
lmlm4.c
matroska.c matroska: add E-AC-3 support 17 years ago
matroska.h Globally rename the header inclusion guard names. 17 years ago
matroskadec.c matroskadec: cosmetics: indentation 17 years ago
matroskaenc.c Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 17 years ago
mm.c Remove useless empty close functions in mmf and mm demuxers. 17 years ago
mmf.c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 17 years ago
mov.c remove vorbis dec hack, decoding will be done anyway to get frame size 17 years ago
movenc.c correctly mux mpeg2 audio 13818-3 in mp4 17 years ago
mp3.c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 17 years ago
mpc.c
mpc8.c
mpeg.c vertical align 17 years ago
mpeg.h Globally rename the header inclusion guard names. 17 years ago
mpegenc.c vertical align 17 years ago
mpegts.c Add flag to mark demuxers that can output discontinuous timestamps. 17 years ago
mpegts.h Globally rename the header inclusion guard names. 17 years ago
mpegtsenc.c Change Dirac in MPEG-TS encapsulation to conform with spec changes. 17 years ago
mpjpeg.c
msnwc_tcp.c
mtv.c Change mtv_read_packet so it does not break after seeking (displaying a shifted image). 17 years ago
mvi.c Motion Pixels MVI Demuxer. 17 years ago
mxf.c put back mxf_essence_container_uls in demuxer as static const 17 years ago
mxf.h Globally rename the header inclusion guard names. 17 years ago
mxfdec.c put back mxf_essence_container_uls in demuxer as static const 17 years ago
mxfenc.c do no write multi descriptor when only one track is present 17 years ago
network.h Globally rename the header inclusion guard names. 17 years ago
nsvdec.c Try to fix FATE after my time_base simplification change. 17 years ago
nut.c
nut.h Globally rename the header inclusion guard names. 17 years ago
nutdec.c convert every muxer/demuxer to write/read sample_aspect_ratio from/to 17 years ago
nutenc.c Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 17 years ago
nuv.c convert every muxer/demuxer to write/read sample_aspect_ratio from/to 17 years ago
oggdec.c Add ff_ prefix to ogg_codec_t structs 17 years ago
oggdec.h Globally rename the header inclusion guard names. 17 years ago
oggenc.c add ogv extension 17 years ago
oggparseflac.c Add ff_ prefix to ogg_codec_t structs 17 years ago
oggparseogm.c Add ff_ prefix to ogg_codec_t structs 17 years ago
oggparsespeex.c Add ff_ prefix to ogg_codec_t structs 17 years ago
oggparsetheora.c Add ff_ prefix to ogg_codec_t structs 17 years ago
oggparsevorbis.c Add ff_ prefix to ogg_codec_t structs 17 years ago
oma.c Mark several libavformat arrays const 17 years ago
os_support.c struct timeval requires #include <sys/time.h> 17 years ago
os_support.h Globally rename the header inclusion guard names. 17 years ago
psxstr.c simplify 17 years ago
pva.c
qtpalette.h Globally rename the header inclusion guard names. 17 years ago
raw.c change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it 17 years ago
raw.h Globally rename the header inclusion guard names. 17 years ago
riff.c Make RIFF-based demuxers handle F32LE and F64LE PCM audio. 17 years ago
riff.h Globally rename the header inclusion guard names. 17 years ago
rl2.c
rm.h Use chunk-size in function calling mdpr_read_codecdata() rather than in the 17 years ago
rmdec.c Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is 17 years ago
rmenc.c cosmetics: make all references to AC-3 capitalized and hyphenated 17 years ago
rpl.c
rtp.c
rtp.h Globally rename the header inclusion guard names. 17 years ago
rtp_aac.c
rtp_aac.h Globally rename the header inclusion guard names. 17 years ago
rtp_h264.c
rtp_h264.h Globally rename the header inclusion guard names. 17 years ago
rtp_internal.h Globally rename the header inclusion guard names. 17 years ago
rtp_mpv.c Fix MPEG video packetization for RTP 17 years ago
rtp_mpv.h Globally rename the header inclusion guard names. 17 years ago
rtpdec.c Do not set timestamp information for a non existing AVStream 17 years ago
rtpenc.c RTP: use dprintf(), allow compilation with -DDEBUG 17 years ago
rtpenc_h264.c
rtpproto.c Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. 17 years ago
rtsp.c Remove useless "else" case in if X { A; return }; else { B }. See discussion 17 years ago
rtsp.h Read RealChallenge1 field from the server. 17 years ago
rtspcodes.h Globally rename the header inclusion guard names. 17 years ago
sdp.c Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and 17 years ago
segafilm.c
sierravmd.c
siff.c
smacker.c
sol.c
swf.h Globally rename the header inclusion guard names. 17 years ago
swfdec.c
swfenc.c update swf video frame number when muxing done, fix #439 17 years ago
tcp.c Remove check for @ in tcp.c which removes the authorization data from the 17 years ago
thp.c
tiertexseq.c Remove inaccurate computation of pts for audio packets and rely on 17 years ago
tta.c
txd.c
udp.c Fix udp.c compilation with recent glibc (>= 2.8) 17 years ago
utils.c Fix detection of MPEG4 in MPEG-PS. 17 years ago
vc1test.c
vc1testenc.c Remove unused variable. 17 years ago
voc.c voc: add ff_ prefix to some global const data 17 years ago
voc.h Globally rename the header inclusion guard names. 17 years ago
vocdec.c Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 17 years ago
vocenc.c Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 17 years ago
wav.c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 17 years ago
wc3movie.c
westwood.c
wv.c
xa.c
yuv4mpeg.c convert every muxer/demuxer to write/read sample_aspect_ratio from/to 17 years ago