| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
| * | lavc: Add get_bitsz() | Andreas Cadhalpun | 2016-01-11 | 1 | -7/+0 |
* | | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -1/+1 |
* | | get_bits: add get_bitsz for reading 0-25 bits | Andreas Cadhalpun | 2016-01-03 | 1 | -7/+0 |
* | | Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c' | Hendrik Leppkes | 2016-01-01 | 1 | -11/+8 |
|\| |
|
| * | mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header | Anton Khirnov | 2015-12-12 | 1 | -11/+9 |
* | | mips: rename mipsdspr1 to mipsdsp | Vicente Olivert Riera | 2015-12-04 | 1 | -2/+2 |
* | | avcodec/mp3: fix skipping zeros | wm4 | 2015-09-30 | 1 | -1/+3 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | mpegaudiodec: copy AVFloatDSPContext from first context to all contexts | Andreas Cadhalpun | 2015-06-26 | 1 | -0/+1 |
* | | Merge commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77' | Michael Niedermayer | 2015-06-21 | 1 | -1/+1 |
|\| |
|
| * | mp3: enable packed main_data decoding in MP4 | nu774 | 2015-06-20 | 1 | -7/+0 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -10/+10 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -10/+10 |
* | | avcodec/mpegaudiodec_template: use double to build csa tables | Michael Niedermayer | 2015-04-17 | 1 | -1/+1 |
* | | avcodec/mpegaudiodec_template: only allocate fdsp when its used | Michael Niedermayer | 2014-12-05 | 1 | -0/+2 |
* | | avcodec/mpegaudiodec_float: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-12-03 | 1 | -3/+16 |
* | | avcodec/mpegaudiodec_template: use av_freep(), do not leave stale pointers in... | Michael Niedermayer | 2014-10-19 | 1 | -1/+1 |
* | | Drop remaining unneeded != NULL | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | avcodec/mpegaudiodec: Reset dither and mdct state | Michael Niedermayer | 2014-06-05 | 1 | -0/+2 |
* | | avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behavior | Michael Niedermayer | 2014-05-09 | 1 | -1/+1 |
* | | avcodec/mpegaudiodec_template: decode_frame_mp3on4: conceal errors in decodin... | Michael Niedermayer | 2014-01-14 | 1 | -2/+7 |
* | | avcodec/mpegaudiodec_template/mp3on4: check that all channels have been decod... | Michael Niedermayer | 2014-01-14 | 1 | -0/+4 |
* | | mp3on4: fail when the header check fails | Michael Niedermayer | 2014-01-02 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-12-12 | 1 | -0/+1 |
|\| |
|
| * | mp3adu: Set the channel layout properly | Martin Storsjö | 2013-12-12 | 1 | -0/+1 |
* | | libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOAT | Michael Niedermayer | 2013-12-03 | 1 | -6/+6 |
* | | Merge commit '0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85' | Michael Niedermayer | 2013-11-24 | 1 | -28/+52 |
|/ |
|
* | mpegaudiodec: Consistently handle fixed/float templating | Diego Biurrun | 2013-11-23 | 1 | -0/+1947 |