platform/upstream/libav.git
2010-01-07 Carl Eugen... Fix red/blue swap for 4xa files.
2010-01-07 Thilo BorgmannOptimize short-term prediction by reducing index arithm...
2010-01-07 Ramiro PollaSilence calls to git in version.sh.
2010-01-07 Ramiro PollaCheck for VERSION in source dir.
2010-01-07 Stefano SabatiniAdd an entry for the sws_isSupportedInput() and
2010-01-07 Stefano SabatiniImplement sws_isSupportedInput() and sws_isSupportedOut...
2010-01-07 Ramiro PollaCheck for snapshot_version in source dir.
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 Martin StorsjöAlways set the destination address even if no port...
2010-01-07 Martin StorsjöCheck the URL used for the SDP destination.
2010-01-07 Zuxy MengRemove const to avoid a bunch of GCC warnings against...
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-07 Michael NiedermayerFix stream copy & transcoding one stream at the same...
2010-01-07 Michael NiedermayerCorrect indention.
2010-01-07 Michael NiedermayerMove the definitions of data_buf and data_size closer...
2010-01-06 Carl Eugen... 100l: 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-06 Stefano SabatiniAdd an entry for the avfilter_add_colorspace() API...
2010-01-06 Stefano SabatiniChange avfilter_add_colorspace() to make it accept...
2010-01-06 John Van SickleFix entry on concatenating multiple yuv4mpegpipe streams.
2010-01-05 Ben Littleradd another mjpeg fourcc to riff.c list
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... Cosmetics: Fix indentation and comment after r21027.
2010-01-05 Carl Eugen... Support decoding raw 2bpp in mov, fixes issue 1528.
2010-01-05 Carl Eugen... Improve readability of 4bpp raw decoder and prepare...
2010-01-04 Baptiste Couduriercosmetics, remove useless parentheses, add space
2010-01-04 Baptiste Couduriersimplify error handling in mov_read_default
2010-01-04 Baptiste Coudurierremove no more needed MOVAtom.offset field
2010-01-04 Baptiste Coudurierremove useless code skipping data at end of hdlr atom...
2010-01-04 David ConradRegister myself as libdirac libschroedinger and libtheo...
2010-01-04 Ronald S. BultjeRemove forward declarations.
2010-01-04 Vitor SessakReindent after last commit
2010-01-04 Vitor SessakAdd missing "static" qualifier
2010-01-04 Diego BiurrunMark http_log() as static; it is only used in this...
2010-01-04 Diego BiurrunFix VDPAU check to avoid printing spurious messages...
2010-01-04 Ronald S. BultjeAdd myself as HTTP maintainer.
2010-01-04 Jai MenonDo not print libvdpau upgrade advice on platforms witho...
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-04 Mike MelansonAdd support for these widely-used iTunes metadata field...
2010-01-04 Stefano SabatiniMake avfilter_all_colorspaces() add to the returned...
2010-01-03 Stefano SabatiniAdd an entry for the avfilter_add_colorspace() API...
2010-01-03 Stefano SabatiniImplement avfilter_add_colorspace().
2010-01-03 Stefano SabatiniDocument avcodec_pix_fmt_to_codec_tag().
2010-01-03 Stefano SabatiniPrefer enum PixelFormat over int for the type of the...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2010-01-03 Reinhard TartlerDefine device_try_init() as static in libavdevice/v4l2.c.
2010-01-03 Stefano SabatiniSimplify usePal() macro, make it use av_pix_fmt_descrip...
2010-01-03 Stefano SabatiniSimplify getSubSampleFactors(), make it use the values...
2010-01-02 Reimar DöffingerReduce number of ASM constraints for ff_lpc_compute_aut...
2010-01-02 Vitor Sessak10l, my last commit (r21001) broke regression tests.
2010-01-02 Vitor SessakSmall ELBG optimization: use last pixel as a initial...
2010-01-01 Stefano SabatiniUse av_match_ext() in place of the deprecated match_ext...
2010-01-01 Stefano SabatiniAdd an entry for the av_match_ext() addition.
2010-01-01 Stefano SabatiniDeprecate match_ext() in favor of av_match_ext(), and...
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 SabatiniUpdate this_year value.
2010-01-01 Stefano SabatiniUse av_guess_format() in place of the deprecated guess_...
2010-01-01 Stefano SabatiniReindent.
2010-01-01 Stefano SabatiniAdd an entry for the av_guess_format() addition.
2010-01-01 Stefano SabatiniDeprecate guess_format() in favor of av_guess_format().
2010-01-01 Stefano SabatiniFix typo.
2010-01-01 Stefano SabatiniRemove residual use of the doxygen markup which is...
2010-01-01 Reimar DöffingerDo not needlessly use the BP register in x86_64-specifi...
2009-12-31 Stefano SabatiniDocument guess_format().
2009-12-31 Stefano SabatiniDeprecate and mark for deletion the function guess_stre...
2009-12-31 Diego BiurrunRemove unused function msmpeg4_memsetw().
2009-12-31 Carl Eugen... Fix colourspace for 16 bit raw video in mov, fixes...
2009-12-30 Carl Eugen... Support raw black&white in mov, fixes issue 1654.
2009-12-30 Luca AbeniRemove outdated comments.
2009-12-30 Luca BarbatoRename internal function
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.
next