Commit History

Author SHA1 Message Date
  Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 13 years ago
  Michael Niedermayer d7e5aebae7 Merge remote branch 'qatar/master' 13 years ago
  Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 13 years ago
  Michael Niedermayer 7b376b398a Merge remote branch 'qatar/master' 13 years ago
  Diego Biurrun 89b503b55f Lowercase all ff* program names. 13 years ago
  Diego Biurrun 43fb279f56 Replace more FFmpeg instances by Libav or ffmpeg. 13 years ago
  Michael Niedermayer efb5fa79f5 Merge remote branch 'qatar/master' 13 years ago
  Stefano Sabatini 55815edca0 prefer avio_check() over url_exist() 13 years ago
  Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 13 years ago
  Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 13 years ago
  Anton Khirnov 761ad42968 lavf: remove FF_API_MAX_STREAMS cruft 13 years ago
  Michael Niedermayer d4d09329ee Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov 3ee53dabcf lavf: get rid of ffm-specific stuff in avformat.h 13 years ago
  Anton Khirnov c3675dfe1e lavf: rename avf_sdp_create to av_sdp_create. 13 years ago
  Michael Niedermayer c88caa522c Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 13 years ago
  Michael Niedermayer 2cae9809e2 Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov 403ee835e7 avio: make url_open_dyn_packet_buf internal. 13 years ago
  Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 13 years ago
  Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 13 years ago
  Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Anton Khirnov 83fddaeb81 avio: deprecate url_open_buf 13 years ago
  Anton Khirnov d9d86e00b2 avio: avio_ prefix for url_fprintf 13 years ago
  Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 13 years ago
  Martin Storsjö 28c4741a66 libavformat: Remove FF_NETERRNO() 13 years ago
  Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 13 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 13 years ago
  Martin Storsjö c2ca851b23 ffserver: Try matching the RTSP url without a trailing slash 13 years ago
  Anton Khirnov ab0287fcbd Move find_info_tag to lavu and add av_ prefix to it 13 years ago
  Anton Khirnov 9fcae9735e Replace remaining uses of parse_date with av_parse_time. 13 years ago
  Nicolas George 6741f7c9be ffserver: set the sample aspect ratio 13 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 13 years ago
  Mans Rullgard efa6ce9982 ffserver: put gcc attribute under proper ifdef 14 years ago
  Reinhard Tartler 305ca590cf ffserver: cleanup 13 years ago
  Luca Barbato 2a12706710 Unbreak ffserver 13 years ago
  Martin Storsjö 77223c5388 rtsp: Pass the method name to ff_rtsp_parse_line 13 years ago
  Stefano Sabatini 6e872935db Implement get_preset_file() in cmdutils.h and use it to factorize code 14 years ago
  Aurelien Jacobs aff8810172 ffserver: use a local MAX_STREAMS limit 14 years ago
  Aurelien Jacobs 9389b925f1 ffserver: fix prepare_sdp_description() to dynamically allocate streams 14 years ago
  Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 14 years ago
  Howard Chu 0aee2a57c8 Also use 503 for bandwidth limit exceeded 14 years ago
  Howard Chu 2a22187f39 Fix "server too busy" status code 14 years ago
  Måns Rullgård f3bfe388b5 Make ff_url_split() public 14 years ago
  Martin Storsjö 5634f30c4a ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContext 14 years ago
  Howard Chu d9aac26761 When reading a stream, should retry on EAGAIN instead of just failing. Also, 14 years ago
  Howard Chu 8190f62f9b Support presets in ffserver.conf 14 years ago
  Martin Storsjö f475f35fdd ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_time 14 years ago
  Martin Storsjö 3b963552bc ffserver: Allow floating point audio bit rates 14 years ago
  Martin Storsjö 577ee94871 ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requests 14 years ago