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
2010-01-19Cosmetic, get rid of &x[0]Michael Niedermayer
2010-01-19Fix compilation with -O0.Michael Niedermayer
2010-01-18Fix 10l segfault with threads.Michael Niedermayer
2010-01-18Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer
2010-01-18Move the qp check to skip the loop filter up.Michael Niedermayer
2010-01-18Split fill_caches() between filter and decoder.Michael Niedermayer
2010-01-17Rearchitecturing the stiched up goose part 1Michael Niedermayer
2010-01-16Consider slice_beta_offet in qp_thresh.Michael Niedermayer
2010-01-16Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer
2010-01-13remove unused variableMichael Niedermayer
2010-01-13Split cabac decoding code out of h264.c.Michael Niedermayer
2010-01-13Split cavlc out of h264.c.Michael Niedermayer
2010-01-13Split motion vector prediction off h264.c/h.Michael Niedermayer
2010-01-13Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer
2010-01-12Split all the reference picture handling off h264.c.Michael Niedermayer
2010-01-12Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer
2010-01-12Split SEI code off h264.c.Michael Niedermayer
2010-01-12Split direct mode (macro)block decoding off h264.c.Michael Niedermayer
2010-01-12Split h264 loop filter off h264.c.Michael Niedermayer
2010-01-12Get rid of #include "svq3.c"Michael Niedermayer
2010-01-11Export fullrange flag and color information for h.264David Conrad
2010-01-09Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar
2010-01-09Always initialize bit_depth_luma and bit_depth_chroma in the H264Laurent Aimar
2010-01-08Log unknown NAL code from correct contextAndreas Öman
2009-12-09End startcode prefix search at the end of a AVC unit.Michael Niedermayer
2009-12-08Reduce warnings about too few consumed bytes to debug level.Michael Niedermayer
2009-11-24Call ff_find_hwaccel() after calling avcodec_set_dimensions().Reimar Döffinger
2009-11-23Use avcodec_set_dimensions()Michael Niedermayer
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-11-13Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow
2009-11-11indentMichael Niedermayer
2009-11-10Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos
2009-11-10Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos
2009-11-10Try to fix has_b_frame calculation for open gop files.Michael Niedermayer
2009-10-06Remove casts that are useless since the argument is void *.Reimar Döffinger
2009-09-23Cosmetics: Fix typo.Carl Eugen Hoyos
2009-09-23Check num_units_in_tick/time_scale to be valid and within the range we support.Michael Niedermayer
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-04H.264: Check the return value of decode_vui_parameters()Alexander Strange
2009-07-03H.264: Don't set data_partitioning for invalid NAL_DPA.Alexander Strange
2009-06-30Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger
2009-06-24Improve wording: s/reseted/resetHaruhiko Yamagata
2009-06-24Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata
2009-06-20Revert r19239: It broke four conformance tests.Carl Eugen Hoyos
2009-06-20Fix H.264 picture reordering.Haruhiko Yamagata
2009-06-17H.264: Fix memory leaks with multithreading.Alexander Strange
2009-06-10Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata
2009-06-03Fix sei_ct_type check so it does not mistreat ct_type= unknown.Michael Niedermayer
2009-06-03Print ct_type and pic_struct.Michael Niedermayer