8856 Commits (c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4)

Author SHA1 Message Date
  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
  Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
  Aurelien Jacobs ed09233fa2 cosmetic: alignment 14 years ago
  Aurelien Jacobs 13728334e8 add FF_API_SYMVER define to disable symver compatibility functions 14 years ago
  Aurelien Jacobs 114c9a5925 add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api 14 years ago
  Aurelien Jacobs 0139fdea08 add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_id 14 years ago
  Aurelien Jacobs d1742ff779 add FF_API_LAVF_UNUSED define to disable the unused struct fields 14 years ago
  Aurelien Jacobs 634e0304a8 add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek 14 years ago
  Aurelien Jacobs d87a521cde add FF_API_PARSE_FRAME_PARAM define to disable the deprecated 14 years ago
  Aurelien Jacobs ade800c5b7 properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR 14 years ago
  Aurelien Jacobs ca51d86c96 add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated 14 years ago
  Aurelien Jacobs 88e44314ea add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function 14 years ago
  Aurelien Jacobs 8ef30ac1f3 add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() 14 years ago
  Aurelien Jacobs 198ac67fe8 add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() 14 years ago
  Anton Khirnov a15c7fd6cb Deprecate old API. 14 years ago
  Anton Khirnov 81e5ff7ae2 vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** 14 years ago
  Martin Storsjö 54b2a4238c sapdec: Include sys/time.h for struct timeval 14 years ago
  Martin Storsjö 01c8d258da Add a SAP demuxer 14 years ago