Commit History

Author SHA1 Message Date
  Michael Niedermayer 1caa4123bd Merge remote-tracking branch 'newdev/master' 13 years ago
  Anton Khirnov b64030f26d avio: make get_checksum() internal. 13 years ago
  Anton Khirnov 4c4427a75d avio: make init_checksum() internal. 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Michael Niedermayer 0fecf2642b Merge remote-tracking branch 'newdev/master' 13 years ago
  Anton Khirnov 4839c192de lavf: move ff_get_v from avio.h to avio_internal.h 13 years ago
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 13 years ago
  Anton Khirnov db44ea960d avio: avio_ prefix for url_fsize 13 years ago
  Anton Khirnov 66e5b1df36 avio: deprecate url_feof 13 years ago
  Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 13 years ago
  Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 13 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 13 years ago
  Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 13 years ago
  Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 13 years ago
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 13 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 13 years ago
  Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 13 years ago
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 13 years ago
  Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 13 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 13 years ago
  Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Stefano Sabatini 0d3ee13551 Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes. 13 years ago
  Anton Khirnov c55f891c2f nutdec: when parsing info packet, set metadata var only once 14 years ago
  Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
  Aurelien Jacobs 54036be11a rename LAVF_API_* defines to FF_API_* to clarify that it is not public API 14 years ago
  Aurelien Jacobs 072e3efd1b add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API 14 years ago
  Aurelien Jacobs 3c0eec06d8 get rid of MAX_STREAMS limit in nutdec 14 years ago
  Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago
  Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 14 years ago
  Eli Friedman a07a06b033 Fix warning "passing argument from incompatible pointer type". 14 years ago
  Stefano Sabatini 49837b8d24 Make the nut decoder read the ff_nut_video_tags to detect codec id of 14 years ago
  Stefano Sabatini 2e01def0fe Define ff_nut_video_tags and make Nut muxer and demuxer set it in 14 years ago
  Stefano Sabatini 8e89cd1fee Make the nut demuxer issue a more meaningful error message if it 14 years ago
  Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 14 years ago
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Benoit Fouet 32e543f866 Replace @returns by @return. 14 years ago
  Vitor Sessak f990f6e3f7 Fix NUT (de)muxer warnings: 14 years ago
  Vitor Sessak 3bfb30b9e3 Fix warnings in NUT demuxer: 14 years ago
  Vitor Sessak 4b83fc0fe4 Plug memory leak in NUT muxer and demuxer 14 years ago
  Vitor Sessak 8a4d067dfc Revert r22119 and partially revert 22120. 14 years ago
  Anton Khirnov e1c0b00b06 nutdec: make chapter start and length uint64_t to prevent overflows. 14 years ago
  Vitor Sessak 27dbc47c05 Plug some memory leaks in NUT muxer and demuxer 14 years ago
  Anton Khirnov 43382b5f13 Introduce metadata conversion table for NUT muxer and demuxer. 14 years ago
  Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
  Aurelien Jacobs 00798e4563 use new metadata API in nut demuxer 15 years ago
  Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 15 years ago