145 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 797ba4d53b avcodec/h264_cavlc: Drop local_ref_count 10 years ago
Anton Khirnov 7505c8dfba h264_cavlc: constify all uses of H264Context 10 years ago
Anton Khirnov e9b2383bf8 h264: move mb_mbaff into the per-slice context 10 years ago
Anton Khirnov bc98e8c0e0 h264: move mb_field_decoding_flag into the per-slice context 10 years ago
Anton Khirnov f42485dbce h264: use a separate GetBitContext for slice data 10 years ago
Anton Khirnov 404a416d4b h264: remove some remnants of data partitioning 10 years ago
Anton Khirnov d4d9068cdf h264: move mb_{x,y} into the per-slice context 10 years ago
Anton Khirnov 0edbe6faa7 h264: move mb_xy into the per-slice context 10 years ago
Anton Khirnov 47a0d39350 h264: move mb_skip_run into the per-slice context 10 years ago
Anton Khirnov e7226984ac h264: move [{top,left}_]cbp into the per-slice context 10 years ago
Anton Khirnov bf03a878a7 h264: move mb[_{padding,luma_dc}] into the per-slice context 10 years ago
Anton Khirnov b063582e0c h264: move intra_pcm_ptr into the per-slice context 10 years ago
Anton Khirnov 95eb35f305 h264: move the ref lists variables into the per-slice context 10 years ago
Anton Khirnov ed451a08a4 h264: move sub_mb_type into the per-slice context 10 years ago
Anton Khirnov 56febc993b h264: move the slice type variables into the per-slice context 10 years ago
Anton Khirnov e6287f077c h264: move {mv,ref}_cache into the per-slice context 10 years ago
Anton Khirnov f69574cf7a h264: move non_zero_count_cache into the per-slice context 10 years ago
Anton Khirnov 64c81b2cd0 h264: move *_samples_available into the per-slice context 10 years ago
Anton Khirnov 7d8154edd5 h264: move intra4x4_pred_mode[_cache] into the per-slice context 10 years ago
Anton Khirnov 8b00f4df20 h264: move some neighbour information into the per-slice context 10 years ago
Anton Khirnov 4bd5ac200d h264: move {chroma,intra16x16}_pred_mode into the per-slice context 10 years ago
Anton Khirnov 5355ed6b20 h264: move {prev,next}_mb_skipped into the per-slice context 10 years ago
Anton Khirnov d231e84b06 h264: move the quantizers into the per-slice context 10 years ago
Vittorio Giovara d24e9a99a4 h264 does not depend on mpegvideo any more 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Anton Khirnov 074c769de9 h264_cavlc: check the size of the intra PCM data. 11 years ago
Michael Niedermayer 4fb1221e66 h264: reduce whitespace differences to libav 11 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 11 years ago
Michael Niedermayer 826b3a75cd h264_cavlc: fix reading skip run 12 years ago
Michael Niedermayer 10ece44d09 h264_cavlc: fix assertion failure due to reading too long vlc 12 years ago
Anton Khirnov 23e85be58f h264: add a parameter to the CHROMA444 macro. 12 years ago
Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 macro. 12 years ago
Anton Khirnov 6d2b6f21eb h264: add a parameter to the CABAC macro. 12 years ago
Anton Khirnov 7bece9b22f h264: add a parameter to the FRAME_MBAFF macro. 12 years ago
Anton Khirnov da6be8fcec h264: add a parameter to the MB_FIELD macro. 12 years ago
Anton Khirnov 82313eaa34 h264: add a parameter to the MB_MBAFF macro. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Ronald S. Bultje 7ebfb466ae h264: Don't store intra pcm samples in h->mb 12 years ago
Ronald S. Bultje c63f9fb37a h264: don't store intra pcm samples in h->mb. 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje ddd7559ad9 h264: check for invalid zeros_left before writing 12 years ago
Michael Niedermayer 8a03a60b4a h264: Check gray scale CBP, fix out of array accesses. 12 years ago
Mans Rullgard c4cccc8d3f h264: fix invalid pointer arithmetic 12 years ago
Ronald S. Bultje 2e59210edf lavc/h264: don't touch H264Context->ref_count[] during MB decoding. 12 years ago
Ronald S. Bultje f6f7d15041 h264: don't touch H264Context->ref_count[] during MB decoding 12 years ago
Michael Niedermayer 710600077d h264_cavlc: switch forgotten assert to av_assert 12 years ago
Michael Niedermayer 506ffa793f h264_cabac: switch to av_assert 12 years ago
Michael Niedermayer 39f0a45a1a h264_cavlc: check prefix before using it. 13 years ago