Wed, 03 Sep 2008 17:57:56 +0000 |
reimar |
Change doxygen comment: Clarify when av_write_trailer should be called.
libavformat
|
Wed, 03 Sep 2008 14:44:54 +0000 |
michael |
Add AVPacket.convergence_duration.
libavformat
|
Wed, 03 Sep 2008 14:02:17 +0000 |
michael |
Try to clarify the semantics of AVPacket.duration.
libavformat
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
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:13:58 +0000 |
aurel |
export sample_aspect_ratio read by the demuxer in a separate field
libavformat
|
Fri, 15 Aug 2008 16:13:05 +0000 |
michael |
Add flag to mark demuxers that can output discontinuous timestamps.
libavformat
|
Tue, 12 Aug 2008 17:28:00 +0000 |
bcoudurier |
increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm
libavformat
|
Fri, 08 Aug 2008 18:40:50 +0000 |
stefano |
Implement avformat_version().
libavformat
|
Wed, 06 Aug 2008 22:17:38 +0000 |
mru |
Maintain pointer to end of AVFormatContext.packet_buffer list
libavformat
|
Fri, 01 Aug 2008 22:29:29 +0000 |
michael |
Revert r14497
libavformat
|
Fri, 01 Aug 2008 16:29:26 +0000 |
diego |
Add missing header #includes.
libavformat
|
Wed, 23 Jul 2008 17:06:40 +0000 |
kostya |
SMPTE 421M Annex L (aka .rcv) muxer
libavformat
|
Sat, 12 Jul 2008 18:42:00 +0000 |
michael |
New codec probing system try #1.
libavformat
|
Thu, 10 Jul 2008 03:02:19 +0000 |
ramiro |
Motion Pixels MVI Demuxer.
libavformat
|
Tue, 08 Jul 2008 23:20:22 +0000 |
takis |
One-bit bitfields should probably be unsigned. Unfortunately, it is left
libavformat
|
Mon, 09 Jun 2008 13:38:56 +0000 |
michael |
Make timestamp debugging work nicer.
libavformat
|
Mon, 09 Jun 2008 00:24:29 +0000 |
bcoudurier |
remove ugly ffm_nopts hack, use AVFormatContext->timestamp
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Fri, 23 May 2008 18:15:13 +0000 |
michael |
Pass time_base as argument to new_chapter() as well.
libavformat
|
Fri, 23 May 2008 17:56:45 +0000 |
michael |
Document pts/dts.
libavformat
|
Fri, 23 May 2008 13:14:11 +0000 |
michael |
Make ff_new_chapter() return AVChapter instead of int so its consistant with
libavformat
|
Fri, 23 May 2008 13:08:44 +0000 |
michael |
nb_chapters should be unsigned
libavformat
|
Fri, 23 May 2008 13:07:58 +0000 |
michael |
s/num_chapters/nb_chapters/ all other similar variables are called nb_*.
libavformat
|
Fri, 23 May 2008 13:02:27 +0000 |
michael |
Add id to AVChapter, untested (where do i find matroska files with chapters?).
libavformat
|
Fri, 23 May 2008 12:45:03 +0000 |
michael |
clarify start/end timebase
libavformat
|
Fri, 23 May 2008 12:44:12 +0000 |
michael |
align comments
libavformat
|
Fri, 23 May 2008 12:43:33 +0000 |
michael |
chapter id and timebase
libavformat
|
Thu, 22 May 2008 22:00:21 +0000 |
aurel |
add support for chapters definition in lavf
libavformat
|
Thu, 24 Apr 2008 23:21:58 +0000 |
michael |
Avoid using reserved __names.
libavformat
|
Sun, 30 Mar 2008 19:17:01 +0000 |
vitor |
IFF demuxer
libavformat
|
Sat, 22 Mar 2008 01:06:57 +0000 |
diego |
typo: occured --> occurred
libavformat
|
Fri, 21 Mar 2008 14:02:13 +0000 |
faust3 |
rl2 demuxer
libavformat
|
Tue, 18 Mar 2008 19:54:47 +0000 |
ramiro |
MSN TCP Webcam stream demuxer.
libavformat
|
Sun, 16 Mar 2008 13:36:36 +0000 |
bcoudurier |
ipod/iphone compatible mp4 muxer
libavformat
|
Sat, 08 Mar 2008 22:43:13 +0000 |
ramiro |
Typo + grammar
libavformat
|
Sat, 08 Mar 2008 21:59:11 +0000 |
ramiro |
Introduce max_picture_buffer variable in AVFormatContext,
libavformat
|
Fri, 07 Mar 2008 19:25:09 +0000 |
eugeni |
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
libavformat
|
Tue, 26 Feb 2008 20:37:59 +0000 |
mru |
less preprocessor magic in version number macros
libavformat
|
Mon, 25 Feb 2008 09:22:11 +0000 |
mru |
Install headers in $prefix/include/$libname
libavformat
|
Wed, 20 Feb 2008 20:24:38 +0000 |
michael |
revert 12156
libavformat
|
Wed, 20 Feb 2008 03:20:06 +0000 |
michael |
Make timestamp interpolation work with mpeg2 field pictures.
libavformat
|
Tue, 19 Feb 2008 22:50:28 +0000 |
mru |
Clean up lib* version definitions
libavformat
|
Tue, 29 Jan 2008 09:25:49 +0000 |
kostya |
SMPTE 421 Annex L format demuxer
libavformat
|
Sun, 27 Jan 2008 15:43:17 +0000 |
aurel |
Add support for Matroska attachments.
libavformat
|
Sun, 20 Jan 2008 18:30:04 +0000 |
bcoudurier |
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
libavformat
|
Sun, 13 Jan 2008 13:33:37 +0000 |
michael |
user specifyable maximum amount of memory to use for the index.
libavformat
|
Mon, 31 Dec 2007 16:49:18 +0000 |
michael |
Correct doxy about timestamp units of read_timestamp().
libavformat
|
Mon, 31 Dec 2007 16:47:25 +0000 |
michael |
Document return of read_timestamp.
libavformat
|
Fri, 21 Dec 2007 11:50:18 +0000 |
diego |
comment typo fixes
libavformat
|
Fri, 21 Dec 2007 00:22:40 +0000 |
ivo |
typo ;)
libavformat
|
Thu, 20 Dec 2007 09:59:07 +0000 |
michael |
Document a few more structure change rules with relation to ABI/API.
libavformat
|
Thu, 20 Dec 2007 09:43:01 +0000 |
michael |
Document structure change rules with relation to ABI/API.
libavformat
|
Wed, 19 Dec 2007 14:09:54 +0000 |
reimar |
Increase minor version due to new av_close_input_stream
libavformat
|
Wed, 19 Dec 2007 14:07:13 +0000 |
reimar |
Add a av_close_input_stream function
libavformat
|
Wed, 19 Dec 2007 11:31:36 +0000 |
michael |
Remove dead code which disappeared with the last major version bump.
libavformat
|
Wed, 19 Dec 2007 10:58:54 +0000 |
michael |
Remove *_codec_id from AVFormatParameters with the next major version bump.
libavformat
|
Wed, 19 Dec 2007 10:56:17 +0000 |
michael |
Allow overriding codec_ids.
libavformat
|
Sun, 16 Dec 2007 17:22:09 +0000 |
diego |
cosmetics: comment typo fixes
libavformat
|
Sat, 15 Dec 2007 16:54:58 +0000 |
michael |
document how to free the result of av_alloc_format_context()
libavformat
|