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

Автор SHA1 Сообщение Дата
  Anton Khirnov 933e90a69a avio: make av_url_read_fseek/fpause internal. 14 лет назад
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 лет назад
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 лет назад
  Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 лет назад
  Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 лет назад
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 лет назад
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 лет назад
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 лет назад
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 лет назад
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 лет назад
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 лет назад
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 лет назад
  Thierry Foucu caa7ad5dc6 Fix 16kHz Mono NellyMoser in flv. 14 лет назад
  Baptiste Coudurier 7d6096e42e Use ext sample from mpeg4audio config if set with AAC SBR 14 лет назад
  Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 лет назад
  Howard Chu fc8fa007fb Implement librtmp seek support. 15 лет назад
  Howard Chu 7e939205d9 Set audio bit rate. 15 лет назад
  Howard Chu 527c2e6429 Fix flvdec start-of-frame. 15 лет назад
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 лет назад
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 лет назад
  Baptiste Coudurier fdf4662211 fetch flv duration from file if it is set to 0 in metadata 15 лет назад
  Michael Niedermayer cc38e063be Revert flvdec.c part of r20836 15 лет назад
  Daniel Verkamp 8e9efe4392 FLV 8-bit PCM is unsigned, not signed 15 лет назад
  Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 лет назад
  Daniel Verkamp 0aa6a518ad Add codec id for Flash screen codec v2 and hook it up in FLV demuxer 15 лет назад
  Alex Converse 5aea268d14 Add a channels field to MPEG4AudioConfig. 15 лет назад
  Michael Niedermayer 37e34df5a5 Check offset in flv_probe() 15 лет назад
  Martin Storsjö b126dee964 Use all 32 bits of the timestamp when calculating flv duration. 15 лет назад
  Justin Ruggles d2a47a578e Remove fake Speex header creation from FLV demuxer. Having it there was not the 15 лет назад
  Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 лет назад
  Aurelien Jacobs df2bd71aeb flvdec: expose metadata through the generic metadata API 15 лет назад
  Aurelien Jacobs 09e54e1ff8 flvdec: re-enable metadata parsing 15 лет назад
  Aurelien Jacobs 8caa0f0651 flvdec: don't set format and codec context from metadata values 15 лет назад
  Justin Ruggles c1c206b343 flvdec: Build a Speex header during FLV demuxing using required and 15 лет назад
  Art Clarke e1d8d7bb4b Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about 15 лет назад
  Michael Niedermayer 4eec260642 Remove unused variable from flv_read_metabody() found by CSA. 16 лет назад
  Michael Niedermayer 77daaf6748 Disable metadata reading. Yes, I would like to know what this code is good for 16 лет назад
  Michael Niedermayer 634b927f82 Do not fail on zero packets. 16 лет назад
  Baptiste Coudurier fcb4228c86 skip empty data packets in flv, fix input.flv 16 лет назад
  Michael Niedermayer ded0149948 Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer 16 лет назад
  Baptiste Coudurier d2718187b9 parse aac extradata to fetch channels and sample rate, patch from Netgem 16 лет назад
  Peter Ross 0e9602ef93 FLV demuxer: return AVERROR_EOF upon detection of end of file. 16 лет назад
  Benoit Fouet c102347088 Add a context to av_log() calls. 16 лет назад
  Stefan de Konink 9a354fe3f9 Implement the reading of the video bitrate of flv movies out of the meta data, 16 лет назад
  Michael Niedermayer a308737bd6 Use EAGAIN return, primarely intended as example of EAGAIN useage. 16 лет назад
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 лет назад
  Michael Niedermayer 2f3d7ea974 Fix detection of audio codec in K70707-ARIA229.flv. 16 лет назад
  Baptiste Coudurier ebd610557e set pts in flv demuxer 16 лет назад
  Andrew Wason 8ff8de73a4 Fix endless loop when opening corrupt FLV files (issue 699). 16 лет назад
  Baptiste Coudurier 7f8cd075e0 simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz 16 лет назад