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