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-03-20h264: fix bit depth changes with frame threadingJanne Grunau
2013-03-19h264: allocate hwaccel privdata after the frame bufferHendrik Leppkes
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer
2013-03-12Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun
2013-03-11h264: check that DPB is allocated before accessing it in flush_dpb()Anton Khirnov
2013-03-11h264: remove a useless svq3 conditionAnton Khirnov
2013-03-08Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov
2013-03-08lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun
2013-03-07h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje
2013-03-07h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö
2013-03-06lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje
2013-03-06h264: check for luma and chroma bit dept being equalLuca Barbato
2013-03-02h264: set ref_count to 0 for intra slices.Anton Khirnov
2013-03-02h264: on reference overflow, reset the reference count to 0, not 1.Anton Khirnov
2013-03-02h264: do not copy ref count/ref2frm when updating per-frame contextAnton Khirnov
2013-02-20h264/svq3: Stop using draw_edgesRonald S. Bultje
2013-02-20h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-15h264: remove a pointless if()Anton Khirnov
2013-02-15h264: simplify calls to ff_er_add_slice().Anton Khirnov
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