74 Commits (7d76294ce006692d341beedada7a5cde017f1697)

Author SHA1 Message Date
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Anton Khirnov c28ed1d743 h264: move [uv]linesize to 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 6490a0c0fb h264_mb: constify all uses of H264Context 10 years ago
Anton Khirnov 51822879e7 h264_mb: constify block_offset 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 e6c90ce94f h264: move loopfilter parameters 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 5f390eef8e h264: move mb_[uv]linesize 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 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 d231e84b06 h264: move the quantizers into the per-slice context 10 years ago
Anton Khirnov 92c6c2a605 h264: split weighted pred-related vars into per-slice context 10 years ago
Diego Biurrun aba70bb538 Add missing headers to make template files compile (more) standalone 11 years ago
Vittorio Giovara 136034d86b h264: Remove MotionEstContext and move the relevant fields to H264Context 11 years ago
Michael Niedermayer 4fb1221e66 h264: reduce whitespace differences to libav 11 years ago
Ronald S. Bultje 62844c3fd6 h264: Integrate clear_blocks calls with IDCT 12 years ago
Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 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 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Martin Storsjö 26ee5ca03d h264: Get rid of unnecessary casts 12 years ago
Ronald S. Bultje 7ebfb466ae h264: Don't store intra pcm samples in h->mb 12 years ago
Ronald S. Bultje 2ed008204d h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil 12 years ago
Ronald S. Bultje 1acd7d594c h264: integrate clear_blocks calls with IDCT. 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
Ronald S. Bultje 7ff1a4b10f Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil. 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer 07abf13da4 h264: avoid a grayscale related if() in hl_decode_mb() 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard 28fff0d974 h264: use templates to avoid excessive inlining 13 years ago