Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-31move raw video demuxer to its own fileAurelien Jacobs
2010-08-31move pcm muxers to their own fileAurelien Jacobs
2010-08-31move pcm demuxers to their own fileAurelien Jacobs
2010-08-30add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler
2010-08-30simplify code by using the AV_NE() macroAurelien Jacobs
2010-08-30move null muxer to its own fileAurelien Jacobs
2010-08-30cleanup includes which are not used anymore in raw.cAurelien Jacobs
2010-08-30move ac3/eac3 demuxer to its own fileAurelien Jacobs
2010-08-30move dnxhd demuxer to its own fileAurelien Jacobs
2010-08-30move dirac demuxer to its own fileAurelien Jacobs
2010-08-30move h261 demuxer to its own fileAurelien Jacobs
2010-08-30move h263 demuxer to its own fileAurelien Jacobs
2010-08-30move h264 demuxer to its own fileAurelien Jacobs
2010-08-30cosmeticAurelien Jacobs
2010-08-30move m4v demuxer to its own fileAurelien Jacobs
2010-08-30move cavsvideo demuxer to its own fileAurelien Jacobs
2010-08-30move mpegvideo demuxer to its own fileAurelien Jacobs
2010-08-29move ingenient demuxer to its own fileAurelien Jacobs
2010-08-29move DTS demuxer to its own fileAurelien Jacobs
2010-08-29simplify code by using the AV_NE() macroAurelien Jacobs
2010-08-2910l: aacdec and idroqenc still depend on raw.oAurelien Jacobs
2010-08-29rename idroq.c to idroqdec.cAurelien Jacobs
2010-08-29move id roq muxer to its own fileAurelien Jacobs
2010-08-29move ADTS AAC demuxer to its own fileAurelien Jacobs
2010-08-29rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann
2010-08-29ReindentJosh Allmann
2010-08-29rtpdec: Read RTCP compound packetsJosh Allmann
2010-08-29rtsp: Check the RTCP file handle for new packets, tooJosh Allmann
2010-08-29Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje
2010-08-29stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng
2010-08-26Cosmetic changes.Tobias Bindhammer
2010-08-26Insert info from extradata into headerTobias Bindhammer
2010-08-26Added option to write frames interleaved (yet disabled)Tobias Bindhammer
2010-08-26Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman
2010-08-25Add rtp_get_rtcp_file_handle functionJosh Allmann
2010-08-25Handle IPv6 in the RTSP codeMartin Storsjö
2010-08-25Handle IPv6 in the SDP demuxerMartin Storsjö
2010-08-25rtsp: Return EOF if the TCP control channel is closedMartin Storsjö
2010-08-25ReindentMartin Storsjö
2010-08-25Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4...Martin Storsjö
2010-08-2510l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö
2010-08-25Reindent, rewrap linesMartin Storsjö
2010-08-25Properly handle IPv6 addresses in the SDP generationMartin Storsjö
2010-08-25rtp: Replace hardcoded RTCP packet types with definesJosh Allmann
2010-08-24avformat: free decryption key in av_close_input_stream()Måns Rullgård
2010-08-24fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer
2010-08-24asfcrypt: fix unaligned accesses with armccMåns Rullgård
2010-08-23asfcrypt: fix unaligned read in ff_asfcrypt_dec()Måns Rullgård
2010-08-23Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni
2010-08-23enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer