summaryrefslogtreecommitdiff
path: root/libavformat/asf-enc.c
Commit message (Collapse)AuthorAge
* typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: ↵Baptiste Coudurier2008-01-31
| | | | | | warning: passing argument 2 of 'put_buffer' from incompatible pointer type Originally committed as revision 11684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add assert to detect invalid packet_timestamp_start/endMichael Niedermayer2007-12-03
| | | | | | (that is check that the previous fix was sufficient) Originally committed as revision 11153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct invalid durationMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
| | | | Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix streaming to XBox360.Patric Stout2007-10-15
| | | | | | | | | Patch by Patric Stout, patric T liefdeis O com Original thread: Subject: asf-format doesn't work as stream for XBox360 Date: 2007-10-14 Originally committed as revision 10755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some url_is_streamed()==1 related fixesMichael Niedermayer2007-03-11
| | | | Originally committed as revision 8319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move preroll_time from static variable into definition, might be a good idea ↵Alex Beregszaszi2007-03-07
| | | | | | moving this into the context and making user-settable Originally committed as revision 8278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent audio packets from being fragmented, wmp mac doesnt seem to like ↵Michael Niedermayer2007-03-05
| | | | | | that and microshitty also doesnt seem to ever fragment them Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create codec_comment_header which looks more like what M$ creates, sane or ↵Michael Niedermayer2007-03-05
| | | | | | not ... Originally committed as revision 8240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all asf files i have have the 2 redundant duration fields differ by the ↵Michael Niedermayer2007-03-05
| | | | | | preroll time so lets set them up like that too Originally committed as revision 8239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer2007-03-05
| | | | Originally committed as revision 8238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all the time related fields seem to be 64bit so i guess preroll is too (this ↵Michael Niedermayer2007-03-05
| | | | | | is just a cosmetic anyway ...) Originally committed as revision 8237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-12
| | | | Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer2007-02-12
| | | | Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the keyframe flag for audio as microshitty doesnt do it and some ↵Michael Niedermayer2007-02-12
| | | | | | things have problems with our asfs, maybe that has a positive effect? Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix broken memset(padding, 0) codeMichael Niedermayer2007-02-09
| | | | | | add a few asserts Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove senseless and wrong direct access to ByteIOContext internalsMichael Niedermayer2007-02-07
| | | | Originally committed as revision 7881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-07
| | | | Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxing packets with unknown timestamps is not allowedMichael Niedermayer2007-02-07
| | | | Originally committed as revision 7877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify GUIDsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this is wrong but it was that way before the AVCodecTag change, only reason ↵Michael Niedermayer2007-01-21
| | | | | | why it didnt broke regressions was that the table wasnt used Originally committed as revision 7599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
| | | | Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong ASF duration of generated filesBrian Brice2006-10-01
| | | | | | | | | | Patch by Brian Brice % bbrice AH newtek.com % Original thread: Message-ID: <451DA316.6060001@newtek.com> Date: Fri, 29 Sep 2006 17:49:58 -0500 Subject: [Ffmpeg-devel] [PATCH] ASF Duration Originally committed as revision 6407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
| | | | Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
| | | | | | | | used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ↵Calcium2005-03-23
| | | | | | or jp) Originally committed as revision 4073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .wmaMichael Niedermayer2005-02-07
| | | | Originally committed as revision 3951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflowsMichael Niedermayer2005-02-04
| | | | Originally committed as revision 3935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly interleave packets during encodingMichael Niedermayer2004-05-29
| | | | | | | dts/pts fixed for streamcopy dont use coded_frame->key_frame hack in muxers, use AVPacket.flags instead Originally committed as revision 3171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
| | | | | | | | | | fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-05
| | | | | | | | | | 1. Corrected packet sent time. (Packet sent time => previous packet sent time) 2. Corrected payload playing time. (Payload playing time => packet sent time) 3. Used different format for packets with one payload and multi payloads. Originally committed as revision 2851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-05
Originally committed as revision 2850 to svn://svn.ffmpeg.org/ffmpeg/trunk