summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* adjust indentation on latest patchMike Melanson2007-12-05
| | | | Originally committed as revision 11167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check sanity in the palette loading operation. The addresses a potential ↵Mike Melanson2007-12-05
| | | | | | | | security risk in the MOV/MP4 demuxer. Originally committed as revision 11166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRoberto Togni2007-12-04
| | | | Originally committed as revision 11165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if malloc failed, found by takis, fix issue 286Baptiste Coudurier2007-12-03
| | | | Originally committed as revision 11162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check mov_read_default return value where appropriate, patch by takis, fix ↵Panagiotis Issaris2007-12-03
| | | | | | issue 285 Originally committed as revision 11161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* colour --> color in variable namesDiego Biurrun2007-12-03
| | | | Originally committed as revision 11159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment spelling fixesDiego Biurrun2007-12-03
| | | | Originally committed as revision 11157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make checkheaders.Diego Biurrun2007-12-03
| | | | Originally committed as revision 11156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dnxhd 720p in mov for quicktime playerBaptiste Coudurier2007-12-03
| | | | Originally committed as revision 11154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add assert to detect invalid packet_timestamp_start/endMichael Niedermayer2007-12-03
| | | | | | (that is check that the previous fix was sufficient) Originally committed as revision 11153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct invalid durationMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make mpeg-ps probe less happy with random dataMichael Niedermayer2007-12-03
| | | | | | fixes missdetection of O-MP3-5.mp3 Originally committed as revision 11149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return a slightly larger score if we find more than 500 valid mp3 frames in ↵Michael Niedermayer2007-12-03
| | | | | | a row Originally committed as revision 11148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that the probe code runs in O(n)Michael Niedermayer2007-12-03
| | | | Originally committed as revision 11147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove arbitrary 4096 limit for probingMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 filesMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_qt_default_palette_* arrays "static const"Reimar Döffinger2007-12-02
| | | | Originally committed as revision 11139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger2007-12-02
| | | | Originally committed as revision 11137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-02
| | | | | | | source players and by fixed ffmpeg rm demuxer (after r11127) Patch by kostya Originally committed as revision 11129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni2007-12-02
| | | | Originally committed as revision 11127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some spelling mistakes.Diego Biurrun2007-12-02
| | | | Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-01
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* succes --> success typoDiego Biurrun2007-12-01
| | | | Originally committed as revision 11120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
| | | | Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l _reserved (found by checktree.sh)Michael Niedermayer2007-12-01
| | | | Originally committed as revision 11116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-29
| | | | | | and implement the redirector format more properly. Originally committed as revision 11112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump lavf minor due to addition ofAndreas Öman2007-11-28
| | | | | | av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek() Originally committed as revision 11111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend ByteIOContext and add the buffered IO functions:Björn Axelsson2007-11-28
| | | | | | | | av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek(). patch by: Björn Axelsson, bjorn d axelsson a intinor d se Originally committed as revision 11110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-27
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove possibly misleading comments.Diego Biurrun2007-11-27
| | | | Originally committed as revision 11095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
| | | | Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
| | | | Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend URLProtocol with new function pointers and api functions forBjörn Axelsson2007-11-24
| | | | | | | | av_url_read_play(), av_url_read_pause() and av_url_read_seek(). patch by: Björn Axelsson, bjorn d axelsson a intinor d se Originally committed as revision 11086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Keep -L flags before corresponding -l flags.Diego Biurrun2007-11-23
| | | | Originally committed as revision 11083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce libavdeviceLuca Abeni2007-11-22
| | | | Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-22
| | | | | | patch from elupusateccedotse (missing hunk from r11072) Originally committed as revision 11076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-22
| | | | Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include os_support.h only when neededLuca Abeni2007-11-21
| | | | Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-21
| | | | | | patch from elupusateccedotse Originally committed as revision 11072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni2007-11-19
| | | | | | not needed Originally committed as revision 11065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert perror() in av_log() in bktr.c.Luca Abeni2007-11-19
| | | | | | | Currently untested; someone with the correct OS and hardware should test it and report if it works. Originally committed as revision 11060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove perror() usage from udp.cLuca Abeni2007-11-19
| | | | Originally committed as revision 11059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use perror() in audio, video, and DV grabbersLuca Abeni2007-11-19
| | | | Originally committed as revision 11058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsRoberto Togni2007-11-19
| | | | Originally committed as revision 11056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* No need to update pos, it's not used after that lineRoberto Togni2007-11-19
| | | | Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup: remove ssizeRoberto Togni2007-11-18
| | | | Originally committed as revision 11054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-18
| | | | Originally committed as revision 11053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-18
| | | | | | | | | - remove memmove to pack the data, instead copy only the used areas from the temp buffer in their final position - use the minimum possible size for the av_packet (relevant when some slices are missing) Originally committed as revision 11052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-17
| | | | | | | | This avoids crashes seen when legitimate streams are found on PID 0x11 instead of DVB SDT. Fixes regression detailed in Roundup issue 138. Originally committed as revision 11050 to svn://svn.ffmpeg.org/ffmpeg/trunk