aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer2013-03-131-1/+1
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-121-3/+2
* h264: check that DPB is allocated before accessing it in flush_dpb()Anton Khirnov2013-03-111-2/+3
* h264: remove a useless svq3 conditionAnton Khirnov2013-03-111-5/+2
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-081-1/+1
* lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov2013-03-081-1/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-171/+247
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-0/+1
* h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje2013-03-071-4/+40
* h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö2013-03-071-2/+2
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-061-1/+18
* h264: check for luma and chroma bit dept being equalLuca Barbato2013-03-051-0/+6
* h264: set ref_count to 0 for intra slices.Anton Khirnov2013-03-021-1/+4
* h264: on reference overflow, reset the reference count to 0, not 1.Anton Khirnov2013-03-021-1/+1
* h264: do not copy ref count/ref2frm when updating per-frame contextAnton Khirnov2013-03-021-2/+0
* h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-191-36/+6
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-191-7/+7
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-744/+1054
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-1/+1
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-12/+53
* h264: remove a pointless if()Anton Khirnov2013-02-151-65/+63
* h264: simplify calls to ff_er_add_slice().Anton Khirnov2013-02-151-10/+8
* h264: Copy h264chroma dsp context to slice thread copiesMartin Storsjö2013-02-111-0/+1
* dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun2013-02-071-0/+1
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-0/+3
* h264: remove obsolete comment.Anton Khirnov2013-01-291-1/+0
* hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont2013-01-271-0/+8
* vdpau: add missing pixel format for H.264Rémi Denis-Courmont2013-01-271-0/+1
* h264: copy h264qpel dsp context to slice thread copiesJanne Grunau2013-01-241-0/+1
* dsputil: Separate h264 qpelMans Rullgard2013-01-241-2/+4
* Drop DCTELEM typedefDiego Biurrun2013-01-221-5/+5
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-201-9/+2
* h264: avoid pointless copying of ref listsAnton Khirnov2013-01-181-2/+1
* h264: add 3 pixels below for subpixel filter wait positionRonald S. Bultje2013-01-151-3/+4
* h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-141-1/+3
* h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-141-2/+10
* h264: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-031-14/+19
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-231-1/+1
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-27/+29
* h264: support frame parameter changes during frame-mtJanne Grunau2012-12-181-127/+228
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-181-3/+14
* h264: prevent decoding of slice NALs in extradataJanne Grunau2012-12-181-6/+21
* h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau2012-12-151-0/+1
* h264: initialize frame-mt context copies properlyJanne Grunau2012-12-131-0/+2
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-131-47/+61
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-091-18/+18
* h264: add a pointer for weighted prediction temporary bufferJanne Grunau2012-12-071-13/+13
* h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau2012-12-051-1/+1
* h264: slice-mt: get last_pic_dropable from master contextJanne Grunau2012-12-051-1/+1