| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust indentation on latest patch | Mike Melanson | 2007-12-05 | 1 | -14/+14 |
* | Check sanity in the palette loading operation. The addresses a potential secu... | Mike Melanson | 2007-12-05 | 1 | -4/+7 |
* | Typo | Roberto Togni | 2007-12-04 | 1 | -1/+1 |
* | return error if malloc failed, found by takis, fix issue 286 | Baptiste Coudurier | 2007-12-03 | 1 | -2/+4 |
* | check mov_read_default return value where appropriate, patch by takis, fix is... | Panagiotis Issaris | 2007-12-03 | 1 | -7/+8 |
* | colour --> color in variable names | Diego Biurrun | 2007-12-03 | 2 | -2/+2 |
* | cosmetics: comment spelling fixes | Diego Biurrun | 2007-12-03 | 1 | -1/+1 |
* | Fix make checkheaders. | Diego Biurrun | 2007-12-03 | 1 | -0/+2 |
* | fix dnxhd 720p in mov for quicktime player | Baptiste Coudurier | 2007-12-03 | 1 | -1/+4 |
* | add assert to detect invalid packet_timestamp_start/end | Michael Niedermayer | 2007-12-03 | 1 | -0/+2 |
* | correct invalid duration | Michael Niedermayer | 2007-12-03 | 1 | -2/+0 |
* | make mpeg-ps probe less happy with random data | Michael Niedermayer | 2007-12-03 | 1 | -4/+7 |
* | return a slightly larger score if we find more than 500 valid mp3 frames in a... | Michael Niedermayer | 2007-12-03 | 1 | -0/+1 |
* | ensure that the probe code runs in O(n) | Michael Niedermayer | 2007-12-03 | 1 | -3/+1 |
* | remove arbitrary 4096 limit for probing | Michael Niedermayer | 2007-12-03 | 1 | -1/+1 |
* | prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files | Michael Niedermayer | 2007-12-03 | 1 | -0/+2 |
* | Make ff_qt_default_palette_* arrays "static const" | Reimar Döffinger | 2007-12-02 | 2 | -4/+4 |
* | Make ff_mkv_codec_tags array const, it is never written. | Reimar Döffinger | 2007-12-02 | 2 | -2/+2 |
* | Fix muxer so that generated files are playable by realplayer, other open | Kostya Shishkov | 2007-12-02 | 1 | -3/+8 |
* | Revert r10892, it's wrong and no longer needed to prevent crashes | Roberto Togni | 2007-12-02 | 1 | -1/+1 |
* | Fix some spelling mistakes. | Diego Biurrun | 2007-12-02 | 1 | -1/+1 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | succes --> success typo | Diego Biurrun | 2007-12-01 | 1 | -1/+1 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 1 | -1/+1 |
* | 1000l _reserved (found by checktree.sh) | Michael Niedermayer | 2007-12-01 | 1 | -2/+2 |
* | Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), | Luca Abeni | 2007-11-29 | 2 | -16/+8 |
* | Bump lavf minor due to addition of | Andreas Öman | 2007-11-28 | 1 | -2/+2 |
* | Extend ByteIOContext and add the buffered IO functions: | Björn Axelsson | 2007-11-28 | 2 | -0/+46 |
* | Add #include "os_support.h" to restore OS/2 support. | Dave Yeo | 2007-11-27 | 1 | -0/+1 |
* | Remove possibly misleading comments. | Diego Biurrun | 2007-11-27 | 1 | -6/+0 |
* | add pcm_s16le_planar support for electronicarts files | Aurelien Jacobs | 2007-11-25 | 1 | -1/+15 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2007-11-24 | 3 | -0/+6 |
* | Extend URLProtocol with new function pointers and api functions for | Björn Axelsson | 2007-11-24 | 2 | -0/+52 |
* | Keep -L flags before corresponding -l flags. | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | Introduce libavdevice | Luca Abeni | 2007-11-22 | 11 | -3957/+0 |
* | Make av_read_frame with rtsp client return EINTR on interrupt | Luca Barbato | 2007-11-22 | 1 | -1/+1 |
* | os_support.h is also needed for usleep and lseek on MinGW. | Ramiro Polla | 2007-11-22 | 2 | -0/+2 |
* | Include os_support.h only when needed | Luca Abeni | 2007-11-21 | 4 | -2/+3 |
* | Make av_read_frame with rtsp client return EINTR on interrupt | Luca Barbato | 2007-11-21 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 85 | -797/+848 |
* | Replace realloc with free+malloc, the previous content of the buffer is | Roberto Togni | 2007-11-19 | 1 | -1/+2 |
* | Convert perror() in av_log() in bktr.c. | Luca Abeni | 2007-11-19 | 1 | -8/+8 |
* | Remove perror() usage from udp.c | Luca Abeni | 2007-11-19 | 1 | -9/+9 |
* | Do not use perror() in audio, video, and DV grabbers | Luca Abeni | 2007-11-19 | 3 | -16/+16 |
* | Cosmetics | Roberto Togni | 2007-11-19 | 1 | -3/+3 |
* | No need to update pos, it's not used after that line | Roberto Togni | 2007-11-19 | 1 | -1/+0 |
* | Cleanup: remove ssize | Roberto Togni | 2007-11-18 | 1 | -4/+2 |
* | Check for memory allocation failure of temp buffer | Roberto Togni | 2007-11-18 | 1 | -1/+2 |
* | Optimize memory management to create an av_packet from multiple slices: | Roberto Togni | 2007-11-18 | 1 | -6/+3 |
* | When new streams are detected, look for old filters and close them out. | Jeff Downs | 2007-11-17 | 1 | -2/+2 |