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
|
Sat, 04 Oct 2008 22:26:43 +0000 |
michael |
Favor even chunk sizes in ambiguous cases.
libavformat
|
Sat, 04 Oct 2008 21:57:01 +0000 |
michael |
Factorize stream id parsing.
libavformat
|
Sat, 04 Oct 2008 21:11:58 +0000 |
reimar |
Make size variables in dyn_buf_write unsigned so gcc will not optimize the
libavformat
|
Sat, 04 Oct 2008 11:20:02 +0000 |
diego |
Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com.
libavformat
|
Sat, 04 Oct 2008 04:19:46 +0000 |
rbultje |
Reindent after r15544.
libavformat
|
Sat, 04 Oct 2008 04:19:15 +0000 |
rbultje |
Implement RDTDemuxContext, which contains RDT-specific data (similar to
libavformat
|
Sat, 04 Oct 2008 04:17:59 +0000 |
rbultje |
Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)
libavformat
|
Sat, 04 Oct 2008 04:16:44 +0000 |
rbultje |
Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque
libavformat
|
Sat, 04 Oct 2008 04:15:06 +0000 |
rbultje |
Change function prototype of RTPDynamicPayloadHandler.parse_packet() to
libavformat
|
Sat, 04 Oct 2008 04:11:12 +0000 |
rbultje |
Rename RTP payload contexts to PayloadContext, suggested by Luca in
libavformat
|
Fri, 03 Oct 2008 19:37:41 +0000 |
bcoudurier |
set sample rate for amr to allow stream copy since no decoder is present,
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Thu, 02 Oct 2008 21:15:48 +0000 |
aurel |
matroskadec: cosmetics: indentation
libavformat
|
Thu, 02 Oct 2008 21:14:56 +0000 |
aurel |
matroskadec: don't merge packets which have no timestamp
libavformat
|
Thu, 02 Oct 2008 20:01:13 +0000 |
gpoirier |
Use __typeof__ instead of GCC-specific typeof keyword.
libavformat
|
Thu, 02 Oct 2008 17:43:27 +0000 |
ramiro |
MinGW runtime 3.15 has a wrapper for usleep().
libavformat
|
Thu, 02 Oct 2008 16:28:58 +0000 |
diego |
spelling cosmetics
libavformat
|
Thu, 02 Oct 2008 16:03:00 +0000 |
benoit |
Use enum typers instead of int.
libavformat
|
Thu, 02 Oct 2008 15:52:04 +0000 |
reimar |
Add (additional) const to many global tables.
libavformat
|
Wed, 01 Oct 2008 14:44:30 +0000 |
conrad |
Cosmetics: indentation
libavformat
|
Wed, 01 Oct 2008 14:43:08 +0000 |
conrad |
Visible width/height fields were added in Theora 3.2
libavformat
|
Wed, 01 Oct 2008 12:38:41 +0000 |
rbultje |
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding
libavformat
|
Wed, 01 Oct 2008 12:37:07 +0000 |
rbultje |
This patch refactors RDT packet header parsing so that it can be used in
libavformat
|
Tue, 30 Sep 2008 13:27:19 +0000 |
rbultje |
Reindent after previous patches.
libavformat
|
Tue, 30 Sep 2008 13:26:20 +0000 |
rbultje |
Implement a RTSPTransport field, which allows proper separation of server
libavformat
|
Tue, 30 Sep 2008 13:23:33 +0000 |
rbultje |
Remove access to rdt_data struct in functions called outside of the
libavformat
|
Tue, 30 Sep 2008 13:20:23 +0000 |
rbultje |
Send improper UDP SETUP request, which is what Realmedia servers expect.
libavformat
|
Tue, 30 Sep 2008 13:18:41 +0000 |
rbultje |
Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us
libavformat
|
Tue, 30 Sep 2008 02:44:57 +0000 |
bcoudurier |
support negative ctts in some way, unset wrong dts
libavformat
|
Mon, 29 Sep 2008 06:22:12 +0000 |
diego |
Uniformly define _XOPEN_SOURCE to 600.
libavformat
|
Sun, 28 Sep 2008 23:06:25 +0000 |
aurel |
matroskadec: merge ASS events which share the same pts in the same AVPavket
libavformat
|
Sun, 28 Sep 2008 23:01:07 +0000 |
aurel |
matroskadec: ass events lines must end with a DOS style EOL
libavformat
|
Sun, 28 Sep 2008 22:58:53 +0000 |
aurel |
matroskadec: set duration only for CODEC_ID_TEXT subtitles
libavformat
|
Sun, 28 Sep 2008 22:55:28 +0000 |
aurel |
matroskadec: pass duration as parameter of matroska_fix_ass_packet()
libavformat
|
Sat, 27 Sep 2008 23:12:24 +0000 |
aurel |
assdec: don't remove CR, they are part of the spec
libavformat
|
Sat, 27 Sep 2008 20:05:12 +0000 |
diego |
cosmetics: Break overly long lines, one grammar fix.
libavformat
|
Sat, 27 Sep 2008 19:51:53 +0000 |
diego |
spelling/wording/grammar
libavformat
|
Sat, 27 Sep 2008 17:37:22 +0000 |
diego |
Move doxygen comments for av_gettime from utils.c to avformat.h.
libavformat
|
Fri, 26 Sep 2008 19:42:21 +0000 |
michael |
ASS/SSA muxer.
libavformat
|
Fri, 26 Sep 2008 12:12:25 +0000 |
banan |
add ok parts to the rm demuxer for SIPRO support
libavformat
|
Fri, 26 Sep 2008 10:59:42 +0000 |
banan |
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work
libavformat
|
Fri, 26 Sep 2008 03:24:05 +0000 |
michael |
Do not lose the '\n'.
libavformat
|
Fri, 26 Sep 2008 02:19:21 +0000 |
michael |
2 in 1, an ASS and SSA demuxer.
libavformat
|
Fri, 26 Sep 2008 02:12:37 +0000 |
bcoudurier |
only include sys/select.h if present, fix mingw compilation
libavformat
|
Fri, 26 Sep 2008 02:07:56 +0000 |
michael |
Prevent image2 from complaining about non monotone timestamps as
libavformat
|
Wed, 24 Sep 2008 23:40:55 +0000 |
bcoudurier |
cosmetics, remove GXF: in log messages since it is present in context
libavformat
|
Wed, 24 Sep 2008 23:31:04 +0000 |
bcoudurier |
skip invalid audio samples in gxf packets
libavformat
|
Wed, 24 Sep 2008 22:11:53 +0000 |
bcoudurier |
include sys/select.h to get select, according to posix 2001,
libavformat
|
Wed, 24 Sep 2008 22:08:50 +0000 |
bcoudurier |
include sys/select.h instead of unistd.h to get select,
libavformat
|
Wed, 24 Sep 2008 18:55:00 +0000 |
bcoudurier |
stop parsing if tag size is wrongly < 8 to avoid infinite loop
libavformat
|
Wed, 24 Sep 2008 17:46:23 +0000 |
michael |
Avoid segfault due to not set AVCodec.
libavformat
|
Wed, 24 Sep 2008 17:17:11 +0000 |
bcoudurier |
merge amr wb case with amr nb and qcelp
libavformat
|
Wed, 24 Sep 2008 17:09:59 +0000 |
bcoudurier |
do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz
libavformat
|
Wed, 24 Sep 2008 12:03:25 +0000 |
michael |
ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF".
libavformat
|
Tue, 23 Sep 2008 06:24:00 +0000 |
vitor |
Add support for RVTR fourCC
libavformat
|
Fri, 19 Sep 2008 12:37:38 +0000 |
michael |
Ensure that muxer and encoder aspect ratios match. So no
libavformat
|
Thu, 18 Sep 2008 05:25:29 +0000 |
kostya |
Add fourcc for MS RLE4
libavformat
|
Wed, 17 Sep 2008 23:14:48 +0000 |
bcoudurier |
revert r14983, value is not sample aspect ratio, it is display aspect ratio
libavformat
|