5917 Commits (4bebf2cf64ef64ac419a9bbc6f2cdecbdb4c08a4)

Author SHA1 Message Date
  Martin Storsjö 4bebf2cf64 Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_ 16 years ago
  Josh Allmann 339f5f3957 Merge Vorbis / Theora depayloaders. 16 years ago
  Josh Allmann cb92a9c038 Reindent after r22766. 16 years ago
  Josh Allmann 96070b8b5c Rename functions / comments from "Theora" to "Xiph" where relevant. 16 years ago
  Josh Allmann 06a36faf4c Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging 16 years ago
  Michael Niedermayer ccf8c2944c Limit probing to probesize. 16 years ago
  Howard Chu 527c2e6429 Fix flvdec start-of-frame. 16 years ago
  Stefano Sabatini 1a70d12727 Make av_match_ext() declaration public (move its declaration out of 16 years ago
  Michael Niedermayer fe8344a276 Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. 16 years ago
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 16 years ago
  Joakim Plate 46da7fa133 Probe aac codecs for CODEC_ID_PROBE. 16 years ago
  Anton Khirnov 8166c498df Remove superfluous space from a conversion table. 16 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 16 years ago
  Benoit Fouet 32e543f866 Replace @returns by @return. 16 years ago
  Stefano Sabatini 8a36b59ba6 Document url_exist(). 16 years ago
  Mohamed Naufal 148bcae98c Implement YOP demuxer and video decoder. 16 years ago
  Reimar Döffinger c2bfd81605 Some spelling fixes. 16 years ago
  Sam Gerstein 9cba6f5f40 Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab 16 years ago
  Howard Chu 0f943ce663 Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via 16 years ago
  Stefano Sabatini 9bee245954 Document url_seek(). 16 years ago
  Vitor Sessak f990f6e3f7 Fix NUT (de)muxer warnings: 16 years ago
  Martin Storsjö 4c1202f76e Initialize ssrc and base_timestamp using ff_random_get_seed() 16 years ago
  Aurelien Jacobs 9b1db5ec99 correct first pts for ogg skeleton 16 years ago
  Stefano Sabatini 66b6c7458e Document the behavior of av_metadata_get() if the prev parameter is 16 years ago
  Reimar Döffinger d14f5391c1 Use more appropriate return values in txd demuxer. 16 years ago
  Reimar Döffinger 36031c2033 eacdata: fix a memleak, return partial packets and use proper return values. 16 years ago
  Martin Storsjö cae9a15c98 Don't report EINTR from select as an error, retry select instead 16 years ago
  Micah F. Galizia 532aa889eb Fix updating condition for the probe_size variable in the internal 16 years ago
  Martin Storsjö 4bc5cc2313 Reassemble the RTSP URL before replacing hostname with the numerical IP 16 years ago
  Martin Storsjö 7b4a36450b Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer 16 years ago
  Martin Storsjö 60f198a774 Remove a redundant null pointer check 16 years ago
  Martin Storsjö 30af077942 Don't force basic auth in RTSP, but retry with the server-specified method on failure 16 years ago
  Martin Storsjö 2626308abb Actually parse the auth headers in RTSP 16 years ago
  Martin Storsjö aa8bf2fb80 Make RTSP use the generic http authentication code 16 years ago
  Martin Storsjö b17d11c632 Add separate method/url parameters to the rtsp_send_cmd functions 16 years ago
  Martin Storsjö e9fea405a7 Reindent 16 years ago
  Jai Menon 4896dd57fa Matroska muxer : Don't create audio tracks for unsupported audio codecs. 16 years ago
  Martin Storsjö 855e7732c6 Add support for http digest authentication 16 years ago
  Martin Storsjö d8f9295753 Reindent 16 years ago
  Martin Storsjö ddbeb95447 Add a lowercase parameter to ff_data_to_hex 16 years ago
  Martin Storsjö b1cc5540e7 Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content 16 years ago
  Vitor Sessak 3bfb30b9e3 Fix warnings in NUT demuxer: 16 years ago
  Luca Barbato 7ed8211b3e Issue a warning if the received CSeq isn't the expected one 16 years ago
  Martin Storsjö 9405f733d9 Split out http authentication handling into a separate file 16 years ago
  Vitor Sessak 59856b9891 Fix warning: 16 years ago
  Martin Storsjö 3032276b18 Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly 16 years ago
  Zhentan Feng 852e0ca555 Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier 16 years ago
  Carl Eugen Hoyos d692850bbb Silence ridiculous gcc warning. 16 years ago
  Tomas Härdin c6a5e087cf Mask away AVSEEK_FORCE properly in some checks in url_fseek() 16 years ago
  Justin Ruggles 06ebe9161e Put ff_flac_write_header() in a separate C file to allow it to be shared without 16 years ago