429 Commits (cdeb803e2fe1239e0217186c7441c94adb0d9895)

Author SHA1 Message Date
Anton Khirnov 50f2dfad67 ffserver: use new avformat_open_* API. 14 years ago
Anton Khirnov dc59ec5e79 AVOptions: add av_opt_find() as a replacement for av_find_opt. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Mike Williams e2d7dc87df ffserver: move close_connection() call to avoid a temporary string and copy. 14 years ago
Mike Williams db3262b700 ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAMS cleanup. 14 years ago
Mike William 840238b870 ffserver: dont just crash 14 years ago
Maksym Veremeyenko ab1c19efc5 fix ffserver's SIGSEGV 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
Diego Biurrun 89b503b55f Lowercase all ff* program names. 14 years ago
Diego Biurrun 43fb279f56 Replace more FFmpeg instances by Libav or ffmpeg. 14 years ago
Stefano Sabatini 55815edca0 prefer avio_check() over url_exist() 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Anton Khirnov 761ad42968 lavf: remove FF_API_MAX_STREAMS cruft 14 years ago
Anton Khirnov 3ee53dabcf lavf: get rid of ffm-specific stuff in avformat.h 14 years ago
Anton Khirnov c3675dfe1e lavf: rename avf_sdp_create to av_sdp_create. 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 403ee835e7 avio: make url_open_dyn_packet_buf internal. 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 83fddaeb81 avio: deprecate url_open_buf 14 years ago
Anton Khirnov d9d86e00b2 avio: avio_ prefix for url_fprintf 14 years ago
Anton Khirnov ebb92e0768 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Martin Storsjö c24a403496 libavformat: Remove FF_NETERRNO() 14 years ago
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Martin Storsjö 28c4741a66 libavformat: Remove FF_NETERRNO() 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Martin Storsjö 003c32e72c ffserver: Try matching the RTSP url without a trailing slash 14 years ago
Anton Khirnov 1b98107c8d Move find_info_tag to lavu and add av_ prefix to it 14 years ago
Anton Khirnov ee60e04c2c Replace remaining uses of parse_date with av_parse_time. 14 years ago
Nicolas George 34c340d49f ffserver: set the sample aspect ratio 14 years ago
Martin Storsjö c2ca851b23 ffserver: Try matching the RTSP url without a trailing slash 14 years ago
Anton Khirnov ab0287fcbd Move find_info_tag to lavu and add av_ prefix to it 14 years ago
Anton Khirnov 9fcae9735e Replace remaining uses of parse_date with av_parse_time. 14 years ago
Nicolas George 6741f7c9be ffserver: set the sample aspect ratio 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Mans Rullgard 5658abf8c9 ffserver: put gcc attribute under proper ifdef 14 years ago
Mans Rullgard efa6ce9982 ffserver: put gcc attribute under proper ifdef 14 years ago
Reinhard Tartler bf7aa642c3 ffserver: cleanup 14 years ago
Reinhard Tartler 305ca590cf ffserver: cleanup 14 years ago
Luca Barbato 2a12706710 Unbreak ffserver 14 years ago
Martin Storsjö 77223c5388 rtsp: Pass the method name to ff_rtsp_parse_line 14 years ago