]> git.sesse.net Git - ffmpeg/history - libavcodec
Use enum CodecID where appropriate.
[ffmpeg] / libavcodec /
2010-01-10 Peter RossDeluxe Paint Animation decoder
2010-01-10 Michael NiedermayerDoxy for ff_match_2uint16().
2010-01-10 Michael NiedermayerFix implicit declaration warning.
2010-01-09 Michael NiedermayerAdd a function to match a 2 element vector of uint16_t...
2010-01-09 Michael NiedermayerMake inter_level/run global again, msmpeg4 uses them.
2010-01-09 Michael NiedermayerMake some tables static again, i mistakely thought...
2010-01-09 Laurent AimarExport get_slice_type() as ff_h264_get_slice_type().
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2010-01-09 Laurent AimarAlways initialize bit_depth_luma and bit_depth_chroma...
2010-01-09 Peter Rossupdate my email address
2010-01-08 Michael NiedermayerMove 3 direct MV related functions that i left out...
2010-01-08 Thilo BorgmannChange local variable type from unsigned int to int...
2010-01-08 Michael NiedermayerMove AVCodecs from h263dec.c to msmpeg4.c and disentang...
2010-01-08 Michael NiedermayerUse h263 tables in msmpeg4v1 dont duplicate them halfway.
2010-01-08 Daniel VerkampRelease cyuv/aura decoder buffer
2010-01-08 Måns RullgårdAAC: add a const to decode_spectrum_and_dequant() args
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-08 Michael NiedermayerRename mpeg4 intra vlc tables so they contain "mpeg4...
2010-01-08 Michael NiedermayerRename DCtab_*, its a global variable and it helps...
2010-01-08 Jai MenonSnow : re-indent after r21093.
2010-01-08 Jai MenonSnow : remove pointless 'if(1)'.
2010-01-08 Michael NiedermayerRemove useless line.
2010-01-08 Michael NiedermayerFix indention.
2010-01-08 Andreas ÖmanLog unknown NAL code from correct context
2010-01-08 Jai MenonSnow : use non-NULL context for av_log.
2010-01-08 Jai MenonCosmetics : remove duplicated comment.
2010-01-08 Diego BiurrunExplain why the level variable is magically inceased...
2010-01-08 Alex Conversefft-test: whitespace cosmetics
2010-01-08 Jai MenonSnow : release buffers allocated using avctx->get_buffer.
2010-01-08 Jai MenonSet bits_per_coded_sample in the raw video encoder.
2010-01-08 Michael NiedermayerAdd a few CONFIG_MPEG4_DECODER that should be there.
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c
2010-01-07 Thilo BorgmannAdd multi-channel correlation support for ALS.
2010-01-07 Carl Eugen HoyosFix red/blue swap for 4xa files.
2010-01-07 Thilo BorgmannOptimize short-term prediction by reducing index arithm...
2010-01-07 Michael NiedermayerAdd some const qualifiers.
2010-01-07 Michael NiedermayerDocument decide_ac_pred() and restore_ac_coeffs().
2010-01-07 Michael NiedermayerMove restore_ac_coeffs() call into decode_ac_pred().
2010-01-07 Michael NiedermayerMove restore_ac_coeffs() up so its declared before...
2010-01-07 Michael NiedermayerMore doxy
2010-01-07 Michael NiedermayerDocument ff_h263_show_pict_info().
2010-01-07 Michael NiedermayerFactorize if() surrounding every ff_h263_show_pict_info...
2010-01-07 Michael Niedermayer2 more if(CONFIG_*_DECODER)
2010-01-07 Michael NiedermayerSplit out intel H263 decoder.
2010-01-07 Michael Niedermayerflv.h should ideally be included in flvdec.c
2010-01-07 Michael NiedermayerMove forgotton "AVCodec flv_encoder" over to flvenc.c.
2010-01-07 Michael NiedermayerSplit flv decoding out.
2010-01-07 Michael NiedermayerSplit out flv encoding.
2010-01-07 Michael NiedermayerDocument aspect_to_info().
2010-01-07 Michael NiedermayerCleanup aspect_to_info().
2010-01-07 Michael NiedermayerDocument several more things.
2010-01-07 Michael NiedermayerDocument *VLC_BITS.
2010-01-07 Michael NiedermayerSimplify h263_get_picture_format().
2010-01-07 Michael NiedermayerMark h263_get_picture_format() av_const to indicate...
2010-01-07 Michael NiedermayerDocument h263_get_picture_format().
2010-01-06 Carl Eugen Hoyos100l: Fix compilation after r21037.
2010-01-06 Michael NiedermayerStop the approximation in bessel() once it does no...
2010-01-06 Daniel VerkampHandle more ADPCM codecs in av_get_bits_per_sample().
2010-01-05 Francesco LavraUse correct context for av_log(), should prevent a...
2010-01-05 Diego BiurrunAdd a few explanatory comments to cornercase workarounds.
2010-01-05 Thilo BorgmannReplace array operator [] with direct access via pointer.
2010-01-05 Carl Eugen HoyosCosmetics: Fix indentation and comment after r21027.
2010-01-05 Carl Eugen HoyosSupport decoding raw 2bpp in mov, fixes issue 1528.
2010-01-05 Carl Eugen HoyosImprove readability of 4bpp raw decoder and prepare...
2010-01-04 Vitor SessakReindent after last commit
2010-01-04 Vitor SessakAdd missing "static" qualifier
2010-01-04 avcoderThe H.263 wrong_run table is only for encoding; only...
2010-01-04 Gwenole BeauchesneVAAPI: fix WMV3 decoding of videos with an odd number...
2010-01-04 Gwenole BeauchesneFix XvMC. XvMCCreateBlocks() may not allocate 16-byte...
2010-01-03 Stefano SabatiniDocument avcodec_pix_fmt_to_codec_tag().
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2010-01-02 Reimar DöffingerReduce number of ASM constraints for ff_lpc_compute_aut...
2010-01-02 Vitor SessakSmall ELBG optimization: use last pixel as a initial...
2010-01-01 Michael NiedermayerAdjust threshold for xvid packed b frame detection.
2010-01-01 Michael NiedermayerIt appears s->bitstream_buffer_size has to be 0 at...
2010-01-01 Stefano SabatiniRemove residual use of the doxygen markup which is...
2009-12-31 Diego BiurrunRemove unused function msmpeg4_memsetw().
2009-12-31 Carl Eugen HoyosFix colourspace for 16 bit raw video in mov, fixes...
2009-12-30 Carl Eugen HoyosSupport raw black&white in mov, fixes issue 1654.
2009-12-30 Diego Biurruncosmetics: Move MPEG-4 encoding functions around to...
2009-12-30 Diego Biurrun10l: Move ff_mpeg4_pred_dc() to an appropriate place.
2009-12-30 Diego Biurruncosmetics: Move MPEG-4 decoding functions around to...
2009-12-30 Diego Biurruncosmetics: Move H.263-related functions around to avoid...
2009-12-30 Diego Biurruncosmetics: Reorder functions to avoid forward declarations.
2009-12-30 Diego BiurrunRemove unnecessary forward declaration for msmpeg4_mems...
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_ANY_H263 preprocessor defin...
2009-12-30 Diego BiurrunAdd required header #includes for mpegvideo.h and config.h.
2009-12-30 Diego BiurrunEliminate CONFIG_ANY_H263_DECODER preprocessor definition.
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_WMV_DECODER definition.
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_WMV2 definition.
2009-12-30 Diego BiurrunSimplify CONFIG_ANY_H263_DECODER preprocessor definition:
2009-12-29 Diego BiurrunRemove unused definitions: CONFIG_MSMPEG4 and CONFIG_WM...
2009-12-29 Diego BiurrunRemove pointless CONFIG_MLP_DECODER preprocessor check.
2009-12-29 Diego BiurrunNeither the H.264 nor the SVQ3 decoder depend on the...
2009-12-29 Diego BiurrunThe MLP decoder depends on the MLP parser.
2009-12-29 Diego BiurrunEnable the TrueHD decoder when the MLP decoder is enabled.
2009-12-29 Diego BiurrunDeclare AC-3 parser dependency of AC-3 decoder and...
2009-12-29 Carl Eugen HoyosFix colours for QT JPEG2000, fixes issue 1540.
2009-12-29 Carl Eugen HoyosUse correct pixfmt for 32 bit raw in mov also on big...
next