История коммитов

Автор SHA1 Сообщение Дата
  Michael Niedermayer 56629aa012 Merge branch 'master' into oldabi 13 лет назад
  Michael Niedermayer e6e7ba0ce3 Add some forgotten const to function arguments in libavfilter & libavformat. 13 лет назад
  Michael Niedermayer efb5fa79f5 Merge remote branch 'qatar/master' 13 лет назад
  Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 13 лет назад
  Michael Niedermayer d4d09329ee Merge remote branch 'qatar/master' 13 лет назад
  Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 13 лет назад
  Michael Niedermayer c88caa522c Merge remote branch 'qatar/master' 13 лет назад
  Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 13 лет назад
  Michael Niedermayer c0e51ec9c6 Merge remote branch 'qatar/master' 13 лет назад
  Anton Khirnov 6e37b45888 mmst: get rid of deprecated AVERRORs 13 лет назад
  Michael Niedermayer 434f248723 Merge remote branch 'qatar/master' 13 лет назад
  Anton Khirnov e52a9145c8 avio: make url_close() internal. 13 лет назад
  Anton Khirnov 925e908bc7 avio: make url_write() internal. 13 лет назад
  Anton Khirnov dce3756459 avio: make url_read_complete() internal. 13 лет назад
  Anton Khirnov 0589da0aa5 avio: make url_open() internal. 13 лет назад
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 лет назад
  Anton Khirnov ae99313aa5 avio: move init_put_byte() to a new private header and rename it 13 лет назад
  Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 13 лет назад
  Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 13 лет назад
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 13 лет назад
  Ronald S. Bultje e84314515a mmst: fix reading uninitialized data for ping packets. 13 лет назад
  Francesco Cosoleto 2594d75fb2 mmst: print packet type with error status code message 13 лет назад
  Ronald S. Bultje 275189a2bd mmst: fix reading uninitialized data for ping packets. 13 лет назад
  Francesco Cosoleto 70630e35a4 mmst: print packet type with error status code message 13 лет назад
  Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 13 лет назад
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 13 лет назад
  Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 лет назад
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 лет назад
  Anton Khirnov 6e89b61293 lavf: move ff_put_str16_nolen from asf to avio and rename it 13 лет назад
  Anton Khirnov dccbd97d72 lavf: move ff_put_str16_nolen from asf to avio and rename it 13 лет назад
  qrtt1 42f9582d8d Set proper error if server flags indicate that it doesn't support mmst. This 14 лет назад
  Ronald S. Bultje 67197656d1 Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically 14 лет назад
  Zhentan Feng 99ab8ff049 Fix wrong command prefix for timing test in MMST protocol. 14 лет назад
  Zhentan Feng fcd11c61ea Move functions and structs shared between MMSH and MMST into their own file, 14 лет назад
  Zhentan Feng edce93536a Extract fields that are to be shared between MMST/MMSH into a common struct, 14 лет назад
  Ronald S. Bultje a46cd6e141 Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet. 14 лет назад
  Zhentan Feng aaa91aa00e Move read_mms_packet() code to be inlined in the calling function. 14 лет назад
  Zhentan Feng 05fc9a1bcf Remove is_playing variable. 14 лет назад
  Zhentan Feng b949875bf6 Move send_media_packet_request() and clear_stream_buffers() up. 14 лет назад
  Ronald S. Bultje db9cc3a55a Reindent after r24516. 14 лет назад
  Ronald S. Bultje e87b7d72c6 Use inverse error branches, i.e. instead of if(something){success} else {error}, 14 лет назад
  Ronald S. Bultje 540ab68c64 Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This 14 лет назад
  Zhentan Feng e4a28be67b Allow the ASF header to be transferred split over multiple packets, as some 14 лет назад
  Zhentan Feng d6cc1123e3 Explicitely set the size of the "ff_asf_head1_guid" header chunk, this is 14 лет назад
  Zhentan Feng cbbb10810c Align outgoing messages to 8 bytes, this is required to interact with 14 лет назад
  Zhentan Feng 0c717a30e0 Fix a compile warning when compiling with DEBUG=1. The warning was: 14 лет назад
  Zhentan Feng 9078eba062 Check the status code of each server responses, and fail if it indicates 14 лет назад
  Zhentan Feng 414df121e0 Send a time test to the server, as the spec recommends. 14 лет назад
  Måns Rullgård f3bfe388b5 Make ff_url_split() public 14 лет назад
  Zhentan Feng 56023951be Fix missing logging context in a series of dprintf()s. Partially based on 14 лет назад