| Commit message (Expand) | Author | Age | Files | Lines |
* | aacdec: detect faac and skip correct amount of startup samples | Michael Niedermayer | 2012-09-28 | 1 | -0/+28 |
* | avcodec: Add missing include to version.h | jamal | 2012-09-28 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-28 | 8 | -71/+75 |
|\ |
|
| * | libopus: Remap channels using libopus' internal remapping. | Nathan Caldwell | 2012-09-28 | 1 | -25/+12 |
| * | Opus decoder using libopus | Nicolas George | 2012-09-28 | 4 | -1/+205 |
| * | avcodec: document the use of AVCodecContext.delay for audio decoding | Nathan Caldwell | 2012-09-28 | 1 | -7/+10 |
| * | vc1dec: add flush function for WMV9 and VC-1 decoders | Kostya Shishkov | 2012-09-28 | 1 | -0/+2 |
| * | h264_refs: Fix debug tprintf argument types | Diego Biurrun | 2012-09-27 | 1 | -2/+2 |
| * | golomb: const correctness for get_ue()/get_se() function arguments | Diego Biurrun | 2012-09-27 | 1 | -2/+6 |
| * | get_bits: const correctness for get_bits_trace()/get_xbits_trace() arguments | Diego Biurrun | 2012-09-27 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-28 | 8 | -67/+5 |
|\| |
|
| * | dwt: Drop unused functions spatial_compose{53|97}i() | Diego Biurrun | 2012-09-27 | 1 | -18/+0 |
| * | avcodec: Drop long-deprecated imgconvert.h header | Diego Biurrun | 2012-09-27 | 4 | -47/+0 |
| * | Add Opus codec id and codec description. | Andrew D'Addesio | 2012-09-27 | 3 | -1/+9 |
* | | mp3dec: ask for 8khz switch point mp3s | Michael Niedermayer | 2012-09-28 | 1 | -0/+2 |
* | | mp3dec: Fix possibly exploitable crash | Michael Niedermayer | 2012-09-28 | 1 | -1/+1 |
* | | mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhd | Michael Niedermayer | 2012-09-27 | 1 | -1/+1 |
* | | dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction() | Michael Niedermayer | 2012-09-27 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-27 | 1 | -1/+1 |
|\| |
|
| * | truemotion2: Request samples for old TM2 headers | Diego Biurrun | 2012-09-26 | 1 | -1/+1 |
* | | Revert "arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4" | Michael Niedermayer | 2012-09-26 | 1 | -26/+36 |
* | | ffv1dec: support decoding older 1.3 bitstream variant | Michael Niedermayer | 2012-09-26 | 1 | -1/+1 |
* | | ffv1:update copyright year | Michael Niedermayer | 2012-09-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-26 | 3 | -4/+8 |
|\| |
|
| * | xsub: feed init_get_bits the whole buffer | Alexandre Colucci | 2012-09-25 | 1 | -4/+7 |
| * | libfdk-aac: Allow setting VBR modes via a private option | Martin Storsjö | 2012-09-25 | 1 | -2/+4 |
| * | libfdk-aac: Warn the user that the VBR modes are unsupported | Martin Storsjö | 2012-09-25 | 1 | -0/+3 |
| * | Revert "cbrt_tablegen: Include libm.h" | Derek Buitenhuis | 2012-09-25 | 1 | -1/+0 |
* | | diracyasm: fix win64 | Michael Niedermayer | 2012-09-26 | 1 | -2/+2 |
* | | libx264: fix open GOP | Michael Niedermayer | 2012-09-26 | 1 | -1/+1 |
* | | mlpdec: supress layout mismatch warnings for 2 ch upmixed mono | Michael Niedermayer | 2012-09-25 | 1 | -0/+2 |
* | | mlpdec: discard a 2nd substream if the stream is mono | Michael Niedermayer | 2012-09-25 | 1 | -0/+4 |
* | | mlp_parser: dont override existing channel geometry. | Michael Niedermayer | 2012-09-25 | 1 | -0/+2 |
* | | arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4 | bruce-wu | 2012-09-25 | 1 | -36/+26 |
* | | dnxhdenc: fix speed regression | Michael Niedermayer | 2012-09-25 | 1 | -0/+2 |
* | | mpegvideo: factorize ff_dct_encode_init() | Michael Niedermayer | 2012-09-25 | 3 | -12/+19 |
* | | dnxhdenc: remove redundant call to ff_dsputil_init() | Michael Niedermayer | 2012-09-25 | 1 | -1/+0 |
* | | avcodec_alloc_frame: dont zero the whole struct twice | Michael Niedermayer | 2012-09-25 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-25 | 3 | -15/+26 |
|\| |
|
| * | pthread: make sure AVFrame.extended_data is set properly. | Anton Khirnov | 2012-09-25 | 1 | -0/+4 |
| * | libfdk-aac: reindent after last commit | Nathan Caldwell | 2012-09-25 | 1 | -15/+15 |
| * | libfdk-aac: Limit to supported sample rates. | Nathan Caldwell | 2012-09-25 | 1 | -0/+6 |
| * | cbrt_tablegen: Include libm.h | Derek Buitenhuis | 2012-09-24 | 1 | -0/+1 |
* | | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' | Michael Niedermayer | 2012-09-25 | 4 | -19/+69 |
|\| |
|
| * | libx264: change default to closed gop to match x264cli | John Van Sickle | 2012-09-24 | 1 | -0/+1 |
| * | Use avcodec_free_frame() to free AVFrames. | Anton Khirnov | 2012-09-24 | 1 | -4/+4 |
| * | lavc: add avcodec_free_frame(). | Anton Khirnov | 2012-09-24 | 3 | -2/+29 |
| * | lavc: ensure extended_data is set properly on decoding | Anton Khirnov | 2012-09-24 | 1 | -0/+14 |
| * | lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults() | Anton Khirnov | 2012-09-24 | 1 | -0/+4 |
| * | lavc: use av_mallocz to allocate AVFrames. | Anton Khirnov | 2012-09-24 | 1 | -1/+1 |