summaryrefslogtreecommitdiff
path: root/libavformat/asf-enc.c
Commit message (Expand)AuthorAge
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-12
* increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer2007-02-12
* dont set the keyframe flag for audio as microshitty doesnt do it and some thi...Michael Niedermayer2007-02-12
* fix broken memset(padding, 0) codeMichael Niedermayer2007-02-09
* remove senseless and wrong direct access to ByteIOContext internalsMichael Niedermayer2007-02-07
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-07
* muxing packets with unknown timestamps is not allowedMichael Niedermayer2007-02-07
* simplify GUIDsMichael Niedermayer2007-01-21
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-21
* simplifyMichael Niedermayer2007-01-21
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
* this is wrong but it was that way before the AVCodecTag change, only reason w...Michael Niedermayer2007-01-21
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix wrong ASF duration of generated filesBrian Brice2006-10-01
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* switch to native time basesMichael Niedermayer2005-04-30
* 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ...Calcium2005-03-23
* .wmaMichael Niedermayer2005-02-07
* overflowsMichael Niedermayer2005-02-04
* correctly interleave packets during encodingMichael Niedermayer2004-05-29
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-05
* split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-05