OSDN Git Service

Fix compilation with TRACE
[coroid/ffmpeg_saccubus.git] / libavcodec /
2008-10-26 Benjamin LarssonFix compilation with TRACE
2008-10-25 Aurelien Jacobsremove useless ifdeffery, tscc won't do anything useful...
2008-10-25 Aurelien Jacobssvq3: remove unused include
2008-10-25 Måns RullgårdUse OBJS variable for all object files
2008-10-25 Måns RullgårdAdd CONFIG_GOLOMB and auto-select when needed
2008-10-25 Måns RullgårdAuto-enable CONFIG_MDCT when needed
2008-10-25 Diego Biurruncosmetics: Change the order of mlp parser objects to...
2008-10-25 Diego BiurrunMove declaration of mlp decoder dependency on mlp parse...
2008-10-24 Måns RullgårdBuild MMX/SSE FFT only if CONFIG_FFT is set
2008-10-24 Måns RullgårdAuto-enable CONFIG_FFT for codecs that need it
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-24 Kenan GilletSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-10-24 Kenan GilletRename acelp_math.[ch] to celp_math.[ch] to prepare...
2008-10-24 David ConradSpeex decoding via libspeex
2008-10-24 Kostya ShishkovChoose RV3/4 DC quantizer correctly
2008-10-24 Baptiste Coudurierdnxhd parser
2008-10-23 Baptiste Coudurieradd state64 field to ParseContext storing last 8 bytes...
2008-10-23 Benoit FouetRevert r15653.
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-20 Reimar DöffingerUse x86_reg type instead of long in float_to_int16...
2008-10-20 Michael NiedermayerUse av_freep() in ff_parse_close().
2008-10-20 Andrew WasonCopy pts for each raw encoded frame.
2008-10-20 Kostya Shishkov34l: free RV3/4 context variables at the end
2008-10-20 Kostya ShishkovRV3 and RV4 decoders set some deblocking coefs for...
2008-10-20 Kostya ShishkovMark some of RV3/4 block types as having separate DC...
2008-10-19 David ConradCosmetics: reindent
2008-10-19 David ConradCombine non-bitexact sections
2008-10-19 David ConradVP3 loop filter is mmx2 not mmx
2008-10-17 David ConradMMX VP3 Loop Filter
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-15 Bartłomiej WołowiecUse of new bitstream in vorbis_enc.c.
2008-10-15 Benoit FouetCosmetics: fix indentation after previous commit.
2008-10-15 Nicolas GeorgeAdd a flag to avoid calling vorbis_analysis_wrote twice...
2008-10-14 Michael NiedermayerInclude zlib.h as it is needed for watermark support,
2008-10-14 Michael NiedermayerExport svq1_packet_checksum() that is needed for svq3...
2008-10-14 Michael NiedermayerAdd variable to hold the svq3 watermarking key,
2008-10-13 Ralf TerdicFix mem leak.
2008-10-13 Carl Eugen HoyosFix 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 Carl Eugen HoyosUse PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
2008-10-12 David ConradRemove unused variables
2008-10-11 Ramiro Pollanellymoserenc: flush PutBitContext after use.
2008-10-11 Måns Rullgårdaac_parser: fix strict aliasing violation
2008-10-09 Baptiste Coudurierget_pixels_sse2, ~+12% performance compared to mmx
2008-10-08 Aurelien Jacobsallows calling avcodec_find_(en|de)coder_by_name with...
2008-10-07 Diego BiurrunAdd a bunch of const qualifiers to function arguments.
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
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 Diego BiurrunRemove obsolete liba52 wrapper code.
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 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-04 Diego PettenòDeclare ff_pw_53 and ff_pw_18 as assembler constants.
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 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 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 Michael NiedermayerMove nal unit types enum and EXTENDED_SAR #define from...
2008-10-02 Aurelien Jacobsatrac3dec: cosmetics: indentation
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-Glaserx264 has removed the b-rdo and bime options, and instea...
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 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 Benoit FouetRename some variables and add some comments to try...
2008-10-02 Carl Eugen HoyosRename copy_picture to ff_copy_picture.
2008-10-01 Carl Eugen HoyosFix memleak for currupt input.
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 Benoit FouetRemove useless context variable.
2008-10-01 Benoit FouetMerge declaration and assignment.
2008-10-01 Siarhei SiamashkaInterleaved forward/backward channels processing in...
next