| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '730c02326094bcfb1fa67f10a7e7b22f03f5a88f' | Clément Bœsch | 2017-04-25 | 1 | -28/+32 |
|\ |
|
| * | binkaudio: switch to the new send/receive API | Anton Khirnov | 2016-12-14 | 1 | -26/+32 |
| * | binkaudio: Convert to the new bitstream reader | Alexandra Hájková | 2016-11-18 | 1 | -29/+30 |
* | | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -4/+5 |
|\| |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -4/+5 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2' | Michael Niedermayer | 2015-02-28 | 1 | -1/+0 |
|\| |
|
| * | lavc: remove unused traces of fmtconvert usage | Anton Khirnov | 2015-02-28 | 1 | -1/+0 |
* | | 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 |
* | | Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' | Michael Niedermayer | 2014-09-04 | 1 | -1/+1 |
|\| |
|
| * | build: Split WMA frequencies into a separate object file | Diego Biurrun | 2014-09-04 | 1 | -1/+1 |
* | | avcodec/binkaudio: clear padding area of packet_buffer | Michael Niedermayer | 2014-01-01 | 1 | -0/+1 |
* | | avcodec/binkaudio: use init_get_bits8() | Paul B Mahol | 2013-10-30 | 1 | -1/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14' | Michael Niedermayer | 2013-08-16 | 1 | -2/+1 |
|\| |
|
| * | avcodec: Replace local extern declarations for tables with header #includes | Diego Biurrun | 2013-08-15 | 1 | -2/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '5cc0bd2cb47cbb1040f2bb0ded8d72a442c79b20' | Michael Niedermayer | 2013-02-13 | 1 | -10/+6 |
|\| |
|
| * | binkaudio: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -10/+6 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-12 | 1 | -0/+3 |
|\| |
|
| * | binkaudio: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+3 |
* | | Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c' | Michael Niedermayer | 2012-09-19 | 1 | -49/+28 |
|\| |
|
| * | binkaudio: remove unneeded GET_BITS_SAFE macro | Justin Ruggles | 2012-09-18 | 1 | -12/+5 |
| * | binkaudio: use float sample format | Justin Ruggles | 2012-09-18 | 1 | -35/+21 |
| * | binkaudio: use a different value for the coefficient scale for the DCT codec | Justin Ruggles | 2012-09-18 | 1 | -4/+4 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -6/+6 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | | binkaudio: prevent extradata overread | Paul B Mahol | 2012-06-09 | 1 | -1/+1 |
* | | binkaudio: check number of channels | Paul B Mahol | 2012-05-31 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -1/+1 |
|\| |
|
| * | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -3/+3 |
|\| |
|
| * | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -13/+21 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -13/+21 |