summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-291-12/+4
* move null muxer to its own fileAurelien Jacobs2010-08-293-23/+41
* cleanup includes which are not used anymore in raw.cAurelien Jacobs2010-08-291-4/+0
* move ac3/eac3 demuxer to its own fileAurelien Jacobs2010-08-293-88/+105
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-293-34/+55
* move dirac demuxer to its own fileAurelien Jacobs2010-08-293-24/+44
* move h261 demuxer to its own fileAurelien Jacobs2010-08-293-56/+76
* move h263 demuxer to its own fileAurelien Jacobs2010-08-293-59/+78
* move h264 demuxer to its own fileAurelien Jacobs2010-08-293-62/+81
* cosmeticAurelien Jacobs2010-08-291-1/+1
* move m4v demuxer to its own fileAurelien Jacobs2010-08-293-44/+63
* move cavsvideo demuxer to its own fileAurelien Jacobs2010-08-293-59/+78
* move mpegvideo demuxer to its own fileAurelien Jacobs2010-08-293-48/+68
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-294-64/+85
* move DTS demuxer to its own fileAurelien Jacobs2010-08-294-65/+88
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-291-5/+1
* 10l: aacdec and idroqenc still depend on raw.oAurelien Jacobs2010-08-291-2/+2
* rename idroq.c to idroqdec.cAurelien Jacobs2010-08-292-1/+1
* move id roq muxer to its own fileAurelien Jacobs2010-08-294-49/+71
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-293-74/+97
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-293-3/+22
* ReindentJosh Allmann2010-08-291-4/+4
* rtpdec: Read RTCP compound packetsJosh Allmann2010-08-291-2/+18
* rtsp: Check the RTCP file handle for new packets, tooJosh Allmann2010-08-291-6/+7
* Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje2010-08-281-2/+2
* stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng2010-08-281-1/+1
* Cosmetic changes.Tobias Bindhammer2010-08-261-5/+5
* Insert info from extradata into headerTobias Bindhammer2010-08-261-2/+2
* Added option to write frames interleaved (yet disabled)Tobias Bindhammer2010-08-261-1/+93
* Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman2010-08-251-2/+1
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-252-0/+10
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-252-11/+10
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-252-10/+25
* rtsp: Return EOF if the TCP control channel is closedMartin Storsjö2010-08-251-3/+3
* ReindentMartin Storsjö2010-08-251-4/+4
* Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4...Martin Storsjö2010-08-251-6/+3
* 10l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö2010-08-251-1/+2
* Reindent, rewrap linesMartin Storsjö2010-08-251-7/+6
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-253-18/+32
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-255-8/+17
* avformat: free decryption key in av_close_input_stream()Måns Rullgård2010-08-241-0/+1
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-241-1/+1
* asfcrypt: fix unaligned accesses with armccMåns Rullgård2010-08-241-3/+3
* asfcrypt: fix unaligned read in ff_asfcrypt_dec()Måns Rullgård2010-08-231-1/+1
* Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni2010-08-231-2/+3
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer2010-08-232-0/+2
* Corresponding muxer for the a64 codecTobias Bindhammer2010-08-231-0/+72
* MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje2010-08-213-0/+371
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-193-4/+7
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-193-3/+6
OpenPOWER on IntegriCloud