98 Commits (a4f27a3f579b0114a58943b5466042ee83ed53b7)

Author SHA1 Message Date
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
Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 13 years ago
Ronald S. Bultje 45b7bd7c53 h264: disallow constrained intra prediction modes for luma. 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Michael Niedermayer 38331d2036 h264: disable checking reader, overreads are not possible 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Mans Rullgard 8babfc033e h264: fix invalid shifts in init_cavlc_level_tab() 13 years ago
Laurent Aimar a4fd95b5d5 h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred. 13 years ago
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 13 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Jason Garrett-Glaser 3b7ebeb4d5 H.264: faster write_back_* 14 years ago
Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
Jason Garrett-Glaser c9c493872c 4:4:4 H.264 decoding support 14 years ago
Oskar Arvidsson fcc0224e4f Add support for higher QP values in h264. 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 301183d9be replace deprecated av_get_pict_type_char() with av_get_picture_type_char() 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Michael Niedermayer e7077f5e7b H264: replace pixel_size by pixel_shift 14 years ago
Oskar Arvidsson d268bed209 Add support for higher QP values in h264. 14 years ago
Oskar Arvidsson dc172ecc6e Add the notion of pixel size in h264 related functions. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago