Commit History

Author SHA1 Message Date
  Michael Niedermayer a1fb2b935a nsvdec: change 2 commented assert() to av_assert() 12 years ago
  Michael Niedermayer 7a72695c05 Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Michael Niedermayer 715c8a5a50 Merge remote-tracking branch 'qatar/master' 12 years ago
  Diego Biurrun 30b1961c66 Mark a number of variables only used in av_dlog() calls as av_unused. 12 years ago
  Michael Niedermayer 04b53746ad Merge remote-tracking branch 'qatar/master' 12 years ago
  Diego Biurrun 6df5c528ca Move some conditionally used variables into the block where they are used. 12 years ago
  Diego Biurrun 7331b6e718 Drop some completely unnecessary av_unused attributes. 12 years ago
  Joakim Plate 8dcd00eabd nsvdec: Check return value of avio_seek and avoid modifying state if it fails 12 years ago
  Michael Niedermayer 151ecc2aec Merge remote-tracking branch 'qatar/master' 12 years ago
  Alex Converse c898431ca5 nsvdec: Propagate errors 12 years ago
  Alex Converse 8fd8a48263 nsvdec: Be more careful with av_malloc(). 12 years ago
  Michael Niedermayer 6a89b41d97 nsvdec: Fix use of uninitialized streams. 12 years ago
  Michael Niedermayer e37f161e66 Merge remote-tracking branch 'qatar/master' 12 years ago
  Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 12 years ago
  Michael Niedermayer 5c011706bc nsvdec: Fix use of uninitialized streams. 12 years ago
  Michael Niedermayer b9e0e9537a nsvdec: Check av_malloc(string_size) 12 years ago
  Reimar Döffinger 36be045ed7 Support "VLB " audio in NSV files. 12 years ago
  Reimar Döffinger c3068d43a8 Support VP8 in NSV. 12 years ago
  Michael Niedermayer 9d76cf0b18 Merge remote-tracking branch 'qatar/master' 12 years ago
  Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 12 years ago
  Diego Biurrun 20566eb0f0 Replace outdated references to ffmpeg tool with avconv. 13 years ago
  Michael Niedermayer d0492578c8 Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
  Joakim Plate e22155ef0e [nsv] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
  Michael Niedermayer 78accb876c Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 13 years ago
  Michael Niedermayer 976a8b2179 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 13 years ago
  Diego Biurrun 35fa0d4758 nsvdec: Propagate error values instead of returning 0 in nsv_read_header(). 13 years ago
  Aurelien Jacobs eb8de45c3c nsv: simplify probe function 13 years ago
  Aurelien Jacobs 223694b404 nsv: return error code instead of discarding it in read_header() 13 years ago
  Michael Niedermayer 45fb647495 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 13 years ago
  Michael Niedermayer f9ecb849ef Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 13 years ago
  Michael Niedermayer 87f40364d1 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard 5e1166b31b Mark some variables with av_unused 13 years ago
  Thierry Foucu b7903ab16b If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV file instead of a MP3 file. Check for 0xBEEF after a Video/Audio chunck for more accuracy. 13 years ago
  Thierry Foucu 45faf7fcd3 nsv: Fix misdetection of MP3 files as NSV. 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 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 13 years ago
  Anton Khirnov 66e5b1df36 avio: deprecate url_feof 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