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-13Merge commit 'a4472ac01e86f9fae5adb9034f2777b86a9c5480'Michael Niedermayer
2013-03-13Merge commit '555000c7d5c1e13043a948ebc48d2939b0ba6536'Michael Niedermayer
2013-03-13Merge commit 'f08fefc4d099f2a1f2e3a6db3d340537e601f762'Michael Niedermayer
2013-03-12Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer
2013-03-12Merge commit 'ddcca4ba074aa537c3059c76d69eb4ad6316bfe9'Michael Niedermayer
2013-03-12avcodec: fix motion vector vissualizationMichael Niedermayer
2013-03-12Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun
2013-03-12h264/mpegvideo: fix ff_print_debug_info2 argumentsMichael Niedermayer
2013-03-12h264: fix null pointer dereference and assertion failureMichael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
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-08Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51'Michael Niedermayer
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-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-07Merge commit '5da51284937649a8ebb84fa951c235438fcbf8ae'Michael Niedermayer
2013-03-07Merge commit 'c10da30d8426a1f681d99a780b6e311f7fb4e5c5'Michael Niedermayer
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-03h264: put call to ff_print_debug_info2 under CONFIG_MPEGVIDEO.Ronald S. Bultje
2013-03-03h264: make it possible to compile without error_resilience.Ronald S. Bultje
2013-03-03h264: add a copy of draw_horiz_band.Ronald S. Bultje
2013-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-02Merge commit '668e16a0dd1ff56d4beeff5c658d8a2a08dbfac8'Michael Niedermayer
2013-03-02Merge commit 'e671d3ad6cd7fe1d02e9b35b889a25d8c059fce9'Michael Niedermayer
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-23h264: Silence warning: comparison of distinct pointer types lacks a castMichael Niedermayer
2013-02-22h264: ensure that get_format() is called when changing format but not otherwise.Michael Niedermayer
2013-02-21h264: move next/last picture init to decode_slice_headerMichael Niedermayer
2013-02-20h264: Fix handling of changing reference counts between slicesMichael Niedermayer
2013-02-20h264: call alloc_scratch_buffers() only once linesize is knownMichael Niedermayer
2013-02-20Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0'Michael Niedermayer
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-19h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje
2013-02-19h264: put visualization and debug support backMichael Niedermayer
2013-02-19split out ff_hwaccel_pixfmt_list_420[] over individual codecs.Ronald S. Bultje
2013-02-18h264/svq3: stop using draw_edges.Ronald S. Bultje
2013-02-18h264: don't store intra pcm samples in h->mb.Ronald S. Bultje
2013-02-18h264: don't initialize missing pictures when using VDPAU.Carl Eugen Hoyos
2013-02-18h264: avoid calling get_format() multiple timesMichael Niedermayer
2013-02-17h264: don't initialize missing pictures when using a hwaccelHendrik Leppkes
2013-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer