- 09 Mar, 2014 16 commits
-
-
Michael Niedermayer authored
* commit '6cc94e97': hevc: use av_mallocz() for allocating tab_ipm See: 0999f161Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '920c01ad': hevc: Use get_bits_long() in decode_vui() See: b818637bMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes use of uninitialized memory and out of stack array read. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
-
Michael Niedermayer authored
* qatar/master: float_dsp: fix errors in documentation Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'c708b540': timer: use mach_absolute_time as high resolution clock on darwin Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '634d9d8b': arm: get_cabac inline asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'dfe224f3': aarch64: get_cabac inline asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '4506a854': arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declaration Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fix assertion failure. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
-
Michael Niedermayer authored
* cus/stable: libzvbi-teletextdec: split dvb packet to slices libzvbi-teletextdec: use av_dlog where possible Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: build: Use pkg-config for openjpeg Conflicts: configure Not merged / merge just for metadata at request of carl Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '565e0c6d': movenc: allow override of "writing application" tag Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '0092c1dd': matroskaenc: allow override of "writing application" tag Conflicts: libavformat/matroskaenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '61985ad7': arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6 Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '8c095326': rv10: K&R formatting cosmetics Conflicts: libavcodec/rv10.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Mar, 2014 24 commits
-
-
Michael Niedermayer authored
* commit 'b4d372e0': rv10: Forward error from rv10_decode_packet Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Janne Grunau authored
-
Janne Grunau authored
Not guaranteed to be in nanosecond resolution. On iOS 7 the duration of one tick is 125/3 ns which is still more than an order of magnitude better then microseconds. Replace decicycles with the neutral UNITS. Decicycles is strange but tenths of a nanosecond and unspecific "deci"-ticks for mach_absolute_time is just silly.
-
Janne Grunau authored
Based on the aarch64 asm. CPU cycle counts on cortex-a9 compared to gcc 4.8.2: before: 475 decicycles in get_cabac_noinline, 67106035 runs, 2829 skips after: 393 decicycles in get_cabac_noinline, 67106474 runs, 2390 skips Overall speedup is above 2%. Code generated by clang 3.4 is slower on the same hardware and the relative change is a little larger.
-
Janne Grunau authored
Based on the x86 branchless get_cabac asm. get_cabac_noinline() gets approximately 20% faster (no cycle counts available) compared to clang from Xcode 5.1 beta5. More than 6% faster overall. A part of the overall speedup might be explained by additional inlining of get_cabac().
-
Janne Grunau authored
Was missed in aeaf268e when integrating clear_blocks into the idct.
-
Michael Niedermayer authored
* commit 'a8014534': g2meet: K&R formatting cosmetics Conflicts: libavcodec/g2meet.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Marton Balint authored
Instead of using the demux function of libzvbi to split the packet to slices (vbi lines), lets do it ourselves. - eliminates the 1 frame delay between page input and output - handles non-ascending line numbers more gracefully - enables us to return error codes on some invalid packets instead of silently ignoring them Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by: Marton Balint <cus@passwd.hu>
-
Pierre Lejeune authored
Bug-Id: 387 CC: libav-stable@libav.org
-
John Stebbins authored
Signed-off-by: Tim Walker <tdskywalker@gmail.com> CC: libav-stable@libav.org
-
John Stebbins authored
Signed-off-by: Tim Walker <tdskywalker@gmail.com> CC: libav-stable@libav.org
-
Janne Grunau authored
The overread avoidance fix in cbddee1c broke the computation for the last row since it prevented the safe reading from the height+1-th row. CC: libav-stable@libav.org
-
Keiji Costantini authored
Also sort #includes into canonical order. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Keiji Costantini authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Michael Niedermayer authored
* cigaes/master: lavf/concatdec: reindent after last commit. lavf/concatdec: more reliable test for absolute URLs. lavf: add subfile protocol. lavfi/af_atempo: clear references before returning error. lavd/xv: take aspect ratio into account. lavc/pthread: copy packet side data. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Don Moir authored
-
Carl Eugen Hoyos authored
Fixes ticket #3447.
-
Nicolas George authored
-
Nicolas George authored
ff_make_absolute_url() recognizes the "://" pattern usual in HTTP-like protocols, but consider relative URLs starting with just the protocol name or using the comma syntax for options.
-
Nicolas George authored
-
Nicolas George authored
Once the frame has been given to ff_filter_frame(), it can no longer be used, even on error. Fix trac ticket #3430.
-
Nicolas George authored
-