summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* adjust indentation on latest patchMike Melanson2007-12-051-14/+14
* Check sanity in the palette loading operation. The addresses a potential secu...Mike Melanson2007-12-051-4/+7
* TypoRoberto Togni2007-12-041-1/+1
* return error if malloc failed, found by takis, fix issue 286Baptiste Coudurier2007-12-031-2/+4
* check mov_read_default return value where appropriate, patch by takis, fix is...Panagiotis Issaris2007-12-031-7/+8
* colour --> color in variable namesDiego Biurrun2007-12-032-2/+2
* cosmetics: comment spelling fixesDiego Biurrun2007-12-031-1/+1
* Fix make checkheaders.Diego Biurrun2007-12-031-0/+2
* fix dnxhd 720p in mov for quicktime playerBaptiste Coudurier2007-12-031-1/+4
* add assert to detect invalid packet_timestamp_start/endMichael Niedermayer2007-12-031-0/+2
* correct invalid durationMichael Niedermayer2007-12-031-2/+0
* make mpeg-ps probe less happy with random dataMichael Niedermayer2007-12-031-4/+7
* return a slightly larger score if we find more than 500 valid mp3 frames in a...Michael Niedermayer2007-12-031-0/+1
* ensure that the probe code runs in O(n)Michael Niedermayer2007-12-031-3/+1
* remove arbitrary 4096 limit for probingMichael Niedermayer2007-12-031-1/+1
* prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 filesMichael Niedermayer2007-12-031-0/+2
* Make ff_qt_default_palette_* arrays "static const"Reimar Döffinger2007-12-022-4/+4
* Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger2007-12-022-2/+2
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-021-3/+8
* Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni2007-12-021-1/+1
* Fix some spelling mistakes.Diego Biurrun2007-12-021-1/+1
* spellingVitor Sessak2007-12-011-1/+1
* succes --> success typoDiego Biurrun2007-12-011-1/+1
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-011-1/+1
* 1000l _reserved (found by checktree.sh)Michael Niedermayer2007-12-011-2/+2
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-292-16/+8
* Bump lavf minor due to addition ofAndreas Öman2007-11-281-2/+2
* Extend ByteIOContext and add the buffered IO functions:Björn Axelsson2007-11-282-0/+46
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-271-0/+1
* Remove possibly misleading comments.Diego Biurrun2007-11-271-6/+0
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-251-1/+15
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-243-0/+6
* Extend URLProtocol with new function pointers and api functions forBjörn Axelsson2007-11-242-0/+52
* Keep -L flags before corresponding -l flags.Diego Biurrun2007-11-231-1/+1
* Introduce libavdeviceLuca Abeni2007-11-2211-3957/+0
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-221-1/+1
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-222-0/+2
* Include os_support.h only when neededLuca Abeni2007-11-214-2/+3
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-211-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-2185-797/+848
* Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni2007-11-191-1/+2
* Convert perror() in av_log() in bktr.c.Luca Abeni2007-11-191-8/+8
* Remove perror() usage from udp.cLuca Abeni2007-11-191-9/+9
* Do not use perror() in audio, video, and DV grabbersLuca Abeni2007-11-193-16/+16
* CosmeticsRoberto Togni2007-11-191-3/+3
* No need to update pos, it's not used after that lineRoberto Togni2007-11-191-1/+0
* Cleanup: remove ssizeRoberto Togni2007-11-181-4/+2
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-181-1/+2
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-181-6/+3
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-171-2/+2
OpenPOWER on IntegriCloud