2840 Commits (17e45b377ca2d2b400424b82db01c22567f09780)

Author SHA1 Message Date
  Aurelien Jacobs ceeacce68b use proper url_is_streamed() API 18 years ago
  Michael Niedermayer b075e52059 Make recently added and still unused read_seek functions return offset_t. 18 years ago
  Michael Niedermayer 502bdf6893 Merge recently added and still unused play and pause functions. 18 years ago
  Baptiste Coudurier 79e42311d3 use generic 'glbl' atom if extradata is present but no specific method is known 18 years ago
  Baptiste Coudurier bde246014f supports glbl atom containing generic extradata for all codecs 18 years ago
  Reimar Döffinger f47b9f4828 Increase minor version due to new av_close_input_stream 18 years ago
  Reimar Döffinger 2506fd5467 Add a av_close_input_stream function 18 years ago
  Michael Niedermayer 2e9b86ac12 Remove dead code which disappeared with the last major version bump. 18 years ago
  Michael Niedermayer 7195731522 Remove *_codec_id from AVFormatParameters with the next major version bump. 18 years ago
  Michael Niedermayer 626004690c Allow overriding codec_ids. 18 years ago
  Michael Niedermayer 004050eed7 Remove unneeded avio wrapper functions. 18 years ago
  Reimar Döffinger ca75a92325 Simplify av_close_input_file similarly to av_open_input_file previously 18 years ago
  Reimar Döffinger 17acc63a32 Simplify av_open_input_file 18 years ago
  Reimar Döffinger 841f39a7f3 Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option 18 years ago
  Björn Axelsson fa13095a5d Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() 18 years ago
  Baptiste Coudurier bcfe2ba02c useless 0L here 18 years ago
  Baptiste Coudurier 282b65ccff remove now useless fields 18 years ago
  Baptiste Coudurier 7c622eede5 do not retain useless pointers to avstream priv_data, use it directly 18 years ago
  Baptiste Coudurier 11f16b661a remove duplicate field 18 years ago
  Baptiste Coudurier 03dc32f689 cosmetics: func -> parse, remove useless parenthesis 18 years ago
  Baptiste Coudurier a4813b671a remove useless declaration 18 years ago
  Baptiste Coudurier 73d07c275a save pointer to parse table, it is unlikely to change 18 years ago
  Baptiste Coudurier 23d2cfe9a5 remove useless seek 18 years ago
  Baptiste Coudurier 01eeb422fd cosmetics 18 years ago
  Baptiste Coudurier 687f35f384 support streamed mov/mp4 18 years ago
  Baptiste Coudurier 5cb4b82a17 return error when url_fseek could not read until desired offset in streamed mode 18 years ago
  Diego Biurrun 5d81d64175 cosmetics: comment typo fixes 18 years ago
  Baptiste Coudurier 2aaf95a210 choose next sample by sample position 18 years ago
  Michael Niedermayer 88808c60af document how to free the result of av_alloc_format_context() 18 years ago
  Michael Niedermayer 84be6e7239 av_*_next() API for libavformat 18 years ago
  Tom Harper 72d6b1bf1b Fix compilation of os_support.c for MinGW with --disable-network 18 years ago
  Mike Melanson 9de2919ce5 adjust indentation on latest patch 18 years ago
  Mike Melanson 8b35bd806d Check sanity in the palette loading operation. The addresses a potential security risk in 18 years ago
  Roberto Togni ab19baef36 Typo 18 years ago
  Baptiste Coudurier c1da59fa2d return error if malloc failed, found by takis, fix issue 286 18 years ago
  Panagiotis Issaris 9cf0419bb1 check mov_read_default return value where appropriate, patch by takis, fix issue 285 18 years ago
  Diego Biurrun cedb83a671 colour --> color in variable names 18 years ago
  Diego Biurrun a660c52a7e cosmetics: comment spelling fixes 18 years ago
  Diego Biurrun 7827885cfb Fix make checkheaders. 18 years ago
  Baptiste Coudurier 44fb8ebb62 fix dnxhd 720p in mov for quicktime player 18 years ago
  Michael Niedermayer a57c41b2c5 add assert to detect invalid packet_timestamp_start/end 18 years ago
  Michael Niedermayer 7548783bc5 correct invalid duration 18 years ago
  Michael Niedermayer 7e1720dec6 make mpeg-ps probe less happy with random data 18 years ago
  Michael Niedermayer 2db971135a return a slightly larger score if we find more than 500 valid mp3 frames in a row 18 years ago
  Michael Niedermayer 5ef5501b71 ensure that the probe code runs in O(n) 18 years ago
  Michael Niedermayer 890d2799c1 remove arbitrary 4096 limit for probing 18 years ago
  Michael Niedermayer 5110d151b6 prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files 18 years ago
  Reimar Döffinger 1fe47470d1 Make ff_qt_default_palette_* arrays "static const" 18 years ago
  Reimar Döffinger 73a727f369 Make ff_mkv_codec_tags array const, it is never written. 18 years ago
  Kostya Shishkov 47ac2b0d14 Fix muxer so that generated files are playable by realplayer, other open 18 years ago