]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec /
2009-11-24 mruWMA: extend exponent range to 95 master
2009-11-24 kostyaCall avcodec_set_dimensions() instead of simply setting...
2009-11-23 vitorAdd missing include. Fix the following compiler warnings:
2009-11-23 mruWMA: extend exponent table up to 75
2009-11-23 michaelUse avcodec_set_dimensions()
2009-11-23 michaelCorrect order of arguments for avcodec_check_dimensions().
2009-11-23 michaelMake sure avcodec_set_dimensions() is used when rv20...
2009-11-22 vitorMake sorting function used in TwinVQ a shared function
2009-11-22 conradSet colorspace for libtheora encoding
2009-11-22 conradSupport 4:2:2 and 4:4:4 subsampling in libtheora encoding
2009-11-22 conradAdd support for two pass encoding in libtheora
2009-11-22 conradUpdate libtheora wrapper to use the 1.0 API
2009-11-22 kostyaUpdate dimensions in AVCodecContext when RV3/4 frame...
2009-11-21 alexc10l: Fix inverted if-condition from r20448. Fixes issue...
2009-11-21 cehoyosFactorize av_get_bit_rate (for future use outside of...
2009-11-20 michaelAllocate pictures with enough padding for jpeg.
2009-11-20 reimarIn win32 thread implementation do not access jobnr...
2009-11-20 danielAdd codec id for Flash screen codec v2 and hook it...
2009-11-20 ramiroIndent
2009-11-20 kostyaImplement missing case for decoding samples with large...
2009-11-20 kostyacosmetics: break some long lines and insert few spaces
2009-11-20 kostya10l trocadero: ZMBV encoder used zero score to detect...
2009-11-20 bcoudurieravoid integer overflow in dnxhd encoder, fixes #1557
2009-11-19 bcoudurierclarify why the encoder is failing
2009-11-19 stefanoFix name for PIX_FMT_NV21 PixFmtInfo entry.
2009-11-19 reimarDisable image flipping during JPEG decoding if CODEC_FL...
2009-11-19 bcoudurierRevert r20548, it was a dream. It seems faad does not...
2009-11-18 bcoudurierfaad needs CODEC_CAP_DELAY, otherwise you miss last...
2009-11-18 diegoAdd functions to return library license and library...
2009-11-16 rbultjeUse git_bits_left() instead of size_in_bits - get_bits_...
2009-11-16 cehoyosCosmetics: Fix indentation.
2009-11-15 alexcPad the extradata in the AAC ADTS to AudioSpecificConfi...
2009-11-15 vitorImplement ff_decode_pitch_lag() that is used by both...
2009-11-14 thilo.borgmannMerge data tables from als_data.h with the decoder...
2009-11-14 thilo.borgmannAdd long-term prediction to the ALS decoder.
2009-11-14 jbrac3dec: apply dynamic range compression to correct...
2009-11-13 benoitReset rbsp buffer size when freeing its data buffer.
2009-11-12 vitorBump minor version after MPEG-4 Lossless commit
2009-11-12 cehoyosBump minor version after applying ALS decoder.
2009-11-12 alexcMark AOT_ALS as a supported MPEG-4 audio object type.
2009-11-12 alexcCosmetics: Re-indent
2009-11-12 alexcFix a __warn_memset_zero_len gcc-4.4 warning.
2009-11-11 cehoyosAdd MPEG-4 Audio Lossless Coding (ALS) decoder.
2009-11-11 alexcAdd the ability to parse the ALSSpecificConfig from...
2009-11-11 alexcCosmetics: Remove the implied gap before AOT_USAC in...
2009-11-11 alexcAAC: Rename sect_len to sect_end. It marks the last...
2009-11-11 alexcAdd a channels field to MPEG4AudioConfig.
2009-11-11 vitorUse doubles in ff_set_min_dist_lsf(). After this patch...
2009-11-11 alexcAdd Low Delay MPEG Surround to the enum of MPEG-4 Audio...
2009-11-10 jbrAdd CH_LAYOUT_NATIVE channel mask value to allow user...
2009-11-10 michaelindent
2009-11-10 cehoyosCosmetics: Fix indentation after r20505.
2009-11-10 cehoyosAdd .pix_fmts to H264 VDPAU decoder declaration and...
2009-11-10 michaelTry to fix has_b_frame calculation for open gop files.
2009-11-10 vitorFix palette copying in av_picture_copy(). Previous...
2009-11-10 cehoyosAdd VDPAU hardware accelerated decoding for MPEG-4...
2009-11-10 jai_menonHandle JPEG2000 frames stored in the Quicktime container.
2009-11-10 jai_menoncosmetics : fix indentation.
2009-11-10 vitorAvoid variable-length array use in ff_acelp_lspd2lpc()
2009-11-10 michaelAdd a NULL pointer check to avcodec_close() this should...
2009-11-09 rbultjeMake get_bits_left() available for use in libavcodec...
2009-11-09 rbultjeAnd on the sixth day, God gave us the <= operand, which...
2009-11-09 vitorDo not hardcode filter order in ff_acelp_lspd2lpc()
2009-11-09 cehoyosMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-11-08 cehoyosUse enum FrameType as parameter to construct_perm_table().
2009-11-08 michaelRemove unused variable.
2009-11-08 jbrac3dec: revert r20089. The change was just wrong. 10l...
2009-11-07 michaelSimpliy exp*table init, based on patch by reimar.
2009-11-05 reimarAdd ff_init_ff_cos_tabs function and use it in rdft...
2009-11-05 reynaldoCorrect double include introduced by r20450
2009-11-04 vitorReduce stack memory allocation in MP3 decoder
2009-11-04 reynaldoImplement ff_scale_vector_to_given_sum_of_squares()
2009-11-04 reimarPad ff_cos_tabs and ff_sin_tabs so that index n points...
2009-11-03 alexcDon't lock the channel output configuration based on...
2009-11-03 compnadd yuvs fourcc to raw.c and isom.c, fixes samples...
2009-11-03 jbrSimplify AC-3 critical band end calculation (correctly...
2009-11-03 jbrRevert r20050, which caused decoding errors with at...
2009-11-02 michaelAvoid huge array for rgb ljpeg on the stack.
2009-11-02 compnmap VYUY fourcc to rawcodec
2009-11-01 jbrSet sample format in flac_decode_init() rather than in
2009-11-01 jbrSet the sample format for Smacker audio in the decoder...
2009-10-31 vitorImplement AMR gain function that is used by both AMR...
2009-10-29 michaelChange whitespace placement a little to improve readabi...
2009-10-29 michaelMultiple inclusion guards for synth_filter.h.
2009-10-29 cehoyosSupport demuxing teletext in DVB streams.
2009-10-29 michaelVertically align function arguments.
2009-10-29 mruAdd generic rules for building helpers with HOSTCC
2009-10-28 reimarvorbis_dec: factor out duplicated code for index readin...
2009-10-28 reimarChange format string from "x" to PRIx32 to hopefully...
2009-10-28 mruMakefile cosmetics
2009-10-28 mruGenerate mpegaudio tables only when CONFIG_HARDCODED_TA...
2009-10-28 reimarFix out-of-tree builds with --enable-hardcoded-tables
2009-10-28 reimarFix dependency: generated table is needed to create...
2009-10-28 reimarBetter formatting for 2D tables in tableprint code.
2009-10-28 reimar10l, fix incorrect endif comment.
2009-10-28 reimarAdd support for hardcoding the mpegaudiodec tables.
2009-10-28 michaelRemove unused variable j.
2009-10-28 michaelSplit synth filter out of dca.c.
2009-10-28 diegoSplit PAM encoder off into its own file.
2009-10-28 diegoThe the decoders from pnmen.c off into their own file.
next