| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/concatdec: do not access packet if av_read_frame returned error | Marton Balint | 2016-01-10 | 1 | -3/+7 |
* | avformat: Add integer fps from 31 to 60 to get_std_framerate() | Michael Niedermayer | 2016-01-09 | 2 | -4/+8 |
* | avformat/movenc: Check that pkt duration is within 32bit range | Michael Niedermayer | 2016-01-09 | 1 | -4/+4 |
* | avformat/ivfenc: fix division by zero | Michael Niedermayer | 2016-01-08 | 1 | -2/+3 |
* | avformat/mov: Simplify format checking code | Michael Niedermayer | 2016-01-08 | 1 | -9/+2 |
* | lavf/matroskadec: A_QUICKTIME and fourcc 0x00000000 | Mats Peterson | 2016-01-08 | 1 | -0/+9 |
* | lavf/mov: Audio and fourcc 0x00000000 | Mats Peterson | 2016-01-08 | 1 | -1/+15 |
* | lavf/uncodedframecrcenc: use FF_CEIL_RSHIFT() | Clément Bœsch | 2016-01-07 | 1 | -1/+1 |
* | lavf/matroskadec: correct codec_tag for "SMI" SVQ3 files | Mats Peterson | 2016-01-06 | 1 | -2/+4 |
* | lavf/matroskaenc: Assume 48kHz sample rate for Opus initial padding. | Carl Eugen Hoyos | 2016-01-05 | 2 | -2/+2 |
* | brstm: fix missing closing brace | Andreas Cadhalpun | 2016-01-04 | 1 | -0/+1 |
* | brstm: also allocate b->table in read_packet | Andreas Cadhalpun | 2016-01-04 | 1 | -0/+4 |
* | brstm: make sure an ADPC chunk was read for adpcm_thp | Andreas Cadhalpun | 2016-01-04 | 1 | -0/+5 |
* | lavf/qtpalette: Ignore greyscale bit in certain cases | Mats Peterson | 2016-01-04 | 1 | -1/+3 |
* | ffmdec: reset packet_end in case of failure | Andreas Cadhalpun | 2016-01-03 | 1 | -3/+6 |
* | avformat/ffmdec: Add {} to nested if/else | Michael Niedermayer | 2016-01-03 | 1 | -3/+4 |
* | ffmdec: change type of state and id to unsigned | Andreas Cadhalpun | 2016-01-02 | 1 | -2/+3 |
* | Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1' | Hendrik Leppkes | 2016-01-02 | 2 | -3/+3 |
|\ |
|
| * | Remove stray line breaks from avpriv_{report_missing_feature|request_samples} | Diego Biurrun | 2015-12-26 | 2 | -3/+3 |
* | | Merge commit '5049f6b772891cdf4030a9d572362efc8f7ae97f' | Hendrik Leppkes | 2016-01-02 | 1 | -6/+0 |
|\| |
|
| * | rtpdec_jpeg: Coalesce redundant error checks | Diego Biurrun | 2015-12-26 | 1 | -6/+0 |
| * | mpegtsenc: add flag to embed an AC-3 ES the DVB way | Stefan Pöschel | 2015-12-14 | 1 | -1/+13 |
| * | r3d: fix an invalid read introduced in 6bf4c1d | Anton Khirnov | 2015-12-14 | 1 | -1/+1 |
* | | oggparsedaala: reject too large gpshift | Andreas Cadhalpun | 2016-01-02 | 2 | -2/+7 |
* | | avcodec/utils: fix AVPacket lifetime in seek_frame_generic | Hendrik Leppkes | 2016-01-02 | 1 | -2/+5 |
* | | avformat/mp3dec: Remove unused variable | Michael Niedermayer | 2016-01-01 | 1 | -1/+1 |
* | | lavf/srtdec: rewrite parsing logic | Clément Bœsch | 2016-01-01 | 1 | -50/+115 |
* | | Merge commit '64f8c439fd663fec4d57ac21af572d498fe21f7a' | Hendrik Leppkes | 2016-01-01 | 1 | -2/+2 |
|\| |
|
| * | rtmpproto: Include the full path as app when "slist=" is found | Martin Storsjö | 2015-12-13 | 1 | -2/+2 |
| * | vocdec: do not create the stream in read_header() | Anton Khirnov | 2015-12-12 | 1 | -5/+8 |
* | | Merge commit '2d0432d918a71468419b7ac1e543ab3b399d3d37' | Hendrik Leppkes | 2016-01-01 | 1 | -38/+39 |
|\| |
|
| * | vocdec: put the code not shared with other demuxers under appropriate ifdef | Anton Khirnov | 2015-12-12 | 1 | -38/+39 |
| * | flvdec: do not create any streams in read_header() | Anton Khirnov | 2015-12-12 | 1 | -9/+2 |
* | | Revert "Merge commit '9f1eccb97bf8894cb18b14f642500686505ef186'" | Michael Niedermayer | 2016-01-01 | 1 | -0/+5 |
* | | Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c' | Hendrik Leppkes | 2016-01-01 | 1 | -11/+6 |
|\| |
|
| * | mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_header | Anton Khirnov | 2015-12-12 | 1 | -11/+6 |
* | | Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c' | Hendrik Leppkes | 2016-01-01 | 2 | -8/+8 |
|\| |
|
| * | mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header | Anton Khirnov | 2015-12-12 | 2 | -7/+10 |
* | | Merge commit '6bf4c1d71199b92894f24db6386ed5070e590a16' | Hendrik Leppkes | 2016-01-01 | 1 | -13/+26 |
|\| |
|
| * | r3d: do not create the audio stream until we know the sample rate | Anton Khirnov | 2015-12-12 | 1 | -12/+25 |
* | | Merge commit '9f1eccb97bf8894cb18b14f642500686505ef186' | Hendrik Leppkes | 2016-01-01 | 1 | -5/+0 |
|\| |
|
| * | ff_parse_specific_params: do not use AVCodecContext.frame_size | Anton Khirnov | 2015-12-12 | 1 | -5/+0 |
* | | Merge commit '1f008f34d5b2b5f6217521747e7acfe3efc0e666' | Hendrik Leppkes | 2016-01-01 | 1 | -2/+5 |
|\| |
|
| * | rmenc: do not use AVCodecContext.frame_size | Anton Khirnov | 2015-12-12 | 1 | -2/+5 |
* | | avformat/mov: support cenc (common encryption) | erankor | 2015-12-31 | 2 | -0/+194 |
* | | avformat/movenc: Use strict_std_compliance from the muxer layer instead of th... | Michael Niedermayer | 2015-12-30 | 1 | -1/+1 |
* | | oggparsedaala: check number of planes in pixel format map | Andreas Cadhalpun | 2015-12-29 | 1 | -0/+6 |
* | | lavf/qtpalette: Treat 1-bit video as palettized | Mats Peterson | 2015-12-29 | 2 | -3/+10 |
* | | lavf/mpegtsenc: add automatic bitstream filtering | Rodger Combs | 2015-12-28 | 1 | -30/+35 |
* | | lavf/matroskaenc: add automatic bitstream filtering | Rodger Combs | 2015-12-28 | 1 | -8/+35 |