2008-10-04 |
rbultje |
Rename RTP payload contexts to PayloadContext, suggested by Luca in
libavformat
|
2008-10-03 |
bcoudurier |
set sample rate for amr to allow stream copy since no decoder is present,
libavformat
|
2008-10-03 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
2008-10-02 |
aurel |
matroskadec: cosmetics: indentation
libavformat
|
2008-10-02 |
aurel |
matroskadec: don't merge packets which have no timestamp
libavformat
|
2008-10-02 |
gpoirier |
Use __typeof__ instead of GCC-specific typeof keyword.
libavformat
|
2008-10-02 |
ramiro |
MinGW runtime 3.15 has a wrapper for usleep().
libavformat
|
2008-10-02 |
diego |
spelling cosmetics
libavformat
|
2008-10-02 |
benoit |
Use enum typers instead of int.
libavformat
|
2008-10-02 |
reimar |
Add (additional) const to many global tables.
libavformat
|
2008-10-01 |
conrad |
Cosmetics: indentation
libavformat
|
2008-10-01 |
conrad |
Visible width/height fields were added in Theora 3.2
libavformat
|
2008-10-01 |
rbultje |
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding
libavformat
|
2008-10-01 |
rbultje |
This patch refactors RDT packet header parsing so that it can be used in
libavformat
|
2008-09-30 |
rbultje |
Reindent after previous patches.
libavformat
|
2008-09-30 |
rbultje |
Implement a RTSPTransport field, which allows proper separation of server
libavformat
|
2008-09-30 |
rbultje |
Remove access to rdt_data struct in functions called outside of the
libavformat
|
2008-09-30 |
rbultje |
Send improper UDP SETUP request, which is what Realmedia servers expect.
libavformat
|
2008-09-30 |
rbultje |
Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us
libavformat
|
2008-09-30 |
bcoudurier |
support negative ctts in some way, unset wrong dts
libavformat
|
2008-09-29 |
diego |
Uniformly define _XOPEN_SOURCE to 600.
libavformat
|
2008-09-28 |
aurel |
matroskadec: merge ASS events which share the same pts in the same AVPavket
libavformat
|
2008-09-28 |
aurel |
matroskadec: ass events lines must end with a DOS style EOL
libavformat
|
2008-09-28 |
aurel |
matroskadec: set duration only for CODEC_ID_TEXT subtitles
libavformat
|
2008-09-28 |
aurel |
matroskadec: pass duration as parameter of matroska_fix_ass_packet()
libavformat
|
2008-09-27 |
aurel |
assdec: don't remove CR, they are part of the spec
libavformat
|
2008-09-27 |
diego |
cosmetics: Break overly long lines, one grammar fix.
libavformat
|
2008-09-27 |
diego |
spelling/wording/grammar
libavformat
|
2008-09-27 |
diego |
Move doxygen comments for av_gettime from utils.c to avformat.h.
libavformat
|
2008-09-26 |
michael |
ASS/SSA muxer.
libavformat
|
2008-09-26 |
banan |
add ok parts to the rm demuxer for SIPRO support
libavformat
|
2008-09-26 |
banan |
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work
libavformat
|
2008-09-26 |
michael |
Do not lose the '\n'.
libavformat
|
2008-09-26 |
michael |
2 in 1, an ASS and SSA demuxer.
libavformat
|
2008-09-26 |
bcoudurier |
only include sys/select.h if present, fix mingw compilation
libavformat
|
2008-09-26 |
michael |
Prevent image2 from complaining about non monotone timestamps as
libavformat
|
2008-09-24 |
bcoudurier |
cosmetics, remove GXF: in log messages since it is present in context
libavformat
|
2008-09-24 |
bcoudurier |
skip invalid audio samples in gxf packets
libavformat
|
2008-09-24 |
bcoudurier |
include sys/select.h to get select, according to posix 2001,
libavformat
|
2008-09-24 |
bcoudurier |
include sys/select.h instead of unistd.h to get select,
libavformat
|
2008-09-24 |
bcoudurier |
stop parsing if tag size is wrongly < 8 to avoid infinite loop
libavformat
|
2008-09-24 |
michael |
Avoid segfault due to not set AVCodec.
libavformat
|
2008-09-24 |
bcoudurier |
merge amr wb case with amr nb and qcelp
libavformat
|
2008-09-24 |
bcoudurier |
do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz
libavformat
|
2008-09-24 |
michael |
ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF".
libavformat
|
2008-09-23 |
vitor |
Add support for RVTR fourCC
libavformat
|
2008-09-19 |
michael |
Ensure that muxer and encoder aspect ratios match. So no
libavformat
|
2008-09-18 |
kostya |
Add fourcc for MS RLE4
libavformat
|
2008-09-17 |
bcoudurier |
revert r14983, value is not sample aspect ratio, it is display aspect ratio
libavformat
|
2008-09-14 |
jbr |
write number of samples in FLAC extradata.
libavformat
|
2008-09-14 |
jbr |
add error message for unsupported codecs in WAVE.
libavformat
|
2008-09-14 |
rbultje |
Reindent after r15317.
libavformat
|
2008-09-14 |
rbultje |
Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport
libavformat
|
2008-09-12 |
aurel |
matroskadec: simplify, first_timecode is already in the index
libavformat
|
2008-09-11 |
aurel |
matroskadec: prevent seeking before the first keyframe of the reference stream
libavformat
|
2008-09-11 |
rbultje |
Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:
libavformat
|
2008-09-11 |
rbultje |
Factorize out common code for opening of the RTP parsing context between
libavformat
|
2008-09-10 |
michael |
Clarify convergence_duration.
libavformat
|
2008-09-09 |
bcoudurier |
set bits_per_coded_sample according to new lavc api
libavformat
|
2008-09-09 |
aurel |
matroskadec: demux relevant subtitle packets after a seek
libavformat
|