Mon, 08 Sep 2008 00:58:24 +0000 |
bcoudurier |
terminate tag tables by CODEC_ID_NONE
libavformat
|
Fri, 05 Sep 2008 02:30:27 +0000 |
bcoudurier |
do not fail if audio is uncompressed and frame size is not set, just set it
libavformat
|
Thu, 04 Sep 2008 18:26:31 +0000 |
bcoudurier |
cosmetics, remove whitespace
libavformat
|
Thu, 04 Sep 2008 18:25:55 +0000 |
bcoudurier |
actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr
libavformat
|
Thu, 04 Sep 2008 18:17:21 +0000 |
bcoudurier |
skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,
libavformat
|
Wed, 03 Sep 2008 19:42:09 +0000 |
bcoudurier |
change the logic to mux 13818-3 and 11172-3 in mp4, less code
libavformat
|
Wed, 03 Sep 2008 19:31:03 +0000 |
bcoudurier |
forbid mp3 < 16000hz in anything except mov
libavformat
|
Wed, 03 Sep 2008 19:23:24 +0000 |
bcoudurier |
dirac muxing support in mp4/mov
libavformat
|
Wed, 03 Sep 2008 19:08:56 +0000 |
bcoudurier |
cosmetics, vertical align
libavformat
|
Wed, 03 Sep 2008 19:05:22 +0000 |
bcoudurier |
ac3 muxing support in mov/mp4/m4v
libavformat
|
Tue, 02 Sep 2008 20:48:45 +0000 |
bcoudurier |
correctly mux mpeg2 audio 13818-3 in mp4
libavformat
|
Sun, 31 Aug 2008 20:21:00 +0000 |
bcoudurier |
check for malloc failure
libavformat
|
Sun, 31 Aug 2008 20:20:12 +0000 |
bcoudurier |
copy whole frame in vosData for dnxhd, this code will be used for other codecs too
libavformat
|
Sun, 24 Aug 2008 16:51:50 +0000 |
reimar |
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
libavformat
|
Sat, 23 Aug 2008 23:43:20 +0000 |
aurel |
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
libavformat
|
Fri, 27 Jun 2008 21:29:11 +0000 |
bcoudurier |
clarify error message about codec tag
libavformat
|
Sun, 15 Jun 2008 01:38:38 +0000 |
bcoudurier |
set correct ftyp minor version for 3gp/2
libavformat
|
Sat, 14 Jun 2008 21:12:51 +0000 |
bcoudurier |
invert mode_mov condition
libavformat
|
Sat, 14 Jun 2008 21:11:16 +0000 |
bcoudurier |
simplify
libavformat
|
Sat, 14 Jun 2008 21:10:11 +0000 |
bcoudurier |
change 3gp/3g2 brands if h264 is present
libavformat
|
Sat, 14 Jun 2008 21:07:59 +0000 |
bcoudurier |
simplify ipod brand selection
libavformat
|
Sat, 14 Jun 2008 21:06:10 +0000 |
bcoudurier |
fix warning, write_ftyp return int now
libavformat
|
Sat, 14 Jun 2008 21:05:28 +0000 |
bcoudurier |
put avc1 brand in compat list when h264 is present
libavformat
|
Fri, 13 Jun 2008 13:52:53 +0000 |
michael |
I think we are also compliant to iso2.
libavformat
|
Fri, 13 Jun 2008 12:19:01 +0000 |
michael |
Add isom to the compatible brands.
libavformat
|
Fri, 13 Jun 2008 11:30:36 +0000 |
michael |
Calculate ftyp size instead of hardcoding it.
libavformat
|
Thu, 12 Jun 2008 03:08:41 +0000 |
michael |
simplify MODE_3G2
libavformat
|
Thu, 12 Jun 2008 03:08:08 +0000 |
michael |
Change MODE_* to 1<<c so several can be set at the same time.
libavformat
|