log

age author description
2010-05-14 alexc aacenc: Use an estimated codebook for the TLS (two loop search). libavcodec
2010-05-14 alexc aacenc: Select the TLS (two-loop search) as the default scalefactor coder. libavcodec
2010-05-14 alexc aacenc: Fix psy logic. libavcodec
2010-05-13 cehoyos Fix compilation of AC3 decoder if E-AC3 decoder was disabled. libavcodec
2010-05-13 rbultje Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec
2010-05-13 rbultje Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec
2010-05-13 mru Add mpegaudiodec_float.o dependency on tables header with hardcoded tables libavcodec
2010-05-13 michael 1.0 and the resulting exactly representable value must be marked as float as well, libavcodec
2010-05-13 michael Cast constants to float to avoid gcc converting to and from libavcodec
2010-05-13 michael Use standard C for implementing sign_extend() and zero_extend(). libavcodec
2010-05-13 rbultje Reindent after r23112. libavcodec
2010-05-13 rbultje Move handling of paletted data to the IFF demuxer. This allows future libavcodec
2010-05-13 rbultje Handle palette underflows, fill remaining space with black (zero) data. libavcodec
2010-05-13 rbultje Move a while(..){..} -> do{..}while(..), slightly faster. libavcodec
2010-05-13 michael Fix compilation with low precission mpeg audio decoding. libavcodec
2010-05-13 michael Fix mpegaudio tablegen. libavcodec
2010-05-13 michael Support writing 2d float arrays. libavcodec
2010-05-12 lorenm change a variable-length array to a malloc. libavcodec
2010-05-12 reimar Set coded_frame to NULL when closing a codec, since it might libavcodec
2010-05-11 michael Do the same sign flip optimization to the low freq decoder. libavcodec
2010-05-11 michael Factorize READ_FLIP_SIGN() optimization out libavcodec
2010-05-11 michael Optimize decoding high freqs. libavcodec
2010-05-11 michael Make lsf_sf_expand() 4 times faster. libavcodec
2010-05-11 michael float based mp1/mp2/mp3 decoders. libavcodec
2010-05-11 alexc Set cur_channel in the AAC encoder context where needed. libavcodec
2010-05-11 michael Remove unused FRAC_RND() macro from mpegaudiodec.c. libavcodec
2010-05-11 ramiro mlpdec: Comment channel_params field in struct SubStream. libavcodec
2010-05-11 ramiro mlpdec: Allocate channel decoding parameters for each substream. Some file libavcodec
2010-05-11 michael Adding missing () to mathops.h. libavcodec
2010-05-10 reimar Replace more "m" constraints with MANGLE to fix compilation issues libavcodec
2010-05-10 rbultje Optimize decodeplane32(). libavcodec
2010-05-10 rbultje Ensure that width and height are > 0. avcodec_open() itself only checks that libavcodec
2010-05-10 benoit Check NAL unit size to avoid reading past the buffer. libavcodec
2010-05-09 stefano Reorder nut specific codec tags and add a comment for marking them as libavcodec
2010-05-09 stefano Add missing nut-specific codec tags for rawvideo pixel formats. libavcodec
2010-05-09 stefano Make the codec tags for the yuvjXXX pixel formats the same as the libavcodec
2010-05-09 stefano Add support to the Y411 codec tag, corresponding to the rawvideo pixel libavcodec
2010-05-09 rbultje Remove "bps" parameter to decodeplane8/32(), it's unused. libavcodec
2010-05-09 mru IFF: decode last 8 pixels per line libavcodec
2010-05-08 rbultje Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec
2010-05-08 reimar Another try for fixing/improving decode_video documentation. libavcodec
2010-05-06 darkshikari Add intra refresh and crf-max support to the libavcodec libx264 wrapper. libavcodec
2010-05-06 alexc 10l: store the result of clipping added in r23035 libavcodec
2010-05-06 alexc Error out when too many bits per frame are requested. libavcodec
2010-05-06 alexc Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense." libavcodec
2010-05-05 conrad schroenc: Set colorspace info libavcodec
2010-05-05 conrad schroenc: Use AV_RB32 libavcodec
2010-05-05 conrad schroenc: Set open-gop libavcodec
2010-05-05 conrad schroenc: Set keyframe interval libavcodec
2010-05-05 conrad schroenc: Use constant quality for constant quality, not noise threshold libavcodec
2010-05-05 conrad schroenc: Don't touch gop_structure by default, it should be left adaptive libavcodec
2010-05-05 cehoyos Align plane size to word-boundary. libavcodec
2010-05-03 rbultje Revert r22974 int->unsigned parts that don't have any meaningful effect. libavcodec
2010-05-03 alexc 10l: The SBR refactor requires the use of 2 independent output X buffers. libavcodec
2010-05-03 mstorsjo amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output libavcodec
2010-05-02 rbultje Another buffer overflow, fixes issue1758. libavcodec
2010-05-02 reimar Clarify how allocation works for the picture argument for libavcodec
2010-05-01 rbultje Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). libavcodec
2010-04-30 alexc Enforce time border monotonicity. libavcodec
2010-04-30 alexc Move the SBR patch count check to prevent overwrites. libavcodec
2010-04-30 alexc Increase size of patch_borders[]. libavcodec
2010-04-30 michael avi bgr24 padding fix. libavcodec
2010-04-30 alexc Reindent libavcodec
2010-04-30 alexc Rewrite ff_sbr_apply in a manner more friendly to PS. libavcodec
2010-04-30 mru ARM: NEON optimised VP6 edge filter libavcodec
2010-04-30 mru VP56: move vp56_edge_filter to new VP56DSPContext libavcodec
2010-04-28 michael Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavcodec
2010-04-26 rbultje Reidnent after r22795. libavcodec
2010-04-26 rbultje Move some branches outside looped code. Should improve the generated asm (and libavcodec
2010-04-26 rbultje Switch some ints to unsigned (they can only have positive values, this allows libavcodec
2010-04-26 cehoyos Make two functions out of #define hackery. libavcodec
2010-04-25 stefano Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 libavcodec
2010-04-23 rbultje Add acelp_filters.o as QCELP decoder object file. libavcodec
2010-04-23 mru Workaround for missing llrintf() libavcodec
2010-04-22 jbr ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodec
2010-04-22 mru ARM: fix build for darwin/iphone libavcodec
2010-04-22 michael Set .supported_samplerates for mpeg audio encoders. libavcodec
2010-04-21 rbultje WMAVoice postfilter. libavcodec
2010-04-21 rbultje Move clipping of audio samples (for those codecs outputting float) from decoder libavcodec
2010-04-21 jai_menon Fix typo. libavcodec
2010-04-21 rbultje Implement QCELP postfilter. libavcodec
2010-04-21 rbultje Make the Sipr16k postfilter function write data into the target/output buffer. libavcodec
2010-04-21 rbultje Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). libavcodec
2010-04-21 rbultje Split the input/output data arguments to ff_adaptive_gain_control(). libavcodec
2010-04-21 conrad theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) libavcodec
2010-04-21 vitor 10l: do not try to unpack DTX frames in AMR-NB decoder libavcodec
2010-04-20 diego Remove explicit filename from Doxygen @file commands. libavcodec
2010-04-20 diego cosmetics: Switch Doxygen comments to JavaDoc style. libavcodec
2010-04-19 darkshikari vertical align in libx264.c libavcodec
2010-04-17 cehoyos Add const to some pointer parameters. libavcodec
2010-04-17 conrad vp3: Use avctx pointer directly libavcodec
2010-04-17 conrad vp3: Read fps and aspect ratio in the decoder libavcodec
2010-04-17 conrad vp3: Don't crop if there's a left/top offset, it's wrong libavcodec
2010-04-17 conrad vp3: DC-only IDCT libavcodec
2010-04-16 conrad vp3: More buffer length checks libavcodec
2010-04-16 conrad vp3: Remove internal debug statement libavcodec
2010-04-15 gb H.264: cosmetics (vertical align). libavcodec
2010-04-15 gb H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). libavcodec
2010-04-15 gb H.264: move avctx->refs init before AVCodecContext.get_format(). libavcodec
2010-04-14 andoma pngdec: Add support for PIX_FMT_Y400A libavcodec
2010-04-14 andoma Add PIX_FMT_Y400A, 8bit gray, 8bit alpha libavcodec
2010-04-13 stefano Factorize code in get_bit_rate(). libavcodec
2010-04-13 diego Add rectangle.h #include for fill_rectangle(). libavcodec
2010-04-13 diego Move static function fill_filter_caches() from h264.h to h264.c. libavcodec
2010-04-13 mru DCA: indent libavcodec
2010-04-13 mru DCA: optimise dca_subsubframe() libavcodec
2010-04-13 gb [VA-API] Fix long-term reference frames addition to the DPB. libavcodec
2010-04-13 mru 10l: fix build on non-NEON ARM libavcodec
2010-04-12 stefano Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, libavcodec
2010-04-12 stefano Fix grammar: a expression -> an expression. libavcodec
2010-04-12 stefano Remove stray empty line. libavcodec
2010-04-12 mru DCA: ARM/NEON optimised lfe_fir libavcodec