aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/asf-enc.c
Commit message (Expand)AuthorAgeFilesLines
* typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warn...Baptiste Coudurier2008-01-311-1/+1
* add assert to detect invalid packet_timestamp_start/endMichael Niedermayer2007-12-031-0/+2
* correct invalid durationMichael Niedermayer2007-12-031-2/+0
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-011-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-13/+13
* Fix streaming to XBox360.Patric Stout2007-10-151-1/+4
* some url_is_streamed()==1 related fixesMichael Niedermayer2007-03-111-3/+3
* move preroll_time from static variable into definition, might be a good idea ...Alex Beregszaszi2007-03-071-4/+4
* prevent audio packets from being fragmented, wmp mac doesnt seem to like that...Michael Niedermayer2007-03-051-1/+7
* create codec_comment_header which looks more like what M$ creates, sane or no...Michael Niedermayer2007-03-051-2/+11
* all asf files i have have the 2 redundant duration fields differ by the prero...Michael Niedermayer2007-03-051-1/+1
* all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer2007-03-051-1/+1
* all the time related fields seem to be 64bit so i guess preroll is too (this ...Michael Niedermayer2007-03-051-2/+1
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-121-19/+12
* increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer2007-02-121-1/+1
* dont set the keyframe flag for audio as microshitty doesnt do it and some thi...Michael Niedermayer2007-02-121-2/+6
* fix broken memset(padding, 0) codeMichael Niedermayer2007-02-091-6/+10
* remove senseless and wrong direct access to ByteIOContext internalsMichael Niedermayer2007-02-071-2/+2
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-071-11/+3
* muxing packets with unknown timestamps is not allowedMichael Niedermayer2007-02-071-10/+2
* simplify GUIDsMichael Niedermayer2007-01-211-7/+2
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-211-1/+0
* simplifyMichael Niedermayer2007-01-211-20/+8
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-211-4/+0
* this is wrong but it was that way before the AVCodecTag change, only reason w...Michael Niedermayer2007-01-211-0/+1
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-2/+2
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-0/+9
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-071-2/+2
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-5/+5
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix wrong ASF duration of generated filesBrian Brice2006-10-011-2/+4
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-3/+4
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-45/+45
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-18/+18
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-2/+2
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-4/+4
* switch to native time basesMichael Niedermayer2005-04-301-1/+1
* 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ...Calcium2005-03-231-20/+111
* .wmaMichael Niedermayer2005-02-071-2/+2
* overflowsMichael Niedermayer2005-02-041-2/+2
* correctly interleave packets during encodingMichael Niedermayer2004-05-291-5/+7
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-6/+6
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+2
* asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-051-73/+301
* split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-051-0/+540