OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / rtspdec.c
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-07-18 Diego Biurrunrtsp: remove disabled code
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-05-27 Anton Khirnovrtspdec: add initial_pause private option.
2011-05-11 Martin Storsjörtsp: Only do keepalive using GET_PARAMETER if the...
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-03-30 Martin Storsjörtsp: Use GET_PARAMETER for keep-alive for generic...
2011-03-23 Carl Eugen HoyosDo not use format string "%0.3f" for RTSP Range field.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-11 Martin Storsjörtsp/rdt: Assign the RTSPStream index to AVStream->id
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-28 Luca Barbatortsp: make ff_sdp_parse return value forwarded
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-24 Martin Storsjörtspdec: Retry with TCP if UDP failed
2011-01-24 Martin Storsjortspdec: Move rtsp_read_pause up, next to rtsp_read_play
2011-01-05 Martin StorsjöReindent
2011-01-05 Martin Storsjörtsp: Simplify code
2011-01-05 Martin Storsjörtsp: Move resetting of rtpdec parameters to before...
2011-01-02 Martin Storsjörtsp: Store the Content-Base header value straight...
2011-01-02 Martin Storsjörtsp: Add a method parameter to ff_rtsp_read_reply
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2010-11-15 Martin Storsjörtsp: Parse and use the Content-Base reply header,...
2010-11-06 Yuriy Kaminskiyrtsp: Set the real_setup pointer properly, avoid out...
2010-10-29 Martin Storsjörtsp: Split out the RTSP demuxer functions to a separat...