Sat, 23 May 2009 03:05:56 +0000 |
bcoudurier |
remove useless include
libavformat
|
Mon, 09 Mar 2009 04:17:12 +0000 |
bcoudurier |
reindent
libavformat
|
Mon, 09 Mar 2009 03:34:15 +0000 |
bcoudurier |
change path pattern to be similar to existing files, and remove useless buffer
libavformat
|
Mon, 09 Mar 2009 02:49:47 +0000 |
bcoudurier |
merge struct declaration and definition
libavformat
|
Mon, 09 Mar 2009 02:47:32 +0000 |
bcoudurier |
write map packet every 100 packets according to specs
libavformat
|
Mon, 09 Mar 2009 01:35:00 +0000 |
bcoudurier |
write flt packet, might need some tweaking but it works
libavformat
|
Mon, 09 Mar 2009 01:10:28 +0000 |
bcoudurier |
correctly interleave audio and video according to specs
libavformat
|
Mon, 09 Mar 2009 00:14:55 +0000 |
bcoudurier |
write timecode track in gxf
libavformat
|
Sun, 08 Mar 2009 22:23:44 +0000 |
bcoudurier |
compute media info in write_header
libavformat
|
Sun, 08 Mar 2009 22:14:26 +0000 |
bcoudurier |
factorize write packet
libavformat
|
Sun, 08 Mar 2009 22:12:56 +0000 |
bcoudurier |
remove unneeded and empty user data
libavformat
|
Sun, 08 Mar 2009 21:55:08 +0000 |
bcoudurier |
uniformize variable names and remove duplicating fields in private structs
libavformat
|
Sun, 08 Mar 2009 21:08:06 +0000 |
bcoudurier |
remove useless fields
libavformat
|
Fri, 13 Feb 2009 21:36:36 +0000 |
bcoudurier |
use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com
libavformat
|
Fri, 13 Feb 2009 21:32:18 +0000 |
bcoudurier |
cosmetics, rename nb_frames to nb_fields
libavformat
|
Thu, 12 Feb 2009 00:08:44 +0000 |
bcoudurier |
compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com
libavformat
|
Wed, 11 Feb 2009 23:49:54 +0000 |
bcoudurier |
rename wrongly named b_per_gop to b_per_i_or_p according to specs
libavformat
|
Mon, 09 Feb 2009 21:34:20 +0000 |
bcoudurier |
rename ff_audio_interleave to ff_audio_rechunk_interleave
libavformat
|
Sun, 08 Feb 2009 04:33:53 +0000 |
bcoudurier |
use new audio interleaving generic code
libavformat
|
Sat, 31 Jan 2009 11:06:20 +0000 |
bcoudurier |
use st->priv_data to store per stream context
libavformat
|
Tue, 27 Jan 2009 23:44:11 +0000 |
bcoudurier |
second try fixing time code in gxf
libavformat
|
Fri, 23 Jan 2009 20:03:57 +0000 |
bcoudurier |
fix endianness of time code, and calculate it in fields, according to specs
libavformat
|
Tue, 20 Jan 2009 09:43:58 +0000 |
bcoudurier |
Do not use avctx->frame_number which might not be set,
libavformat
|
Tue, 20 Jan 2009 09:25:50 +0000 |
bcoudurier |
set correct value for starting line
libavformat
|
Tue, 20 Jan 2009 09:14:46 +0000 |
bcoudurier |
fix gxf time code mark out value
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Sat, 13 Dec 2008 21:58:17 +0000 |
reimar |
Avoid _t in gxf enum type names
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Tue, 27 May 2008 01:26:22 +0000 |
bcoudurier |
use av_fifo_generic_write, old func is deprecated
libavformat
|