aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse ...Nathan Kurz2004-10-221-6/+9
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-224-0/+206
* set keyframe flag at a more central place instead of in every demuxer for con...Michael Niedermayer2004-10-223-2/+24
* fixing demuxing of vc2_intro.aviMichael Niedermayer2004-10-191-9/+8
* report keyframesAlex Beregszaszi2004-10-181-0/+4
* set correct timebaseMichael Niedermayer2004-10-184-2/+7
* user setable preload and max_mux_delayMichael Niedermayer2004-10-162-14/+12
* Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.)Mike Melanson2004-10-164-1/+304
* set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-152-0/+2
* fix assertion failure in case of timestamp discontinuitiesMichael Niedermayer2004-10-131-1/+2
* * static allocation for audio packets. This will make it a little bitRoman Shaposhnik2004-10-133-27/+24
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-121-0/+1
* generic cur_dts updateMichael Niedermayer2004-10-122-32/+21
* flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)Michael Niedermayer2004-10-121-13/+48
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-117-11/+14
* default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-111-1/+3
* print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muen...Wolfram Gloger2004-10-111-0/+8
* use native timebase for seekingMichael Niedermayer2004-10-105-77/+119
* write error handlingMichael Niedermayer2004-10-084-14/+43
* prevent multiple av_register_all()Michael Niedermayer2004-10-071-0/+6
* do not randomize unknown timestampsMichael Niedermayer2004-10-071-5/+5
* user selectable packet_size and mux_rateMichael Niedermayer2004-10-062-11/+18
* untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>)Måns Rullgård2004-10-061-0/+1
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-063-3/+3
* AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis...Paul Curtis2004-10-031-2/+18
* initial dts fixMichael Niedermayer2004-10-032-15/+2
* remove wrong 33bit truncation of internal timestampsMichael Niedermayer2004-10-031-8/+10
* pts/dts 100l fixMichael Niedermayer2004-10-031-4/+13
* cleanup video buffer sizeMichael Niedermayer2004-10-031-1/+6
* cleanupMichael Niedermayer2004-10-031-111/+4
* SCR timestamp fix try #1Michael Niedermayer2004-10-033-69/+283
* simplify put_padding_packet()Michael Niedermayer2004-10-011-24/+9
* move free() of AVStream priv data to av_write_trailer()Michael Niedermayer2004-10-013-8/+6
* 64bit and reading over the end of the array fixesMichael Niedermayer2004-10-011-8/+5
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ...Michel Bardiaux2004-10-011-2/+2
* do not call (av_)abort()Michael Niedermayer2004-10-016-11/+10
* move packet interleaving function into AVOutputFormat, so it can be overriden...Michael Niedermayer2004-09-292-60/+95
* uninitalized variablesMichael Niedermayer2004-09-282-1/+5
* pads streamMichael Niedermayer2004-09-281-0/+6
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-285-1/+172
* * experimental dynamic audio stream allocation for DV demuxer. ThisRoman Shaposhnik2004-09-271-33/+20
* * let DV muxer generate audioless DV streams. This might not be 100%Roman Shaposhnik2004-09-271-28/+36
* 10lMichael Niedermayer2004-09-221-2/+3
* write shorter headers if possibleMichael Niedermayer2004-09-221-1/+3
* * fixing a regression introduced by the last seek-support patchRoman Shaposhnik2004-09-221-2/+2
* gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>)Michael Niedermayer2004-09-211-2/+3
* * fix for a DV regression introduced with the last round of avi_read_packetRoman Shaposhnik2004-09-191-1/+6
* * a couple of silly defaults to make everybody happy.Roman Shaposhnik2004-09-191-0/+2
* * misc. fixes and hacks to improve timing detection in raw DVRoman Shaposhnik2004-09-191-3/+12
* * seek in raw DV patch by Nathan Kurz (nate at verse dot com)Nathan Kurz2004-09-181-3/+12