| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-25 | 1 | -12/+17 |
|\ |
|
| * | h264_cabac: Mark functions calling decode_cabac_residual_internal as noinline | Diego Biurrun | 2013-08-24 | 1 | -12/+17 |
| * | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | | Merge commit '23e85be58fc64b2e804e68b0034a08a6d257e523' | Michael Niedermayer | 2013-03-21 | 1 | -4/+4 |
|\| |
|
| * | h264: add a parameter to the CHROMA444 macro. | Anton Khirnov | 2013-03-21 | 1 | -3/+3 |
| * | h264: add a parameter to the CHROMA422 macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | | Merge commit '6d2b6f21eb45ffbda1103c772060303648714832' | Michael Niedermayer | 2013-03-21 | 1 | -2/+2 |
|\| |
|
| * | h264: add a parameter to the CABAC macro. | Anton Khirnov | 2013-03-21 | 1 | -2/+2 |
* | | Merge commit '7fa00653a550c0d24b3951c0f9fed6350ecf5ce4' | Michael Niedermayer | 2013-03-21 | 1 | -5/+5 |
|\| |
|
| * | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
| * | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | | Merge commit 'da6be8fcec16a94d8084bda8bb8a0a411a96bcf7' | Michael Niedermayer | 2013-03-21 | 1 | -9/+9 |
|\| |
|
| * | h264: add a parameter to the MB_FIELD macro. | Anton Khirnov | 2013-03-21 | 1 | -7/+7 |
| * | h264: add a parameter to the MB_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -11/+11 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -11/+11 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
| * | h264: Don't store intra pcm samples in h->mb | Ronald S. Bultje | 2013-02-19 | 1 | -1/+2 |
* | | h264: don't store intra pcm samples in h->mb. | Ronald S. Bultje | 2013-02-18 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -54/+49 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -53/+48 |
* | | h264/cabac: check loop index | Michael Niedermayer | 2013-01-31 | 1 | -1/+1 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -8/+28 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -8/+28 |
| * | h264: don't touch H264Context->ref_count[] during MB decoding | Ronald S. Bultje | 2012-10-05 | 1 | -25/+16 |
* | | h264: Check gray scale CBP, fix out of array accesses. | Michael Niedermayer | 2012-11-18 | 1 | -0/+5 |
* | | lavc/h264: don't touch H264Context->ref_count[] during MB decoding. | Ronald S. Bultje | 2012-10-05 | 1 | -21/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -12/+4 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+2 |
| * | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -11/+2 |
* | | h264_cabac: switch to av_assert | Michael Niedermayer | 2012-07-26 | 1 | -8/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -3/+3 |
|\| |
|
| * | h264: use asm cabac reader under a generic condition | Mans Rullgard | 2012-06-23 | 1 | -3/+3 |
| * | h264: new assembly version of get_cabac for x86_64 with PIC | Roland Scheidegger | 2012-04-28 | 1 | -1/+1 |
| * | h264: use one table instead of several for cabac functions | Roland Scheidegger | 2012-04-28 | 1 | -8/+1 |
* | | h264: new assembly version of get_cabac for x86_64 with PIC | Roland Scheidegger | 2012-04-28 | 1 | -1/+1 |
* | | h264: use one table instead of several for cabac functions | Roland Scheidegger | 2012-04-28 | 1 | -8/+1 |
* | | Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)" | Michael Niedermayer | 2012-04-21 | 1 | -1/+1 |
* | | h264: assembly version of get_cabac for x86_64 with PIC (v4) | Roland Scheidegger | 2012-04-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-05 | 1 | -2/+2 |
|\| |
|
| * | h264: Factorize declaration of mb_sizes array. | Diego Biurrun | 2012-04-05 | 1 | -2/+2 |
| * | h264: fix cabac-on-stack after safe cabac reader. | Ronald S. Bultje | 2012-03-28 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -0/+2 |
|\| |
|
| * | h264: prevent overreads in intra PCM decoding. | Ronald S. Bultje | 2012-02-29 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-11 | 1 | -2/+2 |
|\| |
|
| * | h264: disallow constrained intra prediction modes for luma. | Ronald S. Bultje | 2012-02-09 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-14 | 1 | -1/+3 |
|\| |
|
| * | cabac: split cabac.h into declarations and function definitions | Diego Biurrun | 2012-01-12 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-28 | 1 | -1/+1 |
|\| |
|