aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot un...Wolfram Gloger2004-04-131-1/+1
* libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms ...Steven M. Schultz2004-04-121-0/+1
* store correct ptsMichael Niedermayer2004-04-121-0/+2
* bit-exactMichael Niedermayer2004-04-122-2/+5
* distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>)Michael Niedermayer2004-04-121-1/+1
* 10lMichael Niedermayer2004-04-121-0/+1
* libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at...Steven M. Schultz2004-04-121-0/+2
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-125-413/+198
* codec tag for FLVMichael Niedermayer2004-04-111-0/+1
* 4xm codec tagMichael Niedermayer2004-04-111-0/+1
* some tag for mpeg2, so looking MPEG2VIDEO up worksMichael Niedermayer2004-04-111-0/+1
* avoid seeking to the end, as it confuses some crappy codeMichael Niedermayer2004-04-111-1/+1
* set codec_tagMichael Niedermayer2004-04-101-0/+1
* prefix globalMichael Niedermayer2004-04-102-6/+6
* patch courtesy of Todd Kirby:Mike Melanson2004-04-101-34/+21
* removing keyframe prediction and checksum thresholdMichael Niedermayer2004-04-091-23/+4
* correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio"...Thomas Raivio2004-04-091-0/+26
* gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-091-1/+1
* fourcc & language code v->vb typeMichael Niedermayer2004-04-081-38/+332
* dont reduce the min_distance of AVIndexEntryMichael Niedermayer2004-04-071-0/+3
* support for -timestampAlex Beregszaszi2004-04-071-6/+2
* unknown format charAlex Beregszaszi2004-04-071-1/+1
* support for wider range of codecsAlex Beregszaszi2004-04-071-32/+46
* 10l (bytes_left() -> url_feof())Michael Niedermayer2004-04-062-58/+120
* * making it possible to specify recording date and time in a streamRoman Shaposhnik2004-04-062-1/+2
* search for undamaged headersMichael Niedermayer2004-04-051-134/+225
* checksuming for nut & nice checksum API for libavformatMichael Niedermayer2004-04-054-34/+83
* antitimeMichael Niedermayer2004-04-051-1/+1
* 10l (Titel->Title)Michael Niedermayer2004-04-051-1/+1
* info packet read/write & simplifyMichael Niedermayer2004-04-041-57/+106
* make vorbis default againMichael Niedermayer2004-04-041-1/+1
* 10lMichael Niedermayer2004-04-041-0/+4
* store extradata, vorbis in avi works now, dont expect av sync thoughMichael Niedermayer2004-04-041-2/+5
* some random id for vorbis so we can do some experiments with vorbis in variou...Michael Niedermayer2004-04-041-0/+1
* large extradata fixMichael Niedermayer2004-04-041-2/+2
* move zero size hack from ogg.c to utils.cMichael Niedermayer2004-04-042-8/+9
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-041-4/+21
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-041-40/+13
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-042-32/+41
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-041-4/+3
* remove spyware from ogg*.cMichael Niedermayer2004-04-042-5/+6
* nut (de)muxer updateMichael Niedermayer2004-04-031-156/+572
* yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-011-1/+1
* * .mov files with uncompressed audio can't be correctly processedRoman Shaposhnik2004-03-311-1/+7
* * fixing 10l in movenc.c + updating regression patterns.Roman Shaposhnik2004-03-281-1/+1
* * making .mov files generated by ffmpeg compatible with Apple software.Roman Shaposhnik2004-03-281-32/+44
* Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-m...Wolfram Gloger2004-03-261-6/+11
* * enabling DV-in-QTRoman Shaposhnik2004-03-261-1/+10
* warning patrolFalk Hüffner2004-03-245-15/+15
* cleanup frame_rate code, this may also fix some large file bugsMichael Niedermayer2004-03-241-26/+12