- 12 Jul, 2014 2 commits
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Jul, 2014 23 commits
-
-
Michael Niedermayer authored
Fixes part of Ticket2516 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '6cc1409b': examples/output: Remove unused variable See: 9b211c43Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '11733202': dsputil: Drop unused bit_depth parameter from all init functions Conflicts: libavcodec/dsputil.c libavcodec/dsputil.h libavcodec/ppc/dsputil_ppc.c libavcodec/x86/dsputilenc_mmx.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
doc/examples/output.c:460:9: warning: unused variable ‘i’
-
Diego Biurrun authored
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
Fixes Ticket2441 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'df2aa222': mov: Clarify tkhd flag settings Conflicts: libavformat/movenc.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'f9072969': mov: Do not group tracks if more than one is enabled per type Conflicts: libavformat/movenc.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '458e7c94': hevc: implement pic_output_flag handling Conflicts: libavcodec/hevc.c libavcodec/hevc_refs.c See: 2eddf3a6Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'f43789b7': hevc: set the keyframe flag on output frames See: e2760de6Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '1493b237': hevc: Replace nal type chek with equivalent IS_IRAP macro Conflicts: libavcodec/hevc.c See: e2760de6Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '17e9d52c': hevc_ps: remove a write-only variable Conflicts: libavcodec/hevc_ps.c See: ba70563dMerged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
-
Luca Barbato authored
The specification requires at most 1 track enabled per alternate group.
-
Gildas Cocherel authored
Sample-Id: OPFLAG_B_Qualcomm_1.bit, OPFLAG_C_Qualcomm_1.bit Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mickaël Raulet authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mickaël Raulet authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Michael Niedermayer authored
Fixes null pointer dereference Fixes Ticket2093 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jul, 2014 15 commits
-
-
Michael Niedermayer authored
This fixes cdg with piped input which was broken by the previous commit Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '44386aaa': cdg: Forward error from avio_size() in read_header() function Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nidhi Makhijani authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
James Almer authored
And use the x86util ones instead, which are optimized for mmxext/sse2. About ~1% increase in performance on pre SSSE3 processors. Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
The merge list only needs to be derived up to the merge index. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
When the candidate has been found, no need to derive others. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Christophe Gisquet authored
iterate over memory in a more continuous order Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Yu Xiaolei authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '5adcef9c': mpegts: pass MpegTSContext ptr explicitly See: 86359543: Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Dave Rice authored
Signed-off-by:
Dave Rice <dave@dericed.com>
-
Alexander V. Lukyanov authored
AVFormatContext->priv_data is not always a MpegTSContext, it can be RTSPState when decoding a RTP stream. So it is necessary to pass MpegTSContext pointer explicitly. Within libav, the write_section_data function doesn't actually use the MpegTSContext at all, so this doesn't change anything at the moment (no memory was corrupted before), but it reduces the risk of anybody trying to touch the MpegTSContext via AVFormatContext->priv_data in the future. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Carl Eugen Hoyos authored
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-