]> git.sesse.net Git - ffmpeg/history - libavformat/asf-enc.c
move framecrc muxer in its own file
[ffmpeg] / libavformat / asf-enc.c
2007-10-15 Patric StoutFix streaming to XBox360.
2007-03-11 Michael Niedermayersome url_is_streamed()==1 related fixes
2007-03-07 Alex Beregszaszimove preroll_time from static variable into definition...
2007-03-05 Michael Niedermayerprevent audio packets from being fragmented, wmp mac...
2007-03-05 Michael Niedermayercreate codec_comment_header which looks more like what...
2007-03-05 Michael Niedermayerall asf files i have have the 2 redundant duration...
2007-03-05 Michael Niedermayerall asf files i have have this field at 2 so lets try...
2007-03-05 Michael Niedermayerall the time related fields seem to be 64bit so i guess...
2007-02-12 Michael Niedermayeralways use audio spread (instead of "video no spread...
2007-02-12 Michael Niedermayerincreaseing preroll time to the minimum of the asf...
2007-02-12 Michael Niedermayerdont set the keyframe flag for audio as microshitty...
2007-02-09 Michael Niedermayerfix broken memset(padding, 0) code
2007-02-07 Michael Niedermayerremove senseless and wrong direct access to ByteIOConte...
2007-02-07 Michael Niedermayeriam pretty sure send time is dts and not pts ...
2007-02-07 Michael Niedermayermuxing packets with unknown timestamps is not allowed
2007-01-21 Michael Niedermayersimplify GUIDs
2007-01-21 Michael Niedermayerfix msmpeg4v3 tag in asf
2007-01-21 Michael Niedermayersimplify
2007-01-21 Michael Niedermayerremove now useless codec_tag setting code in muxers
2007-01-21 Michael Niedermayerthis is wrong but it was that way before the AVCodecTag...
2007-01-21 Michael Niedermayerget rid of the [4] limitation of codec tag lists
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Brian BriceFix wrong ASF duration of generated files
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-03-23 Calcium31_ASF_compatibility_with_WMP_and_add_index.patch by...
2005-02-07 Michael Niedermayer.wma
2005-02-04 Michael Niedermayeroverflows
2004-05-29 Michael Niedermayercorrectly interleave packets during encoding
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-03-05 Konstantin Andreyevasf patch by (Konstantin Andreyev <kandreyev at bcsii...
2004-03-05 Konstantin Andreyevsplit asf patch by (Konstantin Andreyev <kandreyev...