platform/upstream/libav.git
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.
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... Fix colours for QT JPEG2000, fixes issue 1540.
2009-12-29 Carl Eugen... Use correct pixfmt for 32 bit raw in mov also on big...
2009-12-29 Diego BiurrunDeclare AAC parser dependencies in configure.
2009-12-29 Diego BiurrunThe S/P-DIF muxer depends on mpeg4audio.o.
2009-12-29 Diego BiurrunDeclare WMV1/WMV2/VC-1 decoder dependency on the H...
2009-12-29 Gwenole BeauchesneAdd myself as VAAPI maintainer.
2009-12-29 Gwenole BeauchesneAdd H.264 bitstream decoding through VAAPI.
2009-12-29 Diego Biurrunvc1_parser.o does not depend on h263dec.o and intrax8.o.
2009-12-28 Michael DorrDo not explicitely set thread_count in the codec context.
2009-12-28 Stefano SabatiniSet thread_count in the decoder before to open it.
2009-12-28 Diego BiurrunDeclare dependencies of RV10/RV20 decoders on the H...
2009-12-28 Diego BiurrunDeclare dependencies for H.263 family decoders in confi...
2009-12-28 Diego BiurrunDeclare the dependency of the H.263 decoder on the...
2009-12-28 Diego BiurrunReplace CONFIG_ANY_H263_ENCODER definition by CONFIG_H2...
2009-12-28 Diego Biurruncosmetics: Remove pointless '#if 1' preprocessor direct...
2009-12-28 Gwenole BeauchesneUse VA_INVALID_ID instead of hard coded values.
2009-12-28 Gwenole BeauchesneAdd "Hardware acceleration" section to MAINTAINERS...
2009-12-28 Luca AbeniRemove a useless local variable.
2009-12-28 Luca AbeniRemove outdated comment
2009-12-28 Luca AbeniRemove an unneeded local variable.
2009-12-28 Diego BiurrunRemove unused variable, fixes the warning:
2009-12-28 Diego BiurrunMark conditionally used variable as av_unused, fixes...
2009-12-28 Gwenole BeauchesneRename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_p...
next