| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-01 | 2 | -1/+2 |
|\ |
|
| * | Use proper "" quotes for local header #includes | Diego Biurrun | 2013-02-01 | 1 | -1/+1 |
| * | bink demuxer: set framerate. | Anton Khirnov | 2013-02-01 | 1 | -0/+1 |
| * | bink demuxer: check malloc return value | Anton Khirnov | 2013-02-01 | 1 | -0/+2 |
* | | matroska: fixed missing S_DVBSUB subtitles | Allan Kristensen | 2013-02-01 | 1 | -0/+1 |
* | | Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da' | Michael Niedermayer | 2013-01-31 | 1 | -1/+1 |
|\| |
|
| * | avisynth: Change demuxer name to avoid conflicts with AVS | Diego Biurrun | 2013-01-31 | 1 | -1/+1 |
* | | asfdec: fix integer overflow in packet_replic_size check | Michael Niedermayer | 2013-01-31 | 1 | -1/+1 |
* | | auenc: strict check for supported codec | Paul B Mahol | 2013-01-30 | 1 | -1/+9 |
* | | auenc: remove put_au_header() and merge its code into au_write_header | Paul B Mahol | 2013-01-30 | 1 | -14/+4 |
* | | fixup_vorbis_headers: add missing malloc failure check | Michael Niedermayer | 2013-01-30 | 1 | -0/+2 |
* | | oggparsevorbis: use av_realloc consistently | Paweł Hajdan, Jr | 2013-01-30 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-30 | 1 | -2/+1 |
|\| |
|
| * | movenc: Simplify code by using avio_wb24 | Martin Storsjö | 2013-01-30 | 1 | -2/+1 |
* | | Correctly mark non-default streams when muxing matroska. | Carl Eugen Hoyos | 2013-01-30 | 1 | -2/+7 |
* | | r3d: check that sampling rate is non negative. | Michael Niedermayer | 2013-01-29 | 1 | -0/+4 |
* | | r3d: fix division by 0 with 0 sample rate | Michael Niedermayer | 2013-01-29 | 1 | -1/+2 |
* | | oggenc: fix "oggstream may be used uninitialized in this function" warning | Michael Niedermayer | 2013-01-29 | 1 | -1/+1 |
* | | Merge commit 'e6b1c3bbe7082c71ea8ee8ac83698c156c9e4838' | Michael Niedermayer | 2013-01-29 | 1 | -0/+1 |
|\| |
|
| * | mvi: set framerate | Anton Khirnov | 2013-01-29 | 1 | -0/+1 |
* | | Write forced track flag to matroska files. | Carl Eugen Hoyos | 2013-01-27 | 1 | -0/+2 |
* | | lavf/srtdec: do not try to queue empty subtitle chunks. | Clément Bœsch | 2013-01-27 | 1 | -0/+2 |
* | | mvdec: check var_read_string() return value | Michael Niedermayer | 2013-01-27 | 1 | -0/+2 |
* | | mvdec: Check the frame counter against the correct limit. | Michael Niedermayer | 2013-01-27 | 1 | -1/+1 |
* | | lavf/gifdec: cosmetics: remove extra whitespace | Paul B Mahol | 2013-01-26 | 1 | -1/+1 |
* | | lavf/gifdec: fix typo | Paul B Mahol | 2013-01-26 | 1 | -1/+1 |
* | | gifdec: resync support | Michael Niedermayer | 2013-01-25 | 1 | -6/+26 |
* | | lavf/img2enc: extend current options documentation | Stefano Sabatini | 2013-01-25 | 1 | -2/+2 |
* | | lavf/img2dec: fix option help fields | Stefano Sabatini | 2013-01-25 | 1 | -3/+3 |
* | | movenc: check that fps for tmcd is within encodable range. | Michael Niedermayer | 2013-01-24 | 1 | -0/+5 |
* | | movenc: Calculate fps for tmcd without intermediate step. | Michael Niedermayer | 2013-01-24 | 1 | -1/+1 |
* | | mpeg12demux: Fallback to startcode for stream type identification. | Michael Niedermayer | 2013-01-24 | 1 | -4/+0 |
* | | eacdata: do not set sample_fmt | Paul B Mahol | 2013-01-24 | 1 | -1/+0 |
* | | flic: do not set sample_fmt | Paul B Mahol | 2013-01-24 | 1 | -1/+0 |
* | | Merge commit '4a4a7e138c92901e04db46a6b05cc6948023e5f5' | Michael Niedermayer | 2013-01-24 | 2 | -2/+2 |
|\| |
|
| * | rtpenc_chain: Use the original AVFormatContext for getting payload type | Martin Storsjö | 2013-01-24 | 1 | -1/+1 |
| * | rtp: Make sure the output format pointer is set | Martin Storsjö | 2013-01-24 | 1 | -1/+1 |
* | | Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c' | Michael Niedermayer | 2013-01-24 | 1 | -1/+1 |
|\| |
|
| * | rtp: Make sure priv_data is set before reading it | Martin Storsjö | 2013-01-23 | 1 | -1/+1 |
| * | rtpenc: fix overflow checking in avc_mp4_find_startcode() | Xi Wang | 2013-01-23 | 1 | -2/+2 |
| * | rtmp: fix buffer overflows in ff_amf_tag_contents() | Xi Wang | 2013-01-23 | 1 | -6/+5 |
| * | rtmp: fix multiple broken overflow checks | Xi Wang | 2013-01-23 | 1 | -6/+6 |
* | | matroskadec: export codec bits_per_coded_sample | Paul B Mahol | 2013-01-24 | 1 | -0/+1 |
* | | matroskaenc: fix -codec copy with TTA | Paul B Mahol | 2013-01-24 | 1 | -0/+2 |
* | | matroskaenc: support TTA muxing | Paul B Mahol | 2013-01-24 | 1 | -9/+1 |
* | | Refuse to mux tta into matroska, the output file is broken. | Carl Eugen Hoyos | 2013-01-24 | 1 | -0/+7 |
* | | mpc8: check stream count before accessing stream 1. | Michael Niedermayer | 2013-01-24 | 1 | -0/+5 |
* | | matroskaenc: add codec_tag lists back. | Carl Eugen Hoyos | 2013-01-24 | 2 | -0/+38 |
* | | Only try to auto-detect LATM in mpegts if the LOAS demuxer was configured. | Carl Eugen Hoyos | 2013-01-24 | 1 | -1/+3 |
* | | hls: add missing checks for accessing avoption fields | Michael Niedermayer | 2013-01-23 | 1 | -5/+5 |