- 08 Sep, 2018 9 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 07 Sep, 2018 6 commits
-
-
Paul B Mahol authored
-
Zhao Zhili authored
These conditions are checked again in is_extra(). This patch makes no functional changes. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Zhao Zhili authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Shiyou Yin authored
Constraint "g" means compiler can store variable in memory or register. When we use constraint "g" for a variable and this variable was operated by instruction which only support register operands may lead "invalid operands" error. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Thomas Mundt authored
Regression since 9c01cdb9Signed-off-by: Thomas Mundt <tmundt75@gmail.com>
-
Paul B Mahol authored
-
- 06 Sep, 2018 4 commits
-
-
James Almer authored
Fixes ticket #7324 Signed-off-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
Fixes #7263.
-
Paul B Mahol authored
-
Steven Liu authored
fix ticket 7382
-
- 05 Sep, 2018 12 commits
-
-
Marton Balint authored
It refers to the uncompressed quantization, therefore is not correct for AAC. Also change mxf_set_pts to work based on current edit unit if bits_per_coded_sample is not available. Fixes error messages in the sample of ticket #7366. Signed-off-by: Marton Balint <cus@passwd.hu>
-
Shiyou Yin authored
Simplify the usage of intermediate variable addr and remove unused variable all64 in following functions: 1. ff_put_pixels_clamped_mmi 2. ff_put_signed_pixels_clamped_mmi 3. ff_add_pixels_clamped_mmi This optimization speed up mpeg4 decode about 2% on loongson platform(tested with 3A3000). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Gyan Doshi authored
At present, left and right keys are hardcoded to seek by 10 seconds.
-
Steven Liu authored
fix ticket id: #7369 #7382. use ((wallclock - availability_start_time) * timescale -presentation_timeoffset) / duration Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
if there have min_buffer_time in playlist, use the min_buffer_time value for realtime. Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
fix ticket: 7393 indent option name to segment Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-
- 04 Sep, 2018 2 commits
-
-
Shiyou Yin authored
Simplify the usage of intermediate variable addr in following functions: 1. ff_put_pixels4_8_mmi 2. ff_put_pixels8_8_mmi 3. ff_put_pixels16_8_mmi 4. ff_avg_pixels16_8_mmi. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Shiyou Yin authored
Failed case: mss2-wmv In following functions, pmullh was used to multiply two 16-bit data, this will cause data overflow. 1. ff_vc1_inv_trans_8x8_dc_mmi 2. ff_vc1_inv_trans_8x8_mmi 3. ff_vc1_inv_trans_8x4_mmi 4. ff_vc1_inv_trans_4x8_mmi 5. ff_vc1_inv_trans_4x4_mmi Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Sep, 2018 2 commits
-
-
Marton Balint authored
Fixes a compile error and re-adds pkt_size as a url?option as well. Signed-off-by: Marton Balint <cus@passwd.hu>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 02 Sep, 2018 5 commits
-
-
James Almer authored
* commit 'e1e3a122': libopenh264: Add support for decoding of b-frames Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c011beda': avconv: make sure packets put into the muxing FIFO are refcounted This commit is a noop, see 33580a86Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c1bcd321': avcodec/qsv: fix async support Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f25117a4': libsrt: Pass the correct pointer for the passphrase Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b9302677': libfdk-aac: Use enum names instead of literal numbers for the output format Merged-by: James Almer <jamrial@gmail.com>
-