]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-10-13 Carl Eugen... Fix some icc warnings by using enum PixelFormat instead...
2008-10-13 Aurelien Jacobsvp6dec: ensure we don't try to use a buffer with negati...
2008-10-12 Måns RullgårdEnable FAST_UNALIGNED on ARM variants that support it
2008-10-12 Måns RullgårdEnable FAST_UNALIGNED on PPC
2008-10-12 Måns RullgårdRevert "Replace sed trickery in the gcc dependency...
2008-10-12 Måns Rullgårdconfigure: simplify PPC dcbzl check
2008-10-12 Stefano SabatiniAdd preset options documentation strings.
2008-10-12 Carl Eugen... Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
2008-10-12 Carl Eugen... Don't include byteswap.h anymore.
2008-10-12 David ConradRemove unused variables
2008-10-12 Diego BiurrunReplace sed trickery in the gcc dependency generation...
2008-10-12 Stefano SabatiniFix inconsistent indent.
2008-10-12 Diego BiurrunRevert the merger of LC_ALL declaration and export.
2008-10-12 Stefano SabatiniCheck requirement for libx264 version in configure...
2008-10-12 Stefano SabatiniImplement CPP condition check support in configure.
2008-10-11 Ramiro Pollanellymoserenc: flush PutBitContext after use.
2008-10-11 Måns Rullgårdaac_parser: fix strict aliasing violation
2008-10-10 Ramiro PollaOnly special-case absolute DOS paths on systems that...
2008-10-09 Stefano SabatiniMake configure --help return 0.
2008-10-09 Stefano SabatiniDocument libavfilter filters options in configure -h.
2008-10-09 Baptiste Coudurierget_pixels_sse2, ~+12% performance compared to mmx
2008-10-09 Michael NiedermayerLimit discontinuity handling to containers that allow...
2008-10-09 Diego PettenòMark some symbols in swscale.c as constant.
2008-10-09 Diego PettenòMark dither_2x2_{8,4} static to swscale.c
2008-10-09 Diego PettenòMark variation-specific interleaveBytes static.
2008-10-09 Diego PettenòInvert logic for the single-pass in swScale() functions.
2008-10-09 Carl Eugen... Change variable types from int to enum PixelFormat.
2008-10-08 Michael NiedermayerMake gcc 2.95 happy.
2008-10-08 Vitor SessakDo not set src[1] to the palette, it is now in the...
2008-10-08 Vitor SessakAdd a new unscaled PAL8 -> RGB converter.
2008-10-08 Aurelien Jacobscosmetics: indentation
2008-10-08 Aurelien Jacobslookup AVCodec by name
2008-10-08 Aurelien Jacobsallows calling avcodec_find_(en|de)coder_by_name with...
2008-10-08 Aurelien JacobsChange one more variable type from int to enum PixelFormat.
2008-10-07 Diego BiurrunAdd a bunch of const qualifiers to function arguments.
2008-10-07 Carl Eugen... Change variable types from int to enum PixelFormat.
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 Roman Shaposhniksimplifying code as per Michael's suggestion
2008-10-07 Roman Shaposhnikcosmetic updates as per Michael's suggestion
2008-10-07 Roman Shaposhnikvertically aligning as per Michael's suggestion
2008-10-07 Roman Shaposhnikunrolling the loops as per Michael's suggestion
2008-10-07 Roman Shaposhnikfixing a bug that prevented proper unweighting table...
2008-10-07 Roman ShaposhnikDoxygenizing the comments
2008-10-07 Roman Shaposhniksimplifying the code as per Michael's suggestion
2008-10-07 Diego BiurrunSync cosmetics from upstream.
2008-10-06 Alex ConverseRename variables to clarify the channel coupling elemen...
2008-10-06 Alex ConverseCorrect documentation of ch_select array.
2008-10-06 Alex ConverseCorrections to channel coupling code to attain conforma...
2008-10-06 Robert SwainSynchronise presets with recent subme/brdo/bidir_refine...
2008-10-06 Diego BiurrunRemove obsolete liba52 wrapper code.
2008-10-05 Stefano SabatiniMake less verbose a sentence in the preset system docum...
2008-10-05 Luca Barbatogcc-apple specific fallback not necessary anymore ...
2008-10-05 Vitor SessakCosmetics: rename mace3_decode_frame() to mace_decode_f...
2008-10-05 Vitor SessakAvoid code duplication between mace3_decode_frame(...
2008-10-05 Stefano SabatiniRemove unused and invalid code from ffmpeg.c.
2008-10-05 Diego BiurrunUse HAVE_FAST_64BIT instead of nonstandard __WORDSIZE...
2008-10-05 Vitor SessakUse a for() instead of triplicating code.
2008-10-05 Kostya ShishkovRegister RV-[34] block specific feature for long future...
2008-10-05 Vitor SessakFactorize duplicate table reading code.
2008-10-05 Stefano SabatiniDocument the preset files system.
2008-10-04 Baptiste Coudurier10l, fix amrwb sample rate
2008-10-04 Aurelien Jacobsmatroskaenc: correct muxing of ASS packets
2008-10-04 Aurelien Jacobsmatroskaenc: use correct EBML ID for block duration
2008-10-04 Aurelien Jacobsmatroskaenc: pass the packet size directly as parameter...
2008-10-04 Aurelien Jacobsmatroskaenc: remove useless mkv_block_size() function
2008-10-04 Michael NiedermayerFavor even chunk sizes in ambiguous cases.
2008-10-04 Michael NiedermayerFactorize stream id parsing.
2008-10-04 Reimar DöffingerMake size variables in dyn_buf_write unsigned so gcc...
2008-10-04 Carl Eugen... Remove b5Dither, g5Dither and r5Dither from libswscale.
2008-10-04 Diego BiurrunMerge variable declaration and export.
2008-10-04 Diego PettenòDeclare ff_pw_53 and ff_pw_18 as assembler constants.
2008-10-04 Carl Eugen... Remove g6Dither from libswscale.
2008-10-04 Diego BiurrunFix 'make checkheaders', based on a patch by Diego...
2008-10-04 David ConradMove VP3 loop filter to DSPContext
2008-10-04 Diego BiurrunRemove MPlayer-specific MP_WORDSIZE hack.
2008-10-04 Diego PettenòMark the ff_find_best_tables symbol static to msmpeg4...
2008-10-04 Diego PettenòMark ff_div6 and ff_rem6 static in h264.c. Patch by...
2008-10-04 Diego PettenòMark list heads static. Patch by Diego Pettenò
2008-10-04 Diego PettenòMark print_all_lib_versions() static in cmdutils.c...
2008-10-04 Diego PettenòMark ffplay internal variables static. Patch by Diego...
2008-10-04 Ronald S. BultjeReindent after r15544.
2008-10-04 Ronald S. BultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-04 Ronald S. BultjeMake RTPDemuxContext opaque in rtsp.c, renaming it...
2008-10-04 Ronald S. BultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 Ronald S. BultjeChange function prototype of RTPDynamicPayloadHandler...
2008-10-04 Ronald S. BultjeRename RTP payload contexts to PayloadContext, suggeste...
2008-10-04 Michael Niedermayer100l forgot return type.
2008-10-04 Michael NiedermayerFix indention of NAL type enum.
2008-10-03 Michael Niedermayerff_parse_close() is not the correct function for H264Co...
2008-10-03 Baptiste Coudurierset sample rate for amr to allow stream copy since...
2008-10-03 Diego BiurrunFFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz...
2008-10-03 Michael NiedermayerMove nal unit types enum and EXTENDED_SAR #define from...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-10-03 Diego PettenòStop Sun Studio from issuing a warning during configure...
2008-10-03 Diego PettenòMake sure strcasecmp() is declared.
2008-10-02 Aurelien Jacobsatrac3dec: cosmetics: indentation
2008-10-02 Aurelien Jacobsmatroskadec: cosmetics: indentation
2008-10-02 Aurelien Jacobsmatroskadec: don't merge packets which have no timestamp
2008-10-02 Diego PettenòUse __typeof__ instead of GCC-specific typeof keyword.
2008-10-02 Diego Pettenòfix warning reported by Intel C compiler:
next