4412 Commits (dd02ea118bf89f94090902e3ef2287abdaf3e3b1)

Author SHA1 Message Date
David Conrad a0ce2d1bbc Cosmetics: indentation 16 years ago
David Conrad 277e3e534b Visible width/height fields were added in Theora 3.2 16 years ago
Ronald S. Bultje 3ff2a06228 Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding 16 years ago
Ronald S. Bultje 985b05d3c9 This patch refactors RDT packet header parsing so that it can be used in 16 years ago
Ronald S. Bultje f5f1e97f33 Reindent after previous patches. 16 years ago
Ronald S. Bultje 119b466811 Implement a RTSPTransport field, which allows proper separation of server 16 years ago
Ronald S. Bultje ab63fb0360 Remove access to rdt_data struct in functions called outside of the 16 years ago
Ronald S. Bultje eee2cbff77 Send improper UDP SETUP request, which is what Realmedia servers expect. 16 years ago
Ronald S. Bultje 90abbdba1e Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us 16 years ago
Baptiste Coudurier 0c5f76f708 support negative ctts in some way, unset wrong dts 16 years ago
Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
Aurelien Jacobs d5e34dcb72 matroskadec: merge ASS events which share the same pts in the same AVPavket 16 years ago
Aurelien Jacobs 3df2be9fa7 matroskadec: ass events lines must end with a DOS style EOL 16 years ago
Aurelien Jacobs 1bb4a1a1c4 matroskadec: set duration only for CODEC_ID_TEXT subtitles 16 years ago
Aurelien Jacobs e7d4b7431d matroskadec: pass duration as parameter of matroska_fix_ass_packet() 16 years ago
Aurelien Jacobs 7a8b7634c5 assdec: don't remove CR, they are part of the spec 16 years ago
Diego Biurrun 78cb727302 cosmetics: Break overly long lines, one grammar fix. 16 years ago
Diego Biurrun 4f57fa8c03 spelling/wording/grammar 16 years ago
Diego Biurrun fff5e687a1 Move doxygen comments for av_gettime from utils.c to avformat.h. 16 years ago
Michael Niedermayer 88caf34510 ASS/SSA muxer. 16 years ago
Benjamin Larsson 2426bb960a add ok parts to the rm demuxer for SIPRO support 16 years ago
Benjamin Larsson faeedbbb06 Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work 16 years ago
Michael Niedermayer 5c8a1d1927 Do not lose the '\n'. 16 years ago
Michael Niedermayer de3ae185a4 2 in 1, an ASS and SSA demuxer. 16 years ago
Baptiste Coudurier 6ad1c9c992 only include sys/select.h if present, fix mingw compilation 16 years ago
Michael Niedermayer 644b0c4c92 Prevent image2 from complaining about non monotone timestamps as 16 years ago
Baptiste Coudurier fe28178303 cosmetics, remove GXF: in log messages since it is present in context 16 years ago
Baptiste Coudurier 99f296b304 skip invalid audio samples in gxf packets 16 years ago
Baptiste Coudurier c75a0cce5b include sys/select.h to get select, according to posix 2001, 16 years ago
Baptiste Coudurier 933bd8e291 include sys/select.h instead of unistd.h to get select, 16 years ago
Baptiste Coudurier 4e240985d8 stop parsing if tag size is wrongly < 8 to avoid infinite loop 16 years ago
Michael Niedermayer f2d65a6c8a Avoid segfault due to not set AVCodec. 16 years ago
Baptiste Coudurier aeb627888d merge amr wb case with amr nb and qcelp 16 years ago
Baptiste Coudurier 26f5e1469f do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz 16 years ago
Michael Niedermayer f26be47740 ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". 16 years ago
Vitor Sessak b93dd8383a Add support for RVTR fourCC 16 years ago
Michael Niedermayer 0354ddb71c Ensure that muxer and encoder aspect ratios match. So no 16 years ago
Kostya Shishkov b30cb420cf Add fourcc for MS RLE4 16 years ago
Baptiste Coudurier 5813a29eb1 revert r14983, value is not sample aspect ratio, it is display aspect ratio 16 years ago
Justin Ruggles e1a12934c5 write number of samples in FLAC extradata. 16 years ago
Justin Ruggles 5165651cf9 add error message for unsupported codecs in WAVE. 16 years ago
Ronald S. Bultje 2834c365d2 Reindent after r15317. 16 years ago
Ronald S. Bultje 2e889ae4b9 Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport 16 years ago
Aurelien Jacobs a8fd7e764a matroskadec: simplify, first_timecode is already in the index 16 years ago
Aurelien Jacobs 5358a81f9c matroskadec: prevent seeking before the first keyframe of the reference stream 16 years ago
Ronald S. Bultje a6789dca1b Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: 16 years ago
Ronald S. Bultje ee0cb67fa3 Factorize out common code for opening of the RTP parsing context between 16 years ago
Michael Niedermayer e7f656d5fa Clarify convergence_duration. 16 years ago
Baptiste Coudurier 00adc1e5dc set bits_per_coded_sample according to new lavc api 16 years ago
Aurelien Jacobs c16582579b matroskadec: demux relevant subtitle packets after a seek 16 years ago