| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' | Michael Niedermayer | 2014-10-15 | 1 | -10/+10 |
|\ |
|
| * | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -10/+10 |
* | | h261dec, ituh263dec: Move condition. | Reimar Döffinger | 2014-09-01 | 1 | -5/+5 |
* | | h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too. | Reimar Döffinger | 2014-09-01 | 1 | -2/+2 |
* | | h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop. | Reimar Döffinger | 2014-09-01 | 1 | -4/+5 |
* | | ituh263dec: Optimize new RL_VLC based decoding. | Reimar Döffinger | 2014-08-31 | 1 | -21/+18 |
* | | h261, h263 decoders: convert to RL_VLC. | Reimar Döffinger | 2014-08-31 | 1 | -15/+43 |
* | | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -4/+4 |
|\| |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -4/+4 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
| * | ituh263: reject b-frame with pp_time = 0 | Keiji Costantini | 2014-03-01 | 1 | -0/+2 |
* | | h263: remove unused ff_h263_find_resync_marker() | Michael Niedermayer | 2013-11-30 | 1 | -24/+0 |
* | | Merge commit 'ee8af2dd99dcb7a01a667deedec81d1aa2a00d72' | Michael Niedermayer | 2013-11-29 | 1 | -2/+2 |
|\| |
|
| * | mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 1 | -2/+2 |
* | | avcodec/ituh263dec: Use skip_1stop_8data_bits() | Michael Niedermayer | 2013-10-30 | 1 | -5/+2 |
* | | avcodec/ituh263dec: make while get_bits loop more robust by checking bits left | Michael Niedermayer | 2013-10-30 | 1 | -0/+2 |
* | | Merge commit 'a1c5cc429d99216406170eac7e8352860076d3e8' | Michael Niedermayer | 2013-10-28 | 1 | -1/+0 |
|\| |
|
| * | lavc: don't set AVFrame.pts to random numbers in decoders. | Anton Khirnov | 2013-10-28 | 1 | -1/+0 |
* | | avcodec/ituh263dec: detect and warn about RTP | Michael Niedermayer | 2013-08-24 | 1 | -0/+4 |
* | | avcodec/h263dec: fix aspect of lead h263 EHC | Michael Niedermayer | 2013-08-24 | 1 | -0/+1 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -2/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -4/+0 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -13/+13 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -13/+13 |
* | | 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 '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | | Merge commit 'ca1fe6c0e60808da45d4dfd8728f45e843b9f9b0' | Michael Niedermayer | 2013-02-07 | 1 | -1/+1 |
|\| |
|
| * | h263: remove an unused parameter from ff_h263_decode_init_vlc | Anton Khirnov | 2013-02-06 | 1 | -1/+1 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -3/+3 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | | itu H.263: Fix handling of PB blocks | Michael Niedermayer | 2012-12-10 | 1 | -0/+3 |
* | | ituh263dec: more complete w/h check. | Michael Niedermayer | 2012-11-15 | 1 | -0/+4 |
* | | ff_h263_decode_init_vlc: fix order of operations to avoid failure with 2 threads | Michael Niedermayer | 2012-10-27 | 1 | -3/+2 |
* | | Check for resync marker based on vop coding type- vop_fcode_forward and vop_f... | Anuj Mittal | 2012-10-09 | 1 | -2/+3 |
* | | Check resync marker only when enabled. | Anuj Mittal | 2012-10-09 | 1 | -5/+7 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | ituh263dec: use av_assert | Michael Niedermayer | 2012-07-01 | 1 | -1/+1 |
* | | h.263dec: use av_assert | Michael Niedermayer | 2012-06-22 | 1 | -6/+3 |
* | | Change all uses of restrict to use av_restrict instead. | Ronald S. Bultje | 2012-06-17 | 1 | -1/+1 |
* | | h263: disable loop filter with lowres | Michael Niedermayer | 2012-06-03 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-03 | 1 | -6/+8 |
|\| |
|
| * | ituh263dec: Implement enough of Annex O (scalability) to fix a FPE. | Michael Niedermayer | 2012-05-02 | 1 | -0/+16 |
* | | ituh263dec: Implement enough of Annex O (scalability) to fix a FPE. | Michael Niedermayer | 2012-03-23 | 1 | -0/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -2/+2 |
|\| |
|