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-02-23Make Bink demuxer pass video flags to decoderKostya Shishkov
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-23Make sure mp1/mp2 get their frame_size set.Michael Niedermayer
2010-02-23Add an RTSP muxerMartin Storsjö
2010-02-23Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö
2010-02-22Cosmetics: reindentMartin Storsjö
2010-02-22Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö
2010-02-22Cosmetics: reindent after applying patchesMartin Storsjö
2010-02-22Don't follow RTSP redirects when used as a muxerMartin Storsjö
2010-02-22Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö
2010-02-22Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö
2010-02-22Make sure a set r_frame_rate is not overriden by a guess.Michael Niedermayer
2010-02-22Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer
2010-02-21Fix memory leak for truncated packets in idCin demuxerVitor Sessak
2010-02-21Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer
2010-02-21Do not attempt to open references through absolute pathes.Michael Niedermayer
2010-02-20Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak
2010-02-20Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö
2010-02-20Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö
2010-02-20Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö
2010-02-20Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö
2010-02-20Make rtsp_close_streams() take a AVFormatContext instead of a RTSPStateMartin Storsjö
2010-02-20WavPack demuxer also depends on APE tag parserKostya Shishkov
2010-02-20Make Bink demuxer skip all zero audio tracks, not only the first oneKostya Shishkov
2010-02-20AEA demuxer requires raw.o for pcm_read_seekDaniel Verkamp
2010-02-19Fix memory leak for truncated framesVitor Sessak
2010-02-19Fix memory leak for truncated framesVitor Sessak
2010-02-19Remove stale function declaration.Martin Storsjö
2010-02-19Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö
2010-02-19WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for itKostya Shishkov
2010-02-18Make RTMP client send bytes read reportKostya Shishkov
2010-02-17Add functions to send RTSP commands with content attached to them. This willMartin Storsjö
2010-02-17Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje
2010-02-17When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö
2010-02-16Fix two problems (no idea how this ever worked):Ronald S. Bultje
2010-02-16Revert r21851.Ronald S. Bultje
2010-02-16Don't return 0 if buffer setup failed. That signals the RTSP demuxer thatRonald S. Bultje
2010-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov
2010-02-16Support IFF ANNO (annotation) chunk typePeter Ross
2010-02-16Strings in extended content header are UTF16,Anton Khirnov
2010-02-16workaround for broken files created by previous versions of asfenc.Anton Khirnov
2010-02-14ReindentReimar Döffinger
2010-02-14Optimize h261_probe function, since it is far slower than all others.Reimar Döffinger
2010-02-13add netspeak gsm and truespeech wav format tags to riff.cBen Littler
2010-02-13Do not call lseek() with invalid whence valueMåns Rullgård
2010-02-12Add flag so muxers not needing width/height can signal this.Michael Niedermayer
2010-02-12Make DeluxePaint Animation demuxer actually return the find_record() error co...Peter Ross
2010-02-12Add GEOV fourcc (issue971).Michael Niedermayer
2010-02-12Fix timestamps.Michael Niedermayer
2010-02-10ReindentDaniel Verkamp