summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-25
| | | | Originally committed as revision 24924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Return EOF if the TCP control channel is closedMartin Storsjö2010-08-25
| | | | Originally committed as revision 24920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-08-25
| | | | Originally committed as revision 24919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify resolve_destination in sdp.c further, now that we don't enforce ↵Martin Storsjö2010-08-25
| | | | | | IPv4 any longer Originally committed as revision 24918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö2010-08-25
| | | | Originally committed as revision 24917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent, rewrap linesMartin Storsjö2010-08-25
| | | | Originally committed as revision 24916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-25
| | | | Originally committed as revision 24915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avformat: free decryption key in av_close_input_stream()Måns Rullgård2010-08-24
| | | | Originally committed as revision 24899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-24
| | | | | | dithering (faster) along a linear gradient now. Originally committed as revision 24898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asfcrypt: fix unaligned accesses with armccMåns Rullgård2010-08-24
| | | | | | | | | Compilers may assume a pointer has natural alignment, even if it was assigned from a pointer type with weaker alignment requirements. It is thus not safe to assign a possibly unaligned value to a pointer, regardless of how it is subsequently dereferenced. Originally committed as revision 24897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asfcrypt: fix unaligned read in ff_asfcrypt_dec()Måns Rullgård2010-08-23
| | | | Originally committed as revision 24886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni2010-08-23
| | | | Originally committed as revision 24879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ↵Tobias Bindhammer2010-08-23
| | | | | | adding files to the build-system Originally committed as revision 24878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corresponding muxer for the a64 codecTobias Bindhammer2010-08-23
| | | | Originally committed as revision 24875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje2010-08-21
| | | | | | Zhentan Feng <spyfeng gmail com> as part of Google's Summer of Code program. Originally committed as revision 24861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-19
| | | | | | public function Originally committed as revision 24841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-19
| | | | | | register_protocol() function Originally committed as revision 24840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* applehttp: define _XOPEN_SOURCE=600 as required for usleep()Måns Rullgård2010-08-19
| | | | Originally committed as revision 24839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-19
| | | | Originally committed as revision 24835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Apple HTTP Live Streaming demuxerMartin Storsjö2010-08-19
| | | | Originally committed as revision 24834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö2010-08-19
| | | | Originally committed as revision 24833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-19
| | | | Originally committed as revision 24832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs2010-08-18
| | | | Originally committed as revision 24826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18
| | | | Originally committed as revision 24825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support unsynchronisation for id3v2 tags.Alexander Kojevnikov2010-08-18
| | | | | | Patch by Alexander Kojevnikov, alexander kojevnikov com Originally committed as revision 24824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVC EOS tag to H264-encoded FLV files.Thierry Foucu2010-08-18
| | | | | | Patch by Thierry Foucu, tfoucu gmail Originally committed as revision 24820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-17
| | | | Originally committed as revision 24818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-17
| | | | Originally committed as revision 24817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: minor simplificationAurelien Jacobs2010-08-17
| | | | | | patch from reimar Originally committed as revision 24804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix integer overflowAurelien Jacobs2010-08-17
| | | | | | patch from reimar Originally committed as revision 24803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP depacketization of VP8Josh Allmann2010-08-16
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP packetization of VP8Josh Allmann2010-08-16
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print error messages in case of connection failure or name resolution failureRonald S. Bultje2010-08-14
| | | | | | in tcp.c. Originally committed as revision 24796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent overflow on random input.Ronald S. Bultje2010-08-13
| | | | Originally committed as revision 24795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje2010-08-13
| | | | | | allocate the array. Originally committed as revision 24794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation.Zhentan Feng2010-08-13
| | | | | | | | This fixes playback of at least one MMST stream. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng2010-08-13
| | | | | | Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-12
| | | | Originally committed as revision 24790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje2010-08-12
| | | | | | | | | this prevents a time-out which closes the TCP connection and kills our session. see "Re: [FFmpeg-devel] [PATCH] rtsp.c: keep-alive" thread on mailinglist. Originally committed as revision 24785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add another missing file from r24799.Ronald S. Bultje2010-08-12
| | | | Originally committed as revision 24784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segv when stream copy and validate_tag fails, st->codec->codec is not setBaptiste Coudurier2010-08-12
| | | | Originally committed as revision 24782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing mms.c from r24779.Ronald S. Bultje2010-08-11
| | | | Originally committed as revision 24780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng2010-08-11
| | | | | | mms.c. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract fields that are to be shared between MMST/MMSH into a common struct,Zhentan Feng2010-08-11
| | | | | | | | MMSContext. The other MMST-specific members go into MMSTContext. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.Ronald S. Bultje2010-08-11
| | | | Originally committed as revision 24777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add documentation for the pm parameter of the av_metadata_set*Stefano Sabatini2010-08-11
| | | | | | functions. Originally committed as revision 24771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reference to a wrong parameter name in the metadata API functionsStefano Sabatini2010-08-11
| | | | | | doxies. Originally committed as revision 24770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nit: fix weird spacing.Stefano Sabatini2010-08-11
| | | | Originally committed as revision 24762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add empty newlines between function descriptions and @params, improveStefano Sabatini2010-08-11
| | | | | | readability. Originally committed as revision 24761 to svn://svn.ffmpeg.org/ffmpeg/trunk