]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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:
2008-10-02 Diego PettenòIntel C compiler warns on this assignment in this if...
2008-10-02 Diego PettenòRemove duplicate "const" qualifier for *matrix.
2008-10-02 Jason Garrett... x264 has removed the b-rdo and bime options, and instea...
2008-10-02 Ramiro PollaMinGW runtime 3.15 has a wrapper for usleep().
2008-10-02 Ramiro PollaSpecify minimum version for some MinGW packages.
2008-10-02 Reimar DöffingerUse M_PI from libavutil/mathematics.h instead of defini...
2008-10-02 Reimar DöffingerMake 8svx codec context table pointer const to match...
2008-10-02 Diego Biurrunspelling cosmetics
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-10-02 Reimar DöffingerRemove useless cyuv_decode_end function
2008-10-02 Reimar DöffingerAdd (additional) const to many global tables.
2008-10-02 Reimar DöffingerUse "static const" instead of "const static"
2008-10-02 Diego Biurruncosmetics: Change comment style for consistency.
2008-10-02 Diego BiurrunUpdate copyright years.
2008-10-02 Diego BiurrunGlobally set LC_ALL=C to prevent locale issues from...
2008-10-02 Benoit FouetRename some variables and add some comments to try...
2008-10-02 Carl Eugen... Allow using DECLARE_ALIGNED with Sun cc.
2008-10-02 Carl Eugen... Rename copy_picture to ff_copy_picture.
2008-10-01 Carl Eugen... Fix memleak for currupt input.
2008-10-01 Baptiste Couduriercosmetics, remove useless spaces
2008-10-01 David ConradCosmetics: reindent
2008-10-01 David ConradUnneeded else
2008-10-01 David ConradUnneeded braces
2008-10-01 David ConradReturn if unpacking motion vectors for a keyframe
2008-10-01 David ConradCosmetics: indentation
2008-10-01 David ConradVisible width/height fields were added in Theora 3.2
2008-10-01 David Conradfilter_limit_values only needs 7 bits, make its tables...
2008-10-01 Benoit FouetFix indentation.
2008-10-01 Ronald S. BultjeUse parse_packet vfunc in RTPDynamicProtocolHandler...
2008-10-01 Ronald S. BultjeThis patch refactors RDT packet header parsing so that...
2008-10-01 Benoit FouetRemove useless context variable.
2008-10-01 Benoit FouetMerge declaration and assignment.
2008-10-01 Siarhei SiamashkaInterleaved forward/backward channels processing in...
2008-09-30 David ConradCosmetics: indentation
2008-09-30 David ConradMerge (vp3|theora)_calculate_pixel_addresses
2008-09-30 David ConradMissed hunks of last commit
2008-09-30 David ConradRemove unused vp3 debugging info
2008-09-30 Benoit FouetMove iv_decode_frame function to remove a forward decla...
2008-09-30 Benoit FouetRemove useless lines.
2008-09-30 Benoit FouetReindent whole file.
2008-09-30 Ronald S. BultjeReindent after previous patches.
2008-09-30 Ronald S. BultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 Ronald S. BultjeRemove access to rdt_data struct in functions called...
2008-09-30 Ronald S. BultjeSend improper UDP SETUP request, which is what Realmedi...
2008-09-30 Ronald S. BultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-30 Benoit FouetIndent.
2008-09-30 Benoit FouetSimplify iv_free_func().
2008-09-30 Benoit FouetMove allocated buffer out of YUV buffer structure.
2008-09-30 Benoit FouetRemove useless initializations.
2008-09-30 Benoit FouetCheck allocations on init.
2008-09-30 Benoit FouetRemove useless test.
2008-09-30 Benoit FouetCosmetics
next