summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Solving memory leak and initialization problem with prev_pkt / pkt.Tobias Bindhammer2010-08-31
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
* move raw video demuxer to its own fileAurelien Jacobs2010-08-30
* move pcm muxers to their own fileAurelien Jacobs2010-08-30
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
* add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler2010-08-30
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-29
* move null muxer to its own fileAurelien Jacobs2010-08-29
* cleanup includes which are not used anymore in raw.cAurelien Jacobs2010-08-29
* move ac3/eac3 demuxer to its own fileAurelien Jacobs2010-08-29
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-29
* move dirac demuxer to its own fileAurelien Jacobs2010-08-29
* 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