summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
...
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* h264: remove a pointless if()Anton Khirnov2013-02-15
* h264: simplify calls to ff_er_add_slice().Anton Khirnov2013-02-15
* h264: Copy h264chroma dsp context to slice thread copiesMartin Storsjö2013-02-11
* dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun2013-02-07
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* h264: remove obsolete comment.Anton Khirnov2013-01-29
* hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont2013-01-27
* vdpau: add missing pixel format for H.264Rémi Denis-Courmont2013-01-27
* h264: copy h264qpel dsp context to slice thread copiesJanne Grunau2013-01-24
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-20
* h264: avoid pointless copying of ref listsAnton Khirnov2013-01-18
* h264: add 3 pixels below for subpixel filter wait positionRonald S. Bultje2013-01-15
* h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-14
* h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-14
* h264: Fix assignments in if()Michael Niedermayer2013-01-14
* h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-03
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-23
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* h264: support frame parameter changes during frame-mtJanne Grunau2012-12-18
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-18
* h264: prevent decoding of slice NALs in extradataJanne Grunau2012-12-18
* h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau2012-12-15
* h264: initialize frame-mt context copies properlyJanne Grunau2012-12-13
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-13
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-09
* h264: add a pointer for weighted prediction temporary bufferJanne Grunau2012-12-07
* h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau2012-12-05
* h264: slice-mt: get last_pic_dropable from master contextJanne Grunau2012-12-05
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau2012-12-02
* h264: check context state before decoding slice data partitionsJanne Grunau2012-11-29
* h264: set Picture.owner2 to the current threadJanne Grunau2012-11-27
* h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau2012-11-27
* h264: add missing new line to log messageJanne Grunau2012-11-27
* h264: enable low delay only if no delayed frames were seenJanne Grunau2012-11-26
* h264: Fix parameters to ff_er_add_slice() callJanne Grunau2012-11-16
* h264: always check ref_count for validityJanne Grunau2012-11-16
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička2012-09-29
* h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer2012-09-05
* h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-28
* h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-17
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07