- 09 Sep, 2018 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 08 Sep, 2018 22 commits
-
-
John Stebbins authored
Fixes ticket #6897 Signed-off-by: James Almer <jamrial@gmail.com>
-
John Stebbins authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
John Stebbins authored
Since it is performed in all cases now. Signed-off-by: James Almer <jamrial@gmail.com>
-
John Stebbins authored
This allows for validation of the track type Signed-off-by: James Almer <jamrial@gmail.com>
-
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
-
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 6 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>
-