6842 Commits (2d162e3825a35b6ac42a27d27c4a3ebbd141828d)

Author SHA1 Message Date
Aurelien Jacobs 7df2214328 movdec: export creation_date as metadata 14 years ago
Aurelien Jacobs 933875a0f5 avidec: export creation_date as metadata 14 years ago
Reimar Döffinger fa8cc12650 Improve documentation wording. 14 years ago
Reimar Döffinger 0f46d68522 Fix indentation. 14 years ago
Reimar Döffinger 24ae353dfb WC3/xan: move palette handling to decoder, avoiding need for 14 years ago
Reimar Döffinger 6bfc268305 Add av_append_packet function, to be used in code that merges packets 14 years ago
Reimar Döffinger d9640a55ea Merge rotation into lookup table. 14 years ago
Carl Eugen Hoyos 4b6bfbe2b7 100l: Fix crash in SPDIF muxer. 14 years ago
Carl Eugen Hoyos 909865fdbe Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3. 14 years ago
Aurelien Jacobs b3c0fc7673 av_find_stream_info(): set subtitle codec time_base 14 years ago
Baptiste Coudurier 2b91d83ef3 In mov demuxer, export .mov encoder metadata tag 14 years ago
Martin Storsjö dd22cfb101 rtsp: Parse and use the Content-Base reply header, if present 14 years ago
Aurelien Jacobs cb2c971d91 allow passing subtitles header between decoder and encoder 14 years ago
Anton Khirnov 273231466c lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Anssi Hannula 8079d2ec08 Move code to be used by the IEC 61937 demuxer from spifenc.c into common 14 years ago
Anssi Hannula 8cceef1681 Rename spdif.c as spdifenc,c to prepare for future spdif demuxer. 14 years ago
Yuriy Kaminskiy c77549c510 rtsp: Set the real_setup pointer properly, avoid out of bounds memory accesses 14 years ago
Ronald S. Bultje 37e9cc4ec7 Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itself 14 years ago
Stefano Sabatini ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 years ago
Thierry Foucu caa7ad5dc6 Fix 16kHz Mono NellyMoser in flv. 14 years ago
Anton Khirnov bf800c7db8 matroskadec: skip invalid tags with no TagName 14 years ago
Mike Edenfield 7e35d8596b http: Handle 301/307 redirect requests, too 14 years ago
Janne Grunau 915bfa33d1 mpegts: support LATM syntax 14 years ago
Stefano Sabatini 267ff3aed1 Document url_write(). 14 years ago
Martin Storsjö 0526c6f7c7 rtsp: Split out the RTSP demuxer functions to a separate, new file 14 years ago
Martin Storsjö c2688f3ac8 rtsp: Move rtsp_setup_output_streams into rtspenc.c 14 years ago
Anton Khirnov 042ca05f0f vorbiscomment: convert metadata before computing the header's length 14 years ago
Martin Storsjö 47bfe49c64 rtsp: Add stub declarations of the setup_in/output_streams functions 14 years ago
Anton Khirnov c55f891c2f nutdec: when parsing info packet, set metadata var only once 14 years ago
Aurelien Jacobs a5cea13202 drop rtsp_default_protocols which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs a178edf298 drop rtp_get_file_handles() which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs fb660f4015 drop rtp_get_local_port() which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs 67f34aaa97 use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port() 14 years ago
Pascal Massimino 85f56757b4 cosmetics: align fields, and remove useless ones, in img2.c 14 years ago
Martin Storsjö eced8fa02e rtsp: Move the rtsp_probe function to the demuxer code block 14 years ago
Martin Storsjö a66d44f0d2 Restore alphabetical order 14 years ago
Martin Storsjö 44b70ce563 rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer 14 years ago
Martin Storsjö 8bf0f96954 rtsp: Reorder functions 14 years ago
Pascal Massimino ac6d020ffa cleanup image2pipe_{de}muxer fields 14 years ago
Martin Storsjö 095e5c0b6d sdp: Conditionally compile code using AF_INET6 14 years ago
Martin Storsjö 44594cc798 Add a demuxer for receiving raw rtp:// URLs without an SDP description 14 years ago
Aurelien Jacobs a3a29c2651 metadata: make av_metadata_set2 case insensitive by default 14 years ago
Michael Niedermayer 94bdb1f80c Avoid negative SCR in mpeg ps muxer. 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago
Anton Khirnov d60a9f52eb lavf: simplify setting the encoder ident tag. 14 years ago
Martin Storsjö fb66c31da4 Fix building, include the header instead of the source file 14 years ago
Baptiste Coudurier 96d1e75a0c In mov muxer, write artist metadata tag 14 years ago
Baptiste Coudurier edd33cb6fa In mov muxer, use correct metadata tag for encoder, and use the generic metadata api name 14 years ago
Martin Storsjö 946df0598b rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors 14 years ago