94 Commits (80581e9887ce9968516ec4d7a6a450eeec6e4ade)

Author SHA1 Message Date
Michael Niedermayer 90ad92b39d support changing in bitstream global headers into extradata style and back 20 years ago
Michael Niedermayer 6beefa4085 *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com) 20 years ago
Michael Niedermayer b4b87d4841 AVStream.nb_frames and docs for r_frame_rate 20 years ago
Todd Kirby 8108551a5c Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) 20 years ago
Fabrice Bellard 0973026090 optional ISO 639 3 letter language field 20 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Måns Rullgård 9146ca3700 Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, 20 years ago
Calcium c64d476ccd 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp) 20 years ago
Michael Niedermayer f3356e9c9e more fine grained discarding of packets 20 years ago
Michael Niedermayer 27a5fe5fdf keyframe & non keyframe index fixes 20 years ago
Michael Niedermayer b4aea108eb support discarding of uninterresting packets 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Michael Niedermayer 0d71240921 fifo_realloc() 20 years ago
Michael Niedermayer dc56fc3802 int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) 20 years ago
François Revol 27d5f18f66 First implementation of nsv demuxer. 20 years ago
Michael Niedermayer 5b6d559680 move p*m from image/lavf -> image2/lavc 20 years ago
Roman Shaposhnik f02be79d61 * Introducing IIDC1394 grabbing interface. 20 years ago
Michael Niedermayer 17c88cb0ce user setable preload and max_mux_delay 20 years ago
Mike Melanson ad81a9fe41 Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.) 20 years ago
Michael Niedermayer 7b3c1382bf 100l (forgoten seeking functions) 20 years ago
Michael Niedermayer 3ba1438dec use native timebase for seeking 20 years ago
Michael Niedermayer 576ae256a4 write error handling 20 years ago
Michael Niedermayer 2db3c638a7 user selectable packet_size and mux_rate 20 years ago
Zdenek Kabelac 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 20 years ago
Michael Niedermayer 7000a17542 SCR timestamp fix try #1 20 years ago
Michael Niedermayer fe2d6fe235 move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based 20 years ago
Michael Niedermayer 63dd1377b3 uninitalized variables 20 years ago
Mike Melanson d08d7142fd support for Sierra Online audio files and Apple QuickDraw codec, 20 years ago
Roman Shaposhnik 0c9fc6e187 * replacing calls to not-always-available gmtime_r with our own code. 20 years ago
Petr Doubek 6ba5cbc699 HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 20 years ago
Michael Niedermayer 03cfe134ca image2 / image API cleanup phase-1 20 years ago
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