62 Commits (f4888b830f44349de0bb137bc913ea6193adbe9e)

Author SHA1 Message Date
Michael Niedermayer 3c895fc098 correctly interleave packets during encoding 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer 77405fc866 cur_dts in native timebase 21 years ago
Michael Niedermayer cdd5034f89 store index for seeking in the native timebase of each stream 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Michael Niedermayer 8d14a25c3e moving nearly identical binary search code from nut/mpeg/asf to utils.c 21 years ago
Roman Shaposhnik 4568325a18 * making it possible to specify recording date and time in a stream 21 years ago
Ronald S. Bultje c3775e542f fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago
Mike Melanson 6a91ec51fd added SGI image format, encoding and decoding, courtesy of Todd Kirby 21 years ago
Michael Niedermayer 08abe0fd66 matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago
Michael Niedermayer 4346539522 av_log() cleanup 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 9740beffc6 use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 21 years ago
Michael Niedermayer 3e9245a98e store searched distance in index, so we dont waste time searching for keyframes where we already searched 21 years ago
Michael Niedermayer b754978a3b caching of timestamps for mpeg-ps so seeking is faster 21 years ago
Mike Melanson a7eb3c8dd1 initial commit for Sierra VMD file demuxer 21 years ago
Fabrice Bellard 6ec87caa70 fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) 21 years ago
Mike Melanson 42cad81aea yep, FLI support 21 years ago
Zdenek Kabelac 67070e4f29 * *FILE needs <stdio.h> 21 years ago
Fabrice Bellard fb2758c83d initial av_read_frame() and av_seek_frame() support 21 years ago
Fabrice Bellard da24c5e330 make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() 21 years ago
Mike Melanson 4120a53a86 implemented Id Quake II CIN support 21 years ago
Mike Melanson 2fdf638b0c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 21 years ago
Falk Hüffner e4e70d2e2d Fix compilation with ccc 21 years ago
Fabrice Bellard 7b7d86f120 simplified version handling 21 years ago
Fabrice Bellard 490579042a 64 bit pts for writing - more const usage 21 years ago
Fabrice Bellard 6a58e1510d ID3 parsing and generation in MP3 format 21 years ago
Fabrice Bellard f71869a4db simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c 21 years ago
Mike Melanson 493645ebd2 demuxer for custom Wing Commander III movie (.mve) files 21 years ago
Alex Beregszaszi 3aa180b84e initial nut muxer and demuxer (demuxer is not fail safe) 21 years ago
Alex Beregszaszi 8026c3b54c bump version numbers to 0.4.8 21 years ago
Mike Melanson 3ef8be2bfc initial commit for Id RoQ and Interplay MVE multimedia subsystems 21 years ago
Mike Melanson 3f16d933a9 first pass at PSX STR demuxer; does not yet interact correctly with MDEC 21 years ago
Michael Niedermayer 1cb5f7fd41 mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>) 21 years ago
Fabrice Bellard ee40480319 added stream start time and duration API - AV_NOPTS_VALUE is no longer zero 21 years ago
D Richard Felker III 2864dfd579 yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>) 21 years ago
Roman Shaposhnik 445f1b83ad * First round of AV sync fixes. 22 years ago
Garrick Meeker d4f5d74a54 flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) 22 years ago
Michael Niedermayer 342474abd9 av_free_packet SEGV fix by (Arthur van Hoff (javanator)) 22 years ago
Alex Beregszaszi e3ee328330 tv standard selection support for dv1394 and grab (v4l) 22 years ago
Fabrice Bellard 39f472c3b6 dynamic array functions 22 years ago
Zdenek Kabelac bc634f6fc2 * 3gp patch by Joca 22 years ago
Mike Melanson 3c96b4ef38 add 4xm to the family 22 years ago
Fabrice Bellard 7e2e1abf6b replaced progressive by interleaved 22 years ago
Fabrice Bellard 3b1a27e04c added progressive image support 22 years ago
Fabrice Bellard 8975ba81f8 added new netpbm pam format support (needed for alpha plane support) 22 years ago
Fred Rothganger e8750b0076 rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Michael Niedermayer b559b29b1f read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed) 22 years ago
Zdenek Kabelac 3a13f6bd48 * compile PNG only when ZLIB is available 22 years ago