2818 Commits (23d2cfe9a539ffbce0ac2bde1caf830ca135b3c5)

Author SHA1 Message Date
Baptiste Coudurier 23d2cfe9a5 remove useless seek 17 years ago
Baptiste Coudurier 01eeb422fd cosmetics 17 years ago
Baptiste Coudurier 687f35f384 support streamed mov/mp4 17 years ago
Baptiste Coudurier 5cb4b82a17 return error when url_fseek could not read until desired offset in streamed mode 17 years ago
Diego Biurrun 5d81d64175 cosmetics: comment typo fixes 17 years ago
Baptiste Coudurier 2aaf95a210 choose next sample by sample position 17 years ago
Michael Niedermayer 88808c60af document how to free the result of av_alloc_format_context() 17 years ago
Michael Niedermayer 84be6e7239 av_*_next() API for libavformat 17 years ago
Tom Harper 72d6b1bf1b Fix compilation of os_support.c for MinGW with --disable-network 17 years ago
Mike Melanson 9de2919ce5 adjust indentation on latest patch 17 years ago
Mike Melanson 8b35bd806d Check sanity in the palette loading operation. The addresses a potential security risk in 17 years ago
Roberto Togni ab19baef36 Typo 17 years ago
Baptiste Coudurier c1da59fa2d return error if malloc failed, found by takis, fix issue 286 17 years ago
Panagiotis Issaris 9cf0419bb1 check mov_read_default return value where appropriate, patch by takis, fix issue 285 17 years ago
Diego Biurrun cedb83a671 colour --> color in variable names 17 years ago
Diego Biurrun a660c52a7e cosmetics: comment spelling fixes 17 years ago
Diego Biurrun 7827885cfb Fix make checkheaders. 17 years ago
Baptiste Coudurier 44fb8ebb62 fix dnxhd 720p in mov for quicktime player 17 years ago
Michael Niedermayer a57c41b2c5 add assert to detect invalid packet_timestamp_start/end 17 years ago
Michael Niedermayer 7548783bc5 correct invalid duration 17 years ago
Michael Niedermayer 7e1720dec6 make mpeg-ps probe less happy with random data 17 years ago
Michael Niedermayer 2db971135a return a slightly larger score if we find more than 500 valid mp3 frames in a row 17 years ago
Michael Niedermayer 5ef5501b71 ensure that the probe code runs in O(n) 17 years ago
Michael Niedermayer 890d2799c1 remove arbitrary 4096 limit for probing 17 years ago
Michael Niedermayer 5110d151b6 prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files 17 years ago
Reimar Döffinger 1fe47470d1 Make ff_qt_default_palette_* arrays "static const" 17 years ago
Reimar Döffinger 73a727f369 Make ff_mkv_codec_tags array const, it is never written. 17 years ago
Kostya Shishkov 47ac2b0d14 Fix muxer so that generated files are playable by realplayer, other open 17 years ago
Roberto Togni e3052ce7b1 Revert r10892, it's wrong and no longer needed to prevent crashes 17 years ago
Diego Biurrun d0b53d05c8 Fix some spelling mistakes. 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Diego Biurrun 7338d36808 succes --> success typo 17 years ago
Michael Niedermayer 90901860c2 stupid code (casting of void*) found by checktree.sh 17 years ago
Michael Niedermayer 7fffc87979 1000l _reserved (found by checktree.sh) 17 years ago
Luca Abeni e8acf0edea Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), 17 years ago
Andreas Öman fe2b276c2e Bump lavf minor due to addition of 17 years ago
Björn Axelsson e7e4810aae Extend ByteIOContext and add the buffered IO functions: 17 years ago
Dave Yeo 93115b82f0 Add #include "os_support.h" to restore OS/2 support. 17 years ago
Diego Biurrun d2f5fe7cc7 Remove possibly misleading comments. 17 years ago
Aurelien Jacobs 725d86bfd5 add pcm_s16le_planar support for electronicarts files 17 years ago
Diego Biurrun f0a838e525 Add missing #includes to fix 'make checkheaders'. 17 years ago
Björn Axelsson 536333a0fe Extend URLProtocol with new function pointers and api functions for 17 years ago
Diego Biurrun 34c9d454d1 Keep -L flags before corresponding -l flags. 17 years ago
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Luca Barbato 489b0d4d98 Make av_read_frame with rtsp client return EINTR on interrupt 17 years ago
Ramiro Polla a5e979f42c os_support.h is also needed for usleep and lseek on MinGW. 17 years ago
Luca Abeni 087b327287 Include os_support.h only when needed 17 years ago
Luca Barbato a960a1e041 Make av_read_frame with rtsp client return EINTR on interrupt 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Roberto Togni 2b013568f9 Replace realloc with free+malloc, the previous content of the buffer is 17 years ago