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.
 
 
 
 
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
..
.cvsignore renamed libav to libavformat 22 years ago
4xm.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Makefile vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) 21 years ago
allformats.c fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago
amr.c AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) 22 years ago
asf-enc.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
asf.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
asf.h asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) 21 years ago
au.c seek support for PCM formats 21 years ago
audio.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
avformat.h move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
avi.h initial seek support 21 years ago
avidec.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
avienc.c support SVQ1 in AVI files, just for fun 21 years ago
avio.c avoid seeking to the end, as it confuses some crappy code 21 years ago
avio.h checksuming for nut & nice checksum API for libavformat 21 years ago
aviobuf.c 10l (bytes_left() -> url_feof()) 21 years ago
barpainet.c renamed libav to libavformat 22 years ago
barpainet.h OSX and BeOS networking fix (socklen_t) 22 years ago
beosaudio.cpp 64 bit pts for writing - more const usage (don't forget me !) 22 years ago
crc.c checksuming for nut & nice checksum API for libavformat 21 years ago
cutils.c simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c 22 years ago
dv.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
dv.h * DV demuxer is now capable of decoding auxilary audio stream. So, 22 years ago
dv1394.c * enabling seek in raw DV files 21 years ago
dv1394.h patch for DV capturing by Dan Dennedy <dan at dennedy dot org> 22 years ago
ffm.c adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) 21 years ago
file.c nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 21 years ago
flic.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
flvdec.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
flvenc.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
framehook.c (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 21 years ago
framehook.h warning patrol 21 years ago
gif.c removing unused var & converting 64->32bit 21 years ago
gifdec.c transparency support 22 years ago
grab.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
http.c no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
idcin.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
idroq.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
img.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
ipmovie.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
jpeg.c - Add reget_buffer() function to AVCodecContext 21 years ago
matroska.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
mov.c libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) 21 years ago
movenc.c bit-exact 21 years ago
mp3.c added parsing 21 years ago
mpeg.c mpeg SVCD compatibility, SCR fixes, standard compliance 21 years ago
mpegts.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
mpegts.h support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård)) 21 years ago
mpegtsenc.c support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård)) 21 years ago
mpjpeg.c disable encoders where appropriate (patch courtesy of BERO 22 years ago
nut.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
ogg.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
os_support.c cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 21 years ago
os_support.h cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 21 years ago
png.c replaced progressive by interleaved 22 years ago
pnm.c Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>) 21 years ago
psxstr.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
qtpalette.h prefix global 21 years ago
raw.c decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
rm.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
rtp.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
rtp.h added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API 22 years ago
rtpproto.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
rtsp.c support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
rtsp.h initial seek support - more generic play/pause support 21 years ago
rtspcodes.h renamed libav to libavformat 22 years ago
segafilm.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
sgi.c patch courtesy of Todd Kirby: 21 years ago
sierravmd.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
swf.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
tcp.c tcp select() check and enables pressing 'q' when reading/(writing) from 21 years ago
udp.c undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>) 22 years ago
utils.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
wav.c 10l 21 years ago
wc3movie.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
westwood.c move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
yuv.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
yuv4mpeg.c yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>) 21 years ago