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
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-04-16Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs
2008-04-16Revert 12838 to redo it the right way (use svn copy to create newJeff Downs
2008-04-15Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs
2008-04-11Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsvMichael Niedermayer
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-13If consumed does not match nalsize, favor nalsize.Michael Niedermayer
2008-03-13typo fixesDiego Biurrun
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-03-01more aspect ratios added in one of the ammendmentsLoren Merritt
2008-02-20Fix ;;Michael Niedermayer
2008-02-02"swap first two elements of L1 if L0 and L1 are identical" applies after spli...Loren Merritt
2008-02-02fix mbaff diagonal neighbor mvLoren Merritt
2008-02-02mbaff spatial directLoren Merritt
2008-02-01constsMichael Niedermayer
2008-02-01Indention, it seems i have forgotton to commit this.Michael Niedermayer
2008-01-31Fix the following warnings:Andreas Öman
2008-01-29Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs
2008-01-27Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger
2008-01-24Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.Michael Niedermayer
2008-01-24Add #undef printf and disable non-functional code to make test program compile.Diego Biurrun
2008-01-21Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun
2007-12-20Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl
2007-12-16cosmetics: comment typo fixesDiego Biurrun
2007-12-15Make fill_rectangle() available for other decodersKostya Shishkov
2007-12-15Fix brain-dead parts of r11216, specifically:Jeff Downs
2007-12-14Ensure that our total reference frame count does not exceed the SPSJeff Downs
2007-12-14Actually return with an error condition if we're being asked to deal with tooJeff Downs
2007-12-14Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.Jeff Downs
2007-12-13Fix non_zero_count_cache for deblocking in field pictures.Jeff Downs
2007-12-05Verify long_ref_count!=0. Fix issue 281.Panagiotis Issaris
2007-12-05Initialize function pointers used by error resilience code before anyJeff Downs
2007-12-02spellingVitor Sessak
2007-11-23main() --> main(void)Diego Biurrun
2007-11-17Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs
2007-11-10Provide top_field_first logic for h264Reinhard Nissl
2007-11-08Fix deblocking filter for field pictures by properly looking for firstJeff Downs
2007-11-06Fix poc for field pictures. Prior to this, the poc of the second fieldJeff Downs
2007-11-05Correct assignment of interlaced_frame; was being set on output frames,Jeff Downs
2007-10-16Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs
2007-10-15Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek
2007-10-13Simplify tests for field macroblocksJeff Downs
2007-10-12Interlaced pictures (not just MBAFF) + spatial direct mode is notJeff Downs
2007-10-11Set pict->interlaced_frame if returned frame is MBAFF or PAFF.Carl Eugen Hoyos
2007-10-09fix incorrect check for abs_diff_pic_num overflowJeff Downs
2007-10-09reindentAndreas Öman
2007-10-09Enable PAFF decodingCarl Eugen Hoyos
2007-10-08Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs