6636 Commits (d9640a55ea28cbe0ac4bb24dac36a0aaa4d1f114)

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