Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-11h264: Copy h264chroma dsp context to slice thread copiesMartin Storsjö
2013-02-08dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-29h264: remove obsolete comment.Anton Khirnov
2013-01-27hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont
2013-01-27vdpau: add missing pixel format for H.264Rémi Denis-Courmont
2013-01-24h264: copy h264qpel dsp context to slice thread copiesJanne Grunau
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-20dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard
2013-01-18h264: avoid pointless copying of ref listsAnton Khirnov
2013-01-16h264: add 3 pixels below for subpixel filter wait positionRonald S. Bultje
2013-01-15h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov
2013-01-14h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje
2013-01-14h264: Fix assignments in if()Michael Niedermayer
2013-01-03h264: check SPS entries directly to detect pixel format changesJanne Grunau
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-18h264: support frame parameter changes during frame-mtJanne Grunau
2012-12-18mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau
2012-12-18h264: prevent decoding of slice NALs in extradataJanne Grunau
2012-12-15h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau
2012-12-14h264: initialize frame-mt context copies properlyJanne Grunau
2012-12-14h264: set parameters from SPS whenever it changesJanne Grunau
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun
2012-12-07h264: add a pointer for weighted prediction temporary bufferJanne Grunau
2012-12-06h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau
2012-12-06h264: slice-mt: get last_pic_dropable from master contextJanne Grunau
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-03h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau
2012-11-29h264: check context state before decoding slice data partitionsJanne Grunau
2012-11-27h264: set Picture.owner2 to the current threadJanne Grunau
2012-11-27h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau
2012-11-27h264: add missing new line to log messageJanne Grunau
2012-11-26h264: enable low delay only if no delayed frames were seenJanne Grunau
2012-11-16h264: Fix parameters to ff_er_add_slice() callJanne Grunau
2012-11-16h264: always check ref_count for validityJanne Grunau
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-29h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička
2012-09-05h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer
2012-08-28h264: Check that the codec isn't null before accessing itMartin Storsjö
2012-08-17h264: vdpau: fix crash with unsupported colorspaceUoti Urpala
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-23h264: refactor NAL decode loopRonald S. Bultje
2012-07-05h264: use templates to avoid excessive inliningMans Rullgard
2012-07-03misc typo and wording fixesDiego Biurrun
2012-06-09h264: allow cropping to AVCodecContext.width/heightMans Rullgard
2012-05-02h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje