]> git.sesse.net Git - ffmpeg/history - libavcodec
Rename PACK4x8() to PACK4UINT8().
[ffmpeg] / libavcodec /
2010-06-22 Ronald S. BultjeRename PACK4x8() to PACK4UINT8().
2010-06-22 Alex ConverseMove Parametric Stereo related ps* files to aacps*.
2010-06-22 David ConradNative VP8 decoder.
2010-06-22 Ronald S. BultjeChange a / 256 into a >> 8.
2010-06-22 Ronald S. BultjeReindent after r23716.
2010-06-22 David ConradAdd intra prediction functions for VP8.
2010-06-22 Ronald S. BultjeAdd a macro to pack 4 bytes into native byte-order...
2010-06-22 David ConradMake "topright" argument to pred4x4() const.
2010-06-22 Alex ConverseCosmetics whitespace.
2010-06-22 Peter RossIFF PBM decoder: Add a pad byte if image width is odd...
2010-06-22 Martin StorsjöBump micro version, add changelog entry for DTS-ES...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: Cosmetic cleanup
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: add code to...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: update and add...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move original...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move subband_sam...
2010-06-22 Martin Storsjölibvorbis: Only drop 1-byte packets at end of stream
2010-06-21 Reimar Döffingermathematics.h no longer needs config.h, so update table...
2010-06-21 Alex Converseaacdec: cosmetics: (more) whitespace
2010-06-21 Alex Converseaacdec: cosmetics: whitespace
2010-06-21 Alex Converseaacdec: Factorize if (elem_type < TYPE_DSE).
2010-06-21 Alex Converseaacdec: Handle the first frame being empty case.
2010-06-20 Alex Converseaacsbr: Make dk signed. There is no point in it being...
2010-06-20 Alex Conversepsdec: IPD/OPD reset is no longer needed by the context...
2010-06-20 Alex Conversepsdec: Simplify filter addressing by incrementing the...
2010-06-20 Nick BreretonFix typo in macro name.
2010-06-20 Alex Conversepsdec: Replace a division with a shift.
2010-06-20 Alex ConverseRename PS bitstream reading functions to have a read_...
2010-06-20 Alex ConverseCosmetics: whitespace.
2010-06-20 Alex ConverseUse memcpy() where appropriate in PS stereo processing...
2010-06-20 Alex ConverseAllow PS envelope fixup when ps->num_env_old <= 1.
2010-06-20 Alex Converse10l: aacsbr: Fix f_master[2] calculation when k2diff...
2010-06-20 Alex ConverseDocument the PS_BASELINE define.
2010-06-20 Alex ConverseRemove iid_mode from the PS context.
2010-06-20 Vitor SessakFix breakage in compilation with --disable-mpegaudio...
2010-06-20 Måns RullgårdRemove libfaad wrapper
2010-06-19 Alex Conversepsdec: Factorize iid/icc/ipd/opd parameter bitstream...
2010-06-19 Alex ConverseAdd HE-AAC v2 support to the AAC decoder.
2010-06-19 Vitor SessakFactorize the mpegaudio windowing code in a function...
2010-06-18 Laurent AimarMPEG-2 DXVA2 implementation
2010-06-16 Martin Storsjölibvorbis: Use memmove instead of memcpy for shifting...
2010-06-16 Janne Grunaudvbsub: parse display definition segment
2010-06-15 Baptiste CoudurierFix svq3 watermark log uncompress on 64bit, probably...
2010-06-15 Baptiste CoudurierSupport gray16be and rgb48be in mov
2010-06-14 Martin Storsjönellymoserdec: Increase the log level of messages when...
2010-06-14 Martin StorsjöReindent
2010-06-14 Martin Storsjönellymoserdec: Simplify calculation of numbers of blocks
2010-06-14 Martin StorsjöReindent
2010-06-14 Martin Storsjönellymoserdec: Allow using unusual input block sizes
2010-06-11 Vitor SessakRemove filename from doxy comment
2010-06-11 Vitor SessakRemove useless include. Should fix compilation in MacOS X.
2010-06-11 Maxim PoliakovskiMove indeo5-specific quant table selection to decode_go...
2010-06-11 Vitor SessakInclude float.h to provide FLT_MAX define. Should fix...
2010-06-11 Francesco LavraRealAudio 14.4k encoder.
2010-06-11 Maxim PoliakovskiMove transform declarations out of IVIBandDesc so indeo...
2010-06-11 Francesco LavraSplit do_output_subblock() into common code and decoder...
2010-06-11 Francesco LavraCosmetics: indent
2010-06-11 Francesco LavraAdd ff_ prefix to non-static functions
2010-06-11 Francesco LavraSplit ra144.c in common code (to be shared with the...
2010-06-10 Maxim PoliakovskiQuant changes only once per MB so move the correspondin...
2010-06-10 Justin RugglesSet bits_per_raw_sample in the pcm decoder.
2010-06-10 Maxim PoliakovskiRemove unused parameter.
2010-06-10 Tomas Härdinavcodec.h: Clarify AVCodecContext::pix_fmt documentatio...
2010-06-10 Benoit FouetCosmetics: alignment and long line break.
2010-06-10 Benoit FouetCosmetics: use and place braces correctly in if .....
2010-06-10 Benoit FouetSanitize av_realloc() use in h264 mp4toannexb bistream...
2010-06-09 Luca AbeniImprove the mp4toannexb BSF to convert the extradata.
2010-06-08 Reimar DöffingerFix vp3_draw_horiz_band to calculate chroma offsets...
2010-06-08 Peter RossPictor/PC Paint decoder
2010-06-08 Peter RossAdd ff_ega_palette
2010-06-08 Maxim PoliakovskiPrepare Indeo4 (step 1): upscale indeo5 base tables...
2010-06-08 Martin Storsjölibvpx: Set the libvpx frame dropping threshold to...
2010-06-08 James Zernlibvpx: Don't use the VPX_KF_FIXED mode
2010-06-08 Alex ConverseCosmetics: Fold constants and re-indent after last...
2010-06-08 Alex ConverseBase downsampled SBR synthesis filterbank on a single...
2010-06-07 Alex Converse10l: Fix types and now unused variables after last...
2010-06-07 Alex ConverseRewrite the SBR decoder QMF analysis filter on top...
2010-06-07 James ZernUse new macro AV_BASE64_SIZE.
2010-06-07 Vitor SessakOptimize 1D DCT transform used in MP{1,2,3}. Makes...
2010-06-06 Reimar Döffinger10l, there is no aac.c any more, so no need for a depen...
2010-06-06 Stefano SabatiniAdd support to B4BY and R4BY NUT codec tags added in...
2010-06-06 Stefano SabatiniFix width computation for nv12/nv21 in ff_get_plane_byt...
2010-06-06 Reimar Döffingeraacdec also depends on cbrt_tables.h for hardcoded...
2010-06-06 Michael Niedermayerbgr/rgb444 for nut
2010-06-06 Michael Niedermayerfix rgb444 support in avi.
2010-06-05 Rodney BakerImprove grammar and readability
2010-06-05 Alex ConverseCleanup apply_window_and_mdct().
2010-06-05 Alex ConverseWhitespace cosmetics
2010-06-05 Alex Converseaac: Move an initialization macro used only by the...
2010-06-05 Alex ConverseRename aac.c to aacdec.c.
2010-06-05 Alex Converseaacdec: Rename avccontext to avctx.
2010-06-05 Stefano SabatiniMove eval.c and eval.h from libavcodec to libavutil...
2010-06-04 Baptiste CoudurierMore mov rawvideo fourcc supported by the rawvideo...
2010-06-04 James ZernAdd WebM muxer
2010-06-04 David Conradlibvorbis: Disable strict bitrate management when not...
2010-06-04 David Conradlibvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in...
2010-06-04 David Conradlibvorbis: Hook up min/max bitrate
2010-06-04 David ConradAdd bitexact versions of put_no_rnd_pixels8 _x2 and...
2010-06-04 Howard ChuUse AV_BASE64_SIZE() macro
2010-06-03 Frank BarchardRaise default vorbis encoding quality.
next