Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Thu, 26 Feb 2009 02:41:53 +0000 |
jbr |
Share the function to write a raw FLAC header and use it in the Matroska
libavformat
|
Thu, 26 Feb 2009 02:29:24 +0000 |
jbr |
Use a shared function to validate FLAC extradata.
libavformat
|
Tue, 24 Feb 2009 15:04:18 +0000 |
michael |
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
libavformat
|
Sun, 15 Feb 2009 16:53:05 +0000 |
aurel |
matroskaenc: use new metadata API
libavformat
|
Tue, 20 Jan 2009 00:52:12 +0000 |
aurel |
matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes
libavformat
|
Sat, 17 Jan 2009 04:31:42 +0000 |
conrad |
Cosmetics: indent
libavformat
|
Sat, 17 Jan 2009 04:31:14 +0000 |
conrad |
Treat disposition==0 as undefined and don't write the default flag
libavformat
|
Sat, 17 Jan 2009 04:30:36 +0000 |
conrad |
Flush the buffer after writing the header and when done with writing the files
libavformat
|
Thu, 15 Jan 2009 14:07:59 +0000 |
lucabe |
Reindent after last commit
libavformat
|
Thu, 15 Jan 2009 14:03:07 +0000 |
lucabe |
Do not reallocate AVPacket's data when muxing a packet
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Wed, 22 Oct 2008 21:14:42 +0000 |
aurel |
matroskaenc: require global header
libavformat
|
Sat, 04 Oct 2008 22:57:56 +0000 |
aurel |
matroskaenc: correct muxing of ASS packets
libavformat
|
Sat, 04 Oct 2008 22:47:10 +0000 |
aurel |
matroskaenc: use correct EBML ID for block duration
libavformat
|
Sat, 04 Oct 2008 22:44:50 +0000 |
aurel |
matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()
libavformat
|
Sat, 04 Oct 2008 22:41:58 +0000 |
aurel |
matroskaenc: remove useless mkv_block_size() function
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Thu, 04 Sep 2008 23:08:19 +0000 |
aurel |
matroska: subtitle display duration must be stored in pkt->convergence_duration
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
|
Tue, 05 Aug 2008 08:28:57 +0000 |
diego |
misc spelling/grammar fixes
libavformat
|
Tue, 05 Aug 2008 00:42:49 +0000 |
aurel |
matroska: expand useless define for MS compat codec id strings
libavformat
|
Sun, 27 Jul 2008 15:11:04 +0000 |
aurel |
matroska: add support for V_QUICKTIME track type
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Thu, 01 May 2008 22:04:17 +0000 |
jbr |
fix encoding of flac private data
libavformat
|
Wed, 02 Apr 2008 21:41:48 +0000 |
aurel |
use common aac sample rate tables
libavformat
|
Fri, 07 Mar 2008 19:25:09 +0000 |
eugeni |
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
libavformat
|
Sat, 01 Mar 2008 00:26:19 +0000 |
aurel |
simplification proposed by Rich
libavformat
|