| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -7/+7 |
|\ |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -7/+7 |
* | | avcodec/wmalosslessdec: use sizeof() instead of a literal number | Michael Niedermayer | 2015-02-19 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN() | Michael Niedermayer | 2015-02-18 | 1 | -1/+1 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
| * | wmalosslessdec: fix mclms_coeffs* array size | Michael Niedermayer | 2014-08-05 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: simplify | zhaoxiu.zeng | 2015-02-13 | 1 | -12/+4 |
* | | avcodec/wmalosslessdec: optimize sign operation | zhaoxiu.zeng | 2015-02-13 | 1 | -26/+8 |
* | | avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_t | zhaoxiu.zeng | 2015-02-13 | 1 | -2/+2 |
* | | wmalossless: reset lms_update | Christophe Gisquet | 2015-02-07 | 1 | -12/+14 |
* | | avcodec/wmalosslessdec: support 24bit lossless | Michael Niedermayer | 2014-11-22 | 1 | -3/+2 |
* | | libavcodec/wmalosslessdec: add missing emms | Michael Niedermayer | 2014-06-23 | 1 | -0/+1 |
* | | wma lossless: reuse scalarproduct_and_madd_int16 | Christophe Gisquet | 2014-06-06 | 1 | -30/+30 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -6/+10 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -6/+10 |
* | | avcodec/wmalosslessdec: fix mclms_coeffs* array size | Michael Niedermayer | 2014-02-07 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: use sizeof() instead of literal number | Michael Niedermayer | 2014-02-07 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: shrink output on error so no uninitialized data is re... | Michael Niedermayer | 2014-01-11 | 1 | -0/+3 |
* | | avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() fa... | Michael Niedermayer | 2014-01-11 | 1 | -0/+1 |
* | | avcodec/wmalosslessdec: Pass on error code from decode_tilehdr() | Michael Niedermayer | 2014-01-11 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: completely initialize contains_subframe | Michael Niedermayer | 2013-12-16 | 1 | -3/+3 |
* | | avcodec/wmalosslessdec: fix data flushing at the end | Michael Niedermayer | 2013-10-25 | 1 | -0/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec/wmalosslessdec: check block_align | Michael Niedermayer | 2013-10-02 | 1 | -0/+5 |
* | | avcodec/wmalosslessdec: Fix return code for invalid buffer sizes | Michael Niedermayer | 2013-09-25 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-12 | 1 | -11/+24 |
|\| |
|
| * | wmall: use AVFrame API properly | Hendrik Leppkes | 2013-08-11 | 1 | -12/+25 |
* | | wmalosslessdec: do not set avctx->coded_frame | Paul B Mahol | 2013-07-10 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-14 | 1 | -2/+2 |
|\| |
|
| * | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -5/+6 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -5/+6 |
* | | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -2/+0 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -2/+3 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | wmalosslessdec: make arrays indexed by ch large enough for maximum number of ... | Michael Niedermayer | 2013-01-10 | 1 | -11/+11 |
* | | Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a' | Michael Niedermayer | 2012-12-24 | 1 | -1/+1 |
|\| |
|
| * | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 1 | -1/+1 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+1 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+1 |
* | | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714' | Michael Niedermayer | 2012-10-23 | 1 | -2/+2 |
|\| |
|
| * | Improve wording and spelling of av_log_missing_feature messages. | Diego Biurrun | 2012-10-23 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-15 | 1 | -8/+9 |
|\| |
|
| * | wmalossless: output in planar sample format | Justin Ruggles | 2012-10-14 | 1 | -8/+9 |
* | | wmalosslessdec: remove unused variable | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | | Merge commit 'd9a2e87b1ce44cce23801e7ec6810f8bf994fa23' | Michael Niedermayer | 2012-09-30 | 1 | -2/+2 |
|\| |
|