]> git.sesse.net Git - ffmpeg/history - libavcodec
h264: drop redundant initialization in init()
[ffmpeg] / libavcodec /
2015-04-05 Anton Khirnovh264: drop redundant initialization in init()
2015-04-05 Anton Khirnovh264: initialize cur_chroma_format_idc
2015-04-05 Anton Khirnovh264: use the correct SPS during PPS parsing
2015-04-03 Anton Khirnovh264: disable ER by default
2015-04-03 Anton Khirnovhevc: make sure no dangling pointers remain around...
2015-04-03 Anton Khirnovhevc: do not change the VPS if its contents are the...
2015-04-03 Anton Khirnovhevc: export stream parameters from extradata
2015-04-03 Anton Khirnovhevc: split out setting AVCodecContext parameters
2015-03-30 Diego Biurrunbuild: Split JPEG-related tables off into a separate...
2015-03-30 Diego Biurrunmjpeg: Use a more precise type for put_marker()
2015-03-30 Diego Biurrunmjpeg: Move code only used in the encoder(s) to the...
2015-03-30 Himangi Saraogitiff: Return more meaningful error codes
2015-03-30 Diego Biurrunindeo: Give Indeo4/5 shared code a more consistent...
2015-03-30 Diego Biurrunqsv: Skip header compilation depending on what parts...
2015-03-29 Hendrik Leppkeslavc: add libdcadec decoder
2015-03-29 Hendrik Leppkeslavc: add profile define for DTS Express
2015-03-29 wm4lavc: add MMAL hardware decoder wrapper
2015-03-27 Anton Khirnovlavc: add Intel libmfx-based H.264 encoder
2015-03-27 Anton Khirnovqsvdec: add 'decode' to the non-static function names
2015-03-27 Anton Khirnovqsvdec: split off some code that will be shared with...
2015-03-27 Anton Khirnovqsv: rename to qsvdec
2015-03-23 Hendrik Leppkesvaapi_h264: fix slice data offset
2015-03-23 Hendrik Leppkesdxva2_h264: fix slice offset in long slice structs
2015-03-23 Michael Niedermayerlavc: Prefer x264 over openh264 if both libraries are...
2015-03-21 Anton Khirnovh264: move [uv]linesize to the per-slice context
2015-03-21 Anton Khirnovh264_cabac: remove now unnecessary H264Context function...
2015-03-21 Anton Khirnovh264: use a smaller struct for the ref lists
2015-03-21 Anton Khirnovh264_mb: remove an unused function parameter
2015-03-21 Anton Khirnovh264: drop some mpegvideo remnants from draw_horiz_band()
2015-03-21 Anton Khirnovh264: drop the now unused per-slice H264Contexts
2015-03-21 Anton Khirnovh264: use the main H264Context as the parent for all...
2015-03-21 Anton Khirnovh264_slice: constify all the uses of H264Context during...
2015-03-21 Anton Khirnovh264: move rbsp_buffer into the per-slice context
2015-03-21 Anton Khirnovh264: move remaining ER stuff into the per-slice context
2015-03-21 Anton Khirnoverror_resilience: do not require mbintra/skip tables
2015-03-21 Anton Khirnovh264: move top_borders into the per-slice context
2015-03-21 Anton Khirnovh264: move the scratch buffers into the per-slice context
2015-03-21 Anton Khirnovh264_loopfilter: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_cavlc: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_cabac: constify all uses of H264Context
2015-03-21 Anton Khirnovh264.c: constify all uses of H264Context in slice and...
2015-03-21 Anton Khirnovh264: move mb_mbaff into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_field_decoding_flag into the per-slice...
2015-03-21 Anton Khirnovh264_mb: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_mb: constify block_offset
2015-03-21 Anton Khirnovh264_mvpred: constify all uses of H264Context
2015-03-21 Anton Khirnovh264.h: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_direct: constify all uses of H264Context
2015-03-21 Anton Khirnovh264: use a separate GetBitContext for slice data
2015-03-21 Anton Khirnovh264: do not abuse the context as a temporary storage...
2015-03-21 Anton Khirnovh264: remove some remnants of data partitioning
2015-03-21 Anton Khirnovh264: move resync_mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_xy into the per-slice context
2015-03-21 Anton Khirnovh264: move is_complex into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_skip_run into the per-slice context
2015-03-21 Anton Khirnovh264: move redundant_pic_count into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac_init_idc into the per-slice context
2015-03-21 Anton Khirnovh264: move loopfilter parameters into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_table into the per-slice context
2015-03-21 Anton Khirnovh264: move last_qscale_diff into the per-slice context
2015-03-21 Anton Khirnovh264: move [{top,left}_]cbp into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac[_state] into the per-slice context
2015-03-21 Anton Khirnovh264: move mb[_{padding,luma_dc}] into the per-slice...
2015-03-21 Anton Khirnovh264: move intra_pcm_ptr into the per-slice context
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move map_col_to_list0[_field] into the per-slice...
2015-03-21 Anton Khirnovh264: move dist_scale_factor[_field] into the per-slice...
2015-03-21 Anton Khirnovh264: move col_{parity,fieldoff} into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_spatial_mv_pred into the per-slice...
2015-03-21 Anton Khirnovh264: move sub_mb_type into the per-slice context
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: move mb_[uv]linesize into the per-slice context
2015-03-21 Anton Khirnovh264: move neighbor_transform_size into the per-slice...
2015-03-21 Anton Khirnovh264: move {mv,ref}_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move non_zero_count_cache into the per-slice...
2015-03-21 Anton Khirnovh264: move *_samples_available into the per-slice context
2015-03-21 Anton Khirnovh264: move intra4x4_pred_mode[_cache] into the per...
2015-03-21 Anton Khirnovh264: move some neighbour information into the per...
2015-03-21 Anton Khirnovh264: move {chroma,intra16x16}_pred_mode into the per...
2015-03-21 Anton Khirnovh264: move {prev,next}_mb_skipped into the per-slice...
2015-03-21 Anton Khirnovh264: move qp_thresh into the per-slice context
2015-03-21 Anton Khirnovh264: move the quantizers into the per-slice context
2015-03-21 Anton Khirnovh264: do not copy qscale when updating per-thread contexts
2015-03-21 Anton Khirnovh264: split weighted pred-related vars into per-slice...
2015-03-21 Anton Khirnovh264_ps: properly check cropping parameters against...
2015-03-21 Anton Khirnovhevc: zero the correct variables on invalid crop parameters
2015-03-21 Anton Khirnovhevc: make the crop sizes unsigned
2015-03-19 Andreas Cadhalpunwebp: ensure that each transform is only used once
2015-03-17 Martin StorsjöReplace a few leftover instances of enum PixelFormat...
2015-03-17 Vittorio Giovaraaacsbr: Fix type for index variable
2015-03-17 Vittorio Giovarahqx: Drop unused offsets table
2015-03-17 Carl Eugen Hoyoslibx264: Allow full-range yuv422 and yuv444 pixel formats
2015-03-17 Niels Möllerdca: Read params->pancABIT0[param_index] only if part0...
2015-03-17 Luca Barbatox86: Put COPY3_IF_LT under HAVE_6REGS
2015-03-15 Niels Möllerdca: Support for XLL (lossless extension)
2015-03-13 Diego Biurrundca: Mark syncword constants unsigned; they do not...
2015-03-13 Vittorio GiovaraTDSC decoder
next