index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
asf-enc.c
Age
Commit message (
Expand
)
Author
2007-03-11
some url_is_streamed()==1 related fixes
Michael Niedermayer
2007-03-07
move preroll_time from static variable into definition, might be a good idea ...
Alex Beregszaszi
2007-03-05
prevent audio packets from being fragmented, wmp mac doesnt seem to like that...
Michael Niedermayer
2007-03-05
create codec_comment_header which looks more like what M$ creates, sane or no...
Michael Niedermayer
2007-03-05
all asf files i have have the 2 redundant duration fields differ by the prero...
Michael Niedermayer
2007-03-05
all asf files i have have this field at 2 so lets try to change it to that ...
Michael Niedermayer
2007-03-05
all the time related fields seem to be 64bit so i guess preroll is too (this ...
Michael Niedermayer
2007-02-12
always use audio spread (instead of "video no spread" for audio ...)
Michael Niedermayer
2007-02-12
increaseing preroll time to the minimum of the asf files i have
Michael Niedermayer
2007-02-12
dont set the keyframe flag for audio as microshitty doesnt do it and some thi...
Michael Niedermayer
2007-02-09
fix broken memset(padding, 0) code
Michael Niedermayer
2007-02-07
remove senseless and wrong direct access to ByteIOContext internals
Michael Niedermayer
2007-02-07
iam pretty sure send time is dts and not pts ...
Michael Niedermayer
2007-02-07
muxing packets with unknown timestamps is not allowed
Michael Niedermayer
2007-01-21
simplify GUIDs
Michael Niedermayer
2007-01-21
fix msmpeg4v3 tag in asf
Michael Niedermayer
2007-01-21
simplify
Michael Niedermayer
2007-01-21
remove now useless codec_tag setting code in muxers
Michael Niedermayer
2007-01-21
this is wrong but it was that way before the AVCodecTag change, only reason w...
Michael Niedermayer
2007-01-21
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-07
variable renaming: mp3lame --> libmp3lame
Diego Biurrun
2006-12-06
use the standard INT64_C() macro for 64-bit constants
Måns Rullgård
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-01
Fix wrong ASF duration of generated files
Brian Brice
2006-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-17
Add (mostly) const to variable and parameter declaration, where a char* was
Stefan Huehner
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-04-30
switch to native time bases
Michael Niedermayer
2005-03-23
31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ...
Calcium
2005-02-07
.wma
Michael Niedermayer
2005-02-04
overflows
Michael Niedermayer
2004-05-29
correctly interleave packets during encoding
Michael Niedermayer
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-21
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
Michael Niedermayer
2004-03-05
asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
Konstantin Andreyev
2004-03-05
split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
Konstantin Andreyev