| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/swfdec: clear 4 bytes at the end of a packet if they are not initial... | Michael Niedermayer | 2013-12-19 | 1 | -0/+1 |
* | avformat/swfdec: check avio_read() return code | Michael Niedermayer | 2013-12-19 | 1 | -2/+12 |
* | avformat/swfdec: check avio_read() return code | Michael Niedermayer | 2013-12-19 | 1 | -1/+4 |
* | avformat/ipmovie: Check palette size in OPCODE_SET_PALETTE | Michael Niedermayer | 2013-12-18 | 1 | -1/+2 |
* | avformat/ipmovie: Check that OPCODE_SET_PALETTE size is large enough | Michael Niedermayer | 2013-12-18 | 1 | -2/+2 |
* | avformat/ipmovie: remove superflous () | Michael Niedermayer | 2013-12-18 | 1 | -1/+1 |
* | avformat/ipmovie: Check that the OPCODE_INIT_AUDIO_BUFFERS size is large enough | Michael Niedermayer | 2013-12-18 | 1 | -1/+1 |
* | avformat/isom: zero MPEG4AudioConfig to avoid leaving fields uninitialized | Michael Niedermayer | 2013-12-18 | 1 | -1/+1 |
* | lavf/concatdec: fix crash in case a file in script cannot be opened | Stefano Sabatini | 2013-12-18 | 1 | -0/+3 |
* | lavf/segment: increase logging level for message with segment start information | Stefano Sabatini | 2013-12-18 | 1 | -1/+1 |
* | UDP: join multicast group on the interface specified with &localaddr= | Stoian Ivanov | 2013-12-17 | 1 | -6/+15 |
* | avformat/format: av_register_output_format() and av_register_intput_format() ... | Michael Niedermayer | 2013-12-17 | 1 | -2/+7 |
* | avformat/psxstr: zero packet to prevent uninitialized data to leak through to... | Michael Niedermayer | 2013-12-16 | 1 | -0/+1 |
* | avformat/id3v2: Check avio_read() return value in read_chapter() | Michael Niedermayer | 2013-12-15 | 1 | -1/+2 |
* | avformat/id3v2: factor free code to the end of read_chapter() | Michael Niedermayer | 2013-12-15 | 1 | -4/+3 |
* | mpegts: stop analyzing when pmt for all programs have been found | Joakim Plate | 2013-12-15 | 1 | -9/+45 |
* | avformat/utils: limit rfps to values larger than fps | Michael Niedermayer | 2013-12-15 | 2 | -0/+7 |
* | vformat/id3v2: check avio_read for short reads in addition to errors | Michael Niedermayer | 2013-12-15 | 1 | -2/+2 |
* | lavf/mux: improve feedback in case of no streams in muxer | Stefano Sabatini | 2013-12-15 | 1 | -1/+1 |
* | avformat/oggparsetheora: zero extradata padding area | Michael Niedermayer | 2013-12-15 | 1 | -0/+2 |
* | avformat/id3v2: Check avio_read() return code in id3v2_parse() | Michael Niedermayer | 2013-12-15 | 1 | -2/+4 |
* | Enable parser in FLV demuxer for H264 codec | Alex Sukhanov | 2013-12-15 | 1 | -0/+1 |
* | avformat/utils: treat flv like mov with timestamp discarding | Michael Niedermayer | 2013-12-15 | 1 | -1/+2 |
* | avformat/iff: fix memleak of packet | Michael Niedermayer | 2013-12-15 | 1 | -1/+3 |
* | avformat/iff: shrink packets to the initialized data | Michael Niedermayer | 2013-12-15 | 1 | -0/+2 |
* | avformat/mov: Check avio_read() return code in mov_read_extradata() and shrin... | Michael Niedermayer | 2013-12-15 | 1 | -1/+7 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-12-14 | 1 | -1/+2 |
|\ |
|
| * | rtpdec_h264: Check the return value of functions doing allocations | Michael Niedermayer | 2013-12-14 | 1 | -4/+8 |
* | | Merge commit '6451c8853a07ff2e28bda950fb5e83fcf88c5cf4' | Michael Niedermayer | 2013-12-14 | 1 | -8/+7 |
|\| |
|
| * | sdp: Check theora colorspace before producing the configuration string | Martin Storsjö | 2013-12-14 | 1 | -7/+7 |
* | | Merge commit '797f2a791397210ec1b591b326658805c5dbf104' | Michael Niedermayer | 2013-12-14 | 1 | -1/+1 |
|\| |
|
| * | hdsenc: Check the init_file() return code | Michael Niedermayer | 2013-12-14 | 1 | -1/+3 |
| * | hdsenc: Fix an off by one error in an array size check | Michael Niedermayer | 2013-12-14 | 1 | -1/+1 |
| * | hdsenc: Avoid integer overflow | Michael Niedermayer | 2013-12-14 | 1 | -1/+1 |
| * | mpegts: add HEVC registration descriptor | Carl Eugen Hoyos | 2013-12-12 | 1 | -0/+1 |
* | | avformat/ipmovie: Check OPCODE_CREATE_TIMER size | Michael Niedermayer | 2013-12-14 | 1 | -1/+1 |
* | | build fix: apetag.c depends on img2.c | Yu Xiaolei | 2013-12-14 | 1 | -1/+1 |
* | | lavf/movenc: return meaningful error code from mov_write_header() | Stefano Sabatini | 2013-12-14 | 1 | -5/+9 |
* | | lavf/movenc: improve feedback in case of unsupported codec | Stefano Sabatini | 2013-12-14 | 1 | -2/+3 |
* | | avformat/asf: clear uninitialized areas of packets before returning them | Michael Niedermayer | 2013-12-13 | 2 | -0/+7 |
* | | avformat/ipmovie: Fix use of uninitialized memory in OPCODE_INIT_VIDEO_BUFFERS | Michael Niedermayer | 2013-12-13 | 1 | -1/+3 |
* | | avformat/network: check ff_socket_nonblock() return and print a debug message | Michael Niedermayer | 2013-12-13 | 1 | -2/+5 |
* | | Force one stream in caf muxer. | Carl Eugen Hoyos | 2013-12-13 | 1 | -0/+5 |
* | | avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr derefer... | Michael Niedermayer | 2013-12-13 | 1 | -0/+4 |
* | | avformat/rtpdec_h264: fix null pointer dereferences | Michael Niedermayer | 2013-12-13 | 1 | -3/+6 |
* | | avformat/sdp: fix memleak on error | Michael Niedermayer | 2013-12-13 | 1 | -0/+1 |
* | | libavformat/hdsenc: check init_file() return code | Michael Niedermayer | 2013-12-12 | 1 | -1/+3 |
* | | Merge commit 'ae9d13f03e6c81ea00fafe6aa74b4a849ec8da1a' | Michael Niedermayer | 2013-12-12 | 1 | -0/+1 |
|\| |
|
| * | img2: add stereo 3d still picture file extensions | Martin Lambers | 2013-12-12 | 1 | -0/+3 |
* | | Merge commit '46c0cbd5dc01196949105e49f2ded10aa85a6e39' | Michael Niedermayer | 2013-12-12 | 1 | -2/+2 |
|\| |
|