Thu, 26 Jun 2008 23:00:00 +0000 |
michael |
Do not completely bail out for invalid params, just skip the current sector.
libavformat
|
Thu, 26 Jun 2008 22:55:39 +0000 |
michael |
merge decl & init
libavformat
|
Thu, 26 Jun 2008 22:53:43 +0000 |
michael |
Get rid of weird pre reading code.
libavformat
|
Thu, 26 Jun 2008 22:45:19 +0000 |
michael |
Remove debugging trash.
libavformat
|
Thu, 26 Jun 2008 22:43:18 +0000 |
michael |
Another variable that did nothing at all
libavformat
|
Thu, 26 Jun 2008 22:42:13 +0000 |
michael |
remove code that discards streams randomly
libavformat
|
Thu, 26 Jun 2008 22:30:14 +0000 |
michael |
vertical align
libavformat
|
Thu, 26 Jun 2008 22:28:58 +0000 |
michael |
Remove a dozen unused variables.
libavformat
|
Thu, 26 Jun 2008 22:23:57 +0000 |
michael |
unused var
libavformat
|
Thu, 26 Jun 2008 22:22:10 +0000 |
michael |
Fix exploitable code.
libavformat
|
Thu, 26 Jun 2008 13:42:26 +0000 |
michael |
Remove start_time guessing code.
libavformat
|
Thu, 26 Jun 2008 11:28:24 +0000 |
michael |
Also print flags with FF_FDEBUG_TS.
libavformat
|
Wed, 25 Jun 2008 22:37:26 +0000 |
michael |
Prevent invalid timestamps from being stored.
libavformat
|
Wed, 25 Jun 2008 19:59:52 +0000 |
banan |
Add support for mp3 contained in oma
libavformat
|
Wed, 25 Jun 2008 19:57:57 +0000 |
banan |
Rearrange parameter logic
libavformat
|
Wed, 25 Jun 2008 19:39:38 +0000 |
banan |
Add more codec IDs and tags.
libavformat
|
Wed, 25 Jun 2008 19:30:48 +0000 |
bcoudurier |
make av_find_stream_info find frame_size for aac too
libavformat
|
Wed, 25 Jun 2008 18:36:41 +0000 |
michael |
Make av_find_stream_info() find the frame_size for vorbis.
libavformat
|
Wed, 25 Jun 2008 18:31:48 +0000 |
michael |
Fill missing pts in during muxing when we know that they are equal to dts.
libavformat
|
Wed, 25 Jun 2008 18:15:04 +0000 |
michael |
We cannot calculate the duration of vorbis packets even if we do know the
libavformat
|
Wed, 25 Jun 2008 11:55:57 +0000 |
lucabe |
Remove improper usage of AV_TIME_BASE_Q
libavformat
|
Tue, 24 Jun 2008 23:56:16 +0000 |
michael |
Prevent duration calculation code from generating random durations for
libavformat
|
Tue, 24 Jun 2008 11:07:04 +0000 |
lucabe |
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP
libavformat
|
Mon, 23 Jun 2008 08:52:44 +0000 |
diego |
Remove unused variable, fixes the warning:
libavformat
|
Sun, 22 Jun 2008 23:52:57 +0000 |
bcoudurier |
chinese avs demuxing support, demux AVSFileFormat.mp4
libavformat
|
Sun, 22 Jun 2008 15:52:28 +0000 |
aurel |
matroskadec: decode track private data if needed
libavformat
|
Sun, 22 Jun 2008 15:49:44 +0000 |
aurel |
matroskadec: move buffer decoding code to a separate function
libavformat
|
Sun, 22 Jun 2008 15:46:36 +0000 |
aurel |
matroskadec: fix a memory leak
libavformat
|
Sun, 22 Jun 2008 08:53:44 +0000 |
bcoudurier |
cosmetics, pts->dts
libavformat
|
Sun, 22 Jun 2008 08:50:57 +0000 |
bcoudurier |
store dts in ffm headers
libavformat
|
Sun, 22 Jun 2008 08:44:58 +0000 |
bcoudurier |
remove pts set hack, this is no more correct
libavformat
|
Sun, 22 Jun 2008 01:35:43 +0000 |
bcoudurier |
enable feeder threads
libavformat
|
Sun, 22 Jun 2008 00:26:25 +0000 |
bcoudurier |
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking
libavformat
|
Fri, 20 Jun 2008 17:22:56 +0000 |
bcoudurier |
uniformize AVStream->priv_data freeing in av_close_input_stream
libavformat
|
Fri, 20 Jun 2008 17:16:56 +0000 |
bcoudurier |
factorize read_header failure freeing code
libavformat
|
Fri, 20 Jun 2008 07:27:44 +0000 |
benoit |
Check if there is at least a stream before writing trailer.
libavformat
|
Thu, 19 Jun 2008 23:25:04 +0000 |
bcoudurier |
remove useless close funcs
libavformat
|
Thu, 19 Jun 2008 22:58:13 +0000 |
bcoudurier |
remove useless close func
libavformat
|
Thu, 19 Jun 2008 22:57:00 +0000 |
bcoudurier |
remove useless close func
libavformat
|
Thu, 19 Jun 2008 22:50:17 +0000 |
bcoudurier |
ffm has no per stream priv_data anymore
libavformat
|
Thu, 19 Jun 2008 10:31:45 +0000 |
lucabe |
Fix neverending loop which might happen when sending high-bitrate MPEG2
libavformat
|
Wed, 18 Jun 2008 09:03:38 +0000 |
benoit |
Parse 'dats' as data.
libavformat
|
Wed, 18 Jun 2008 08:30:50 +0000 |
bcoudurier |
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com
libavformat
|
Mon, 16 Jun 2008 23:11:02 +0000 |
aurel |
matroskadec: remove some useless code
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
|
Thu, 12 Jun 2008 00:56:54 +0000 |
bcoudurier |
cosmetics, reindent
libavformat
|
Thu, 12 Jun 2008 00:55:49 +0000 |
bcoudurier |
don't write double sets of metadata in mov, only write usual ones
libavformat
|
Wed, 11 Jun 2008 19:54:17 +0000 |
aurel |
matroskadec: set cur_dts after seek
libavformat
|
Wed, 11 Jun 2008 09:40:40 +0000 |
bcoudurier |
indent
libavformat
|