summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* move h261 demuxer to its own fileAurelien Jacobs2010-08-29
* move h263 demuxer to its own fileAurelien Jacobs2010-08-29
* move h264 demuxer to its own fileAurelien Jacobs2010-08-29
* cosmeticAurelien Jacobs2010-08-29
* move m4v demuxer to its own fileAurelien Jacobs2010-08-29
* move cavsvideo demuxer to its own fileAurelien Jacobs2010-08-29
* move mpegvideo demuxer to its own fileAurelien Jacobs2010-08-29
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-29
* move DTS demuxer to its own fileAurelien Jacobs2010-08-29
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-29
* 10l: aacdec and idroqenc still depend on raw.oAurelien Jacobs2010-08-29
* rename idroq.c to idroqdec.cAurelien Jacobs2010-08-29
* move id roq muxer to its own fileAurelien Jacobs2010-08-29
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-29
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-29
* ReindentJosh Allmann2010-08-29
* rtpdec: Read RTCP compound packetsJosh Allmann2010-08-29
* rtsp: Check the RTCP file handle for new packets, tooJosh Allmann2010-08-29
* Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje2010-08-28
* stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng2010-08-28
* Cosmetic changes.Tobias Bindhammer2010-08-26
* Insert info from extradata into headerTobias Bindhammer2010-08-26
* Added option to write frames interleaved (yet disabled)Tobias Bindhammer2010-08-26
* Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman2010-08-25
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-25
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-25
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-25
* rtsp: Return EOF if the TCP control channel is closedMartin Storsjö2010-08-25
* ReindentMartin Storsjö2010-08-25
* Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4...Martin Storsjö2010-08-25
* 10l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö2010-08-25
* Reindent, rewrap linesMartin Storsjö2010-08-25
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-25
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
* avformat: free decryption key in av_close_input_stream()Måns Rullgård2010-08-24
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-24
* asfcrypt: fix unaligned accesses with armccMåns Rullgård2010-08-24
* asfcrypt: fix unaligned read in ff_asfcrypt_dec()Måns Rullgård2010-08-23
* Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni2010-08-23
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer2010-08-23
* Corresponding muxer for the a64 codecTobias Bindhammer2010-08-23
* MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje2010-08-21
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-19
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-19
* applehttp: define _XOPEN_SOURCE=600 as required for usleep()Måns Rullgård2010-08-19
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-19
* Add Apple HTTP Live Streaming demuxerMartin Storsjö2010-08-19
* Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö2010-08-19
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-19
* add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs2010-08-18