6255 Commits (8c55333c99ef78b6624062261625f0cfcf360d1c)

Author SHA1 Message Date
Baptiste Coudurier 7d6096e42e Use ext sample from mpeg4audio config if set with AAC SBR 14 years ago
Josh Allmann de1807bbc4 Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf 14 years ago
Josh Allmann 4449df6baf Add RTP depacketization of SVQ3 14 years ago
Reimar Döffinger 39bb30f664 Change all functions referenced in the mxf_metadata_read_table to use the same 14 years ago
Eli Friedman 383b25fd54 fix warning in ff_metadata_mux_compat() 14 years ago
Alex Converse 5935f9d6bd Allow remuxing of explicitly signalled AAC files into ADTS. 14 years ago
Michael Niedermayer 8a472821a4 Factorize get_duration() out of 4 places of the avi demuxer. 14 years ago
Howard Chu 4bbb3e3a9d Use new librtmp APIs instead of grubbing around in RTMP struct 14 years ago
Michael Niedermayer 0c0fd063dd Prevent infinite recursion of odml indexes. 14 years ago
XBMC b0a18c2f0a Make "invalid dts/pts combination" a debug instead of a warning message. 14 years ago
Mike Scheutzow 5fd4857354 Allow setting streamid when muxing mpegts. 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 14 years ago
Tomas Härdin 11fdc4d4fc mxfdec: Improve parsing of the PixelLayout item 14 years ago
Baptiste Coudurier 2209ffacb9 In mov demuxer, increase total size after debugging message 14 years ago
Josh Allmann bb06ec5ef4 Reindent 14 years ago
Josh Allmann a494295197 rtpdec: Clean up FMTP parsing code in AMR RTP depacketizer 14 years ago
Josh Allmann af1308f024 rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer 14 years ago
Josh Allmann 824535e3c6 rtpdec: Malloc the fmtp value buffer 14 years ago
Josh Allmann 4332bfbff8 Reindent 14 years ago
Josh Allmann efc6d45196 rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer 14 years ago
Josh Allmann fb4ca2cb51 rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer 14 years ago
Josh Allmann 1ed3cef513 Reindent 14 years ago
Josh Allmann 7aa0118c46 rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradata 14 years ago
Josh Allmann 016bc031eb rtpdec: Add generic function for iterating over FMTP configuration lines 14 years ago
Josh Allmann 8b114d85ba rtpdec: Move space_chars from avformat/internal to rtpdec 14 years ago
Eli Friedman 22d78b05b1 Fix an "assignment from incompatible pointer type" warning in av_read_frame_internal 14 years ago
Eli Friedman 8b4845c0b0 Remove an unused label, fixing a warning 14 years ago
Eli Friedman 805488f0e2 Add proper const declaration to a cast, fixes a warning 14 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 14 years ago
Eli Friedman 9b1947c7f2 Fix implicit cast warning 14 years ago
Josh Allmann c47f567c70 rtpdec_mpeg4: Rename PayloadContext to be consistently 'data' 14 years ago
Josh Allmann ca937a5508 RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp 14 years ago
Josh Allmann 73e6c53e64 rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler 14 years ago
Josh Allmann 7fc8ac7fd8 RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c 14 years ago
Josh Allmann 9b3788efc3 RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c 14 years ago
Josh Allmann 30619e6e59 RTSP: Remove skip_spaces in favor of strspn 14 years ago
Jai Menon d6a9349062 avienc : Avoid creating invalid AVI files when muxing subtitle streams 14 years ago
Baptiste Coudurier 3491866a4b Improve mov atom parsing debug message, print parent atom and size in decimal 14 years ago
Luca Barbato 1f563bfa15 Remove typo: s/ingore/ignore/ 14 years ago
Måns Rullgård 30cdfb49b4 asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() 14 years ago
Alexei Svitkine 3bb96f914e Correctly return EOF for smacker videos 14 years ago
Martin Storsjö 02174293c6 Reindent 14 years ago
Martin Storsjö ed8d57665b Add all required includes to avio.h 14 years ago
Michael Niedermayer 1d4c1c3b7a Continue after guids in asf after which other guids are possible instead of skiping 14 years ago
Stefano Sabatini fcd10c4f00 Mention how "now" is interpreted in the parse_date() doxy. 14 years ago
Stefano Sabatini 82fd4f4a07 Fix date specification accepted by parse_date(). 14 years ago
Martin Storsjö 9290f15d00 Make the http protocol open the connection immediately in http_open again 14 years ago
Martin Storsjö 4167ba0bc8 Add an AVClass to the HTTPContext 14 years ago
Martin Storsjö a9a3364c31 Allocate the HTTPContext through URLProtocol.priv_data_size 14 years ago
Martin Storsjö 735cf6b265 Add priv_data_size and priv_data_class to URLProtocol 14 years ago