]> git.sesse.net Git - ffmpeg/history - libavcodec
aacenc: Use exact values when quantizing, not fuzzy values.
[ffmpeg] / libavcodec /
2010-05-14 Alex Converseaacenc: Use exact values when quantizing, not fuzzy...
2010-05-14 Alex Converseaacenc: Use an estimated codebook for the TLS (two...
2010-05-14 Alex Converseaacenc: Select the TLS (two-loop search) as the default...
2010-05-14 Alex Converseaacenc: Fix psy logic.
2010-05-13 Carl Eugen HoyosFix compilation of AC3 decoder if E-AC3 decoder was...
2010-05-13 Sebastian VaterReindent after r23124. Patch by Sebastian Vater <cdgs...
2010-05-13 Sebastian VaterGrayscale support. Patch by Sebastian Vater <cdgs basty...
2010-05-13 Måns RullgårdAdd mpegaudiodec_float.o dependency on tables header...
2010-05-13 Michael Niedermayer1.0 and the resulting exactly representable value must...
2010-05-13 Michael NiedermayerCast constants to float to avoid gcc converting to...
2010-05-13 Michael NiedermayerUse standard C for implementing sign_extend() and zero_...
2010-05-13 Sebastian VaterReindent after r23112.
2010-05-13 Sebastian VaterMove handling of paletted data to the IFF demuxer....
2010-05-13 Sebastian VaterHandle palette underflows, fill remaining space with...
2010-05-13 Sebastian VaterMove a while(..){..} -> do{..}while(..), slightly faster.
2010-05-13 Michael NiedermayerFix compilation with low precission mpeg audio decoding.
2010-05-13 Michael KostylevFix mpegaudio tablegen.
2010-05-13 Michael KostylevSupport writing 2d float arrays.
2010-05-12 Loren Merrittchange a variable-length array to a malloc.
2010-05-12 Reimar DöffingerSet coded_frame to NULL when closing a codec, since...
2010-05-11 Michael NiedermayerDo the same sign flip optimization to the low freq...
2010-05-11 Michael NiedermayerFactorize READ_FLIP_SIGN() optimization out
2010-05-11 Michael NiedermayerOptimize decoding high freqs.
2010-05-11 Michael NiedermayerMake lsf_sf_expand() 4 times faster.
2010-05-11 Michael Niedermayerfloat based mp1/mp2/mp3 decoders.
2010-05-11 Alex ConverseSet cur_channel in the AAC encoder context where needed.
2010-05-11 Michael NiedermayerRemove unused FRAC_RND() macro from mpegaudiodec.c.
2010-05-11 Nick Breretonmlpdec: Comment channel_params field in struct SubStream.
2010-05-11 Nick Breretonmlpdec: Allocate channel decoding parameters for each...
2010-05-11 Michael NiedermayerAdding missing () to mathops.h.
2010-05-10 Reimar DöffingerReplace more "m" constraints with MANGLE to fix compila...
2010-05-10 Sebastian VaterOptimize decodeplane32().
2010-05-10 Sebastian VaterEnsure that width and height are > 0. avcodec_open...
2010-05-10 Thomas DevanneauxCheck NAL unit size to avoid reading past the buffer.
2010-05-09 Stefano SabatiniReorder nut specific codec tags and add a comment for...
2010-05-09 Stefano SabatiniAdd missing nut-specific codec tags for rawvideo pixel...
2010-05-09 Stefano SabatiniMake the codec tags for the yuvjXXX pixel formats the...
2010-05-09 Stefano SabatiniAdd support to the Y411 codec tag, corresponding to...
2010-05-09 Sebastian VaterRemove "bps" parameter to decodeplane8/32(), it's unused.
2010-05-09 Måns RullgårdIFF: decode last 8 pixels per line
2010-05-08 Sebastian VaterOptimize decodeplane8(), patch by Sebastian Vater ...
2010-05-08 Reimar DöffingerAnother try for fixing/improving decode_video documenta...
2010-05-06 Jason Garrett-GlaserAdd intra refresh and crf-max support to the libavcodec...
2010-05-06 Alex Converse10l: store the result of clipping added in r23035
2010-05-06 Alex ConverseError out when too many bits per frame are requested.
2010-05-06 Alex ConverseMake the faac inspired quantizer search make sense...
2010-05-05 David Conradschroenc: Set colorspace info
2010-05-05 David Conradschroenc: Use AV_RB32
2010-05-05 David Conradschroenc: Set open-gop
2010-05-05 David Conradschroenc: Set keyframe interval
2010-05-05 David Conradschroenc: Use constant quality for constant quality...
2010-05-05 David Conradschroenc: Don't touch gop_structure by default, it...
2010-05-05 Sebastian VaterAlign plane size to word-boundary.
2010-05-03 Ronald S. BultjeRevert r22974 int->unsigned parts that don't have any...
2010-05-03 Alex Converse10l: The SBR refactor requires the use of 2 independent...
2010-05-03 Martin Storsjöamrnbdec: Apply AMR_SAMPLE_SCALE when finishing the...
2010-05-02 Ronald S. BultjeAnother buffer overflow, fixes issue1758.
2010-05-02 Reimar DöffingerClarify how allocation works for the picture argument for
2010-05-01 Ronald S. BultjeFix buffer overrun (or, well, actually a typo, 80 shoul...
2010-04-30 Alex ConverseEnforce time border monotonicity.
2010-04-30 Alex ConverseMove the SBR patch count check to prevent overwrites.
2010-04-30 Alex ConverseIncrease size of patch_borders[].
2010-04-30 Michael Niedermayeravi bgr24 padding fix.
2010-04-30 Alex ConverseReindent
2010-04-30 Alex ConverseRewrite ff_sbr_apply in a manner more friendly to PS.
2010-04-30 Måns RullgårdARM: NEON optimised VP6 edge filter
2010-04-30 Måns RullgårdVP56: move vp56_edge_filter to new VP56DSPContext
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-26 Sebastian VaterReidnent after r22795.
2010-04-26 Sebastian VaterMove some branches outside looped code. Should improve...
2010-04-26 Sebastian VaterSwitch some ints to unsigned (they can only have positi...
2010-04-26 Sebastian VaterMake two functions out of #define hackery.
2010-04-25 Stefano SabatiniMake avcodec_check_dimensions() return AVERROR(EINVAL...
2010-04-23 Ronald S. BultjeAdd acelp_filters.o as QCELP decoder object file.
2010-04-23 Måns RullgårdWorkaround for missing llrintf()
2010-04-22 Justin Rugglesac3dec: return smaller of buf_size and frame_size inste...
2010-04-22 Måns RullgårdARM: fix build for darwin/iphone
2010-04-22 Michael NiedermayerSet .supported_samplerates for mpeg audio encoders.
2010-04-21 Ronald S. BultjeWMAVoice postfilter.
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-21 Jai MenonFix typo.
2010-04-21 Ronald S. BultjeImplement QCELP postfilter.
2010-04-21 Ronald S. BultjeMake the Sipr16k postfilter function write data into...
2010-04-21 Ronald S. BultjeSplit input/output data arguments to ff_acelp_apply_ord...
2010-04-21 Ronald S. BultjeSplit the input/output data arguments to ff_adaptive_ga...
2010-04-21 David Conradtheora: coeff huffman codes are allowed to be up to...
2010-04-21 Vitor Sessak10l: do not try to unpack DTX frames in AMR-NB decoder
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-20 Diego Biurruncosmetics: Switch Doxygen comments to JavaDoc style.
2010-04-19 Jason Garrett-Glaservertical align in libx264.c
2010-04-17 Michael KaufmannAdd const to some pointer parameters.
2010-04-17 David Conradvp3: Use avctx pointer directly
2010-04-17 David Conradvp3: Read fps and aspect ratio in the decoder
2010-04-17 David Conradvp3: Don't crop if there's a left/top offset, it's...
2010-04-17 David Conradvp3: DC-only IDCT
2010-04-16 David Conradvp3: More buffer length checks
2010-04-16 David Conradvp3: Remove internal debug statement
2010-04-15 Gwenole BeauchesneH.264: cosmetics (vertical align).
2010-04-15 Gwenole BeauchesneH.264: move avctx->{profile,level} init before AVCodecC...
2010-04-15 Gwenole BeauchesneH.264: move avctx->refs init before AVCodecContext...
next