]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Revert r15653.
[frescor/ffmpeg.git] / libavcodec /
2008-10-23 benoitRevert r15653.
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-20 reimarUse x86_reg type instead of long in float_to_int16...
2008-10-20 michaelUse av_freep() in ff_parse_close().
2008-10-20 benoitCopy pts for each raw encoded frame.
2008-10-20 kostya34l: free RV3/4 context variables at the end
2008-10-20 kostyaRV3 and RV4 decoders set some deblocking coefs for...
2008-10-20 kostyaMark some of RV3/4 block types as having separate DC...
2008-10-19 conradCosmetics: reindent
2008-10-19 conradCombine non-bitexact sections
2008-10-19 conradVP3 loop filter is mmx2 not mmx
2008-10-17 conradMMX VP3 Loop Filter
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-10-15 benoitUse of new bitstream in vorbis_enc.c.
2008-10-15 benoitCosmetics: fix indentation after previous commit.
2008-10-15 benoitAdd a flag to avoid calling vorbis_analysis_wrote twice...
2008-10-14 michaelInclude zlib.h as its needed for watermark support,
2008-10-14 michaelExport svq1_packet_checksum() that is needed for svq3...
2008-10-14 michaelAdd variable to hold the svq3 watermarking key,
2008-10-13 benoitFix mem leak.
2008-10-13 cehoyosFix some icc warnings by using enum PixelFormat instead...
2008-10-13 aurelvp6dec: ensure we don't try to use a buffer with negati...
2008-10-12 cehoyosUse PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
2008-10-12 conradRemove unused variables
2008-10-11 ramironellymoserenc: flush PutBitContext after use.
2008-10-11 mruaac_parser: fix strict aliasing violation
2008-10-09 bcoudurierget_pixels_sse2, ~+12% performance compared to mmx
2008-10-08 aurelallows calling avcodec_find_(en|de)coder_by_name with...
2008-10-07 diegoAdd a bunch of const qualifiers to function arguments.
2008-10-07 romanshreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 romanshcosemtics updates as per Michael's suggestion
2008-10-07 romanshvertically aligning as per Michael's suggestion
2008-10-07 romanshunrolling the loops as per Michael's suggestion
2008-10-07 romanshfixing a bug that prevented proper unweighting table...
2008-10-07 romanshDoxygenizing the comments
2008-10-07 romanshsimplifying the code as per Michael's suggestion
2008-10-07 diegoSync cosmetics from upstream.
2008-10-06 superdumpRename variables to clarify the channel coupling elemen...
2008-10-06 superdumpCorrect documentation of ch_select array.
2008-10-06 superdumpCorrections to channel coupling code to attain conforma...
2008-10-06 diegoRemove obsolete liba52 wrapper code.
2008-10-05 vitorCosmetics: rename mace3_decode_frame() to mace_decode_f...
2008-10-05 vitorAvoid code duplication between mace3_decode_frame(...
2008-10-05 vitorUse a for() instead of triplicating code.
2008-10-05 kostyaRegister RV-[34] block specific feature for long future...
2008-10-05 vitorFactorize duplicate table reading code.
2008-10-04 gpoirierDeclare ff_pw_53 and ff_pw_18 as assembler constants.
2008-10-04 diegoFix 'make checkheaders', based on a patch by Diego...
2008-10-04 conradMove VP3 loop filter to DSPContext
2008-10-04 lu_zeroMark the ff_find_best_tables symbol static to msmpeg4...
2008-10-04 lu_zeroMark ff_div6 and ff_rem6 static inh264.c . Patch by...
2008-10-04 lu_zeroMark list heads static. Patch by Diego Pettenò
2008-10-04 michael100l forgot return type.
2008-10-04 michaelFix indention of NAL type enum.
2008-10-03 michaelff_parse_close() is not the correct function for H264Co...
2008-10-03 michaelMove nal unit types enum and EXTENDED_SAR #define from...
2008-10-02 aurelatrac3dec: cosmetics: indentation
2008-10-02 gpoirierfix warning reported by Intel C compiler:
2008-10-02 gpoirierIntel C compiler warns on this assignment in this if...
2008-10-02 gpoirierRemove duplicate "double" qualifier for *matrix.
2008-10-02 gpoirierx264 has removed the b-rdo and bime options, and instea...
2008-10-02 reimarUse M_PI from libavutil/mathematics.h instead of defini...
2008-10-02 reimarMake 8svx codec context table pointer const to match...
2008-10-02 diegospelling cosmetics
2008-10-02 reimarRemove useless cyuv_decode_end function
2008-10-02 reimarAdd (additional) const to many global tables.
2008-10-02 reimarUse "static const" instead of "const static"
2008-10-02 diegocosmetics: Change comment style for consistency.
2008-10-02 benoitRename some variables and add some comments to try...
2008-10-02 cehoyosRename copy_picture to ff_copy_picture.
2008-10-01 cehoyosFix memleak for currupt input.
2008-10-01 conradCosmetics: reindent
2008-10-01 conradUnneeded else
2008-10-01 conradUnneeded braces
2008-10-01 conradReturn if unpacking motion vectors for a keyframe
2008-10-01 conradCosmetics: indentation
2008-10-01 conradVisible width/height fields were added in Theora 3.2
2008-10-01 conradfilter_limit_values only needs 7 bits, make its tables...
2008-10-01 benoitFix indentation.
2008-10-01 benoitRemove useless context variable.
2008-10-01 benoitMerge declaration and assignment.
2008-10-01 benoitInterleaved forward/backward channels processing in...
2008-09-30 conradCosmetics: indentation
2008-09-30 conradMerge (vp3|theora)_calculate_pixel_addresses
2008-09-30 conradMissed hunks of last commit
2008-09-30 conradRemove unused vp3 debugging info
2008-09-30 benoitMove iv_decode_frame function to remove a forward decla...
2008-09-30 benoitRemove useless lines.
2008-09-30 benoitReindent whole file.
2008-09-30 benoitIndent.
2008-09-30 benoitSimplify iv_free_func().
2008-09-30 benoitMove allocated buffer out of YUV buffer structure.
2008-09-30 benoitRemove useless initializations.
2008-09-30 benoitCheck allocations on init.
2008-09-30 benoitRemove useless test.
2008-09-30 benoitCosmetics
2008-09-30 benoituse uint8_t instead of unsigned char
2008-09-30 benoitCorrector type fits in 8 bits.
2008-09-30 benoitRemove useless casts and use variable instead of its...
2008-09-30 benoitChange table types to uint8_t
next