Sun, 24 Aug 2008 16:51:50 +0000 |
reimar |
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Mon, 21 Apr 2008 08:19:16 +0000 |
benoit |
Correct ASF duration.
libavformat
|
Thu, 31 Jan 2008 00:34:22 +0000 |
bcoudurier |
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type
libavformat
|
Mon, 03 Dec 2007 10:24:42 +0000 |
michael |
add assert to detect invalid packet_timestamp_start/end
libavformat
|
Mon, 03 Dec 2007 10:23:09 +0000 |
michael |
correct invalid duration
libavformat
|
Sat, 01 Dec 2007 00:19:44 +0000 |
michael |
stupid code (casting of void*) found by checktree.sh
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Mon, 15 Oct 2007 23:55:14 +0000 |
cehoyos |
Fix streaming to XBox360.
libavformat
|
Sun, 11 Mar 2007 02:51:06 +0000 |
michael |
some url_is_streamed()==1 related fixes
libavformat
|
Wed, 07 Mar 2007 02:03:32 +0000 |
alex |
move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable
libavformat
|
Mon, 05 Mar 2007 17:54:49 +0000 |
michael |
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them
libavformat
|
Mon, 05 Mar 2007 02:41:49 +0000 |
michael |
create codec_comment_header which looks more like what M$ creates, sane or not ...
libavformat
|
Mon, 05 Mar 2007 02:00:20 +0000 |
michael |
all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too
libavformat
|
Mon, 05 Mar 2007 01:42:35 +0000 |
michael |
all asf files i have have this field at 2 so lets try to change it to that ...
libavformat
|
Mon, 05 Mar 2007 01:28:20 +0000 |
michael |
all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...)
libavformat
|
Mon, 12 Feb 2007 23:32:55 +0000 |
michael |
always use audio spread (instead of "video no spread" for audio ...)
libavformat
|
Mon, 12 Feb 2007 22:55:09 +0000 |
michael |
increaseing preroll time to the minimum of the asf files i have
libavformat
|
Mon, 12 Feb 2007 19:24:53 +0000 |
michael |
dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect?
libavformat
|
Fri, 09 Feb 2007 20:49:12 +0000 |
michael |
fix broken memset(padding, 0) code
libavformat
|
Wed, 07 Feb 2007 23:32:51 +0000 |
michael |
remove senseless and wrong direct access to ByteIOContext internals
libavformat
|
Wed, 07 Feb 2007 23:06:13 +0000 |
michael |
iam pretty sure send time is dts and not pts ...
libavformat
|
Wed, 07 Feb 2007 22:26:48 +0000 |
michael |
muxing packets with unknown timestamps is not allowed
libavformat
|
Sun, 21 Jan 2007 20:06:19 +0000 |
michael |
simplify GUIDs
libavformat
|
Sun, 21 Jan 2007 13:01:53 +0000 |
michael |
fix msmpeg4v3 tag in asf
libavformat
|
Sun, 21 Jan 2007 12:55:31 +0000 |
michael |
simplify
libavformat
|
Sun, 21 Jan 2007 12:44:58 +0000 |
michael |
remove now useless codec_tag setting code in muxers
libavformat
|
Sun, 21 Jan 2007 12:30:44 +0000 |
michael |
this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used
libavformat
|
Sun, 21 Jan 2007 12:08:31 +0000 |
michael |
get rid of the [4] limitation of codec tag lists
libavformat
|
Sun, 21 Jan 2007 01:39:17 +0000 |
michael |
add codec_id <-> codec_tag tables to AVIn/OutputFormat
libavformat
|
Sun, 07 Jan 2007 00:02:15 +0000 |
diego |
variable renaming: mp3lame --> libmp3lame
libavformat
|
Wed, 06 Dec 2006 23:46:11 +0000 |
mru |
use the standard INT64_C() macro for 64-bit constants
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Sun, 01 Oct 2006 17:05:25 +0000 |
gpoirier |
Fix wrong ASF duration of generated files
libavformat
|
Wed, 12 Jul 2006 00:09:34 +0000 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Sat, 17 Jun 2006 15:53:23 +0000 |
diego |
Add (mostly) const to variable and parameter declaration, where a char* was
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Wed, 23 Mar 2005 13:30:27 +0000 |
michael |
31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp)
libavformat
|
Mon, 07 Feb 2005 23:13:38 +0000 |
michael |
.wma
libavformat
|
Fri, 04 Feb 2005 11:26:40 +0000 |
michael |
overflows
libavformat
|
Sat, 29 May 2004 18:50:31 +0000 |
michael |
correctly interleave packets during encoding
libavformat
|
Sat, 29 May 2004 02:06:32 +0000 |
michael |
pass AVPacket into av_write_frame()
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Fri, 05 Mar 2004 22:10:50 +0000 |
michael |
asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
libavformat
|
Fri, 05 Mar 2004 21:34:30 +0000 |
michael |
split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
libavformat
base
asf.c@32a3de270c5a
|