]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2009-12-28 Gwenole BeauchesneRename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
2009-12-27 Luca AbeniUse different dynamic payload types for audio and video.
2009-12-27 Michael Niedermayer2nd try on documenting av_gcd().
2009-12-27 Diego BiurrunRemove commented-out debug console output.
2009-12-27 Diego Biurruncosmetics: Move a bunch of forward declarations below...
2009-12-27 Kostya Shishkov16-bit Interplay video does not need palette control
2009-12-27 Michael NiedermayerDocument av_gcd().
2009-12-27 Kostya ShishkovAdd missing opcodes for 16-bit Interplay Video decoding...
2009-12-27 Kostya Shishkov16-bit Interplay Video stores motion vector data at...
2009-12-27 Kostya Shishkov10l trocadero: forgot one case where picture linesize...
2009-12-27 Kostya Shishkovcosmetics: reindent and break long lines after last...
2009-12-27 Kostya ShishkovAdd 16-bit image data handling (but not decoding yet...
2009-12-27 Kostya ShishkovUse frame linesize in Interplay Video block copying...
2009-12-27 Kostya ShishkovMake CHECK_STREAM_PTR macro in Interplay Video decoder...
2009-12-27 Kostya ShishkovRecognize 16-bit Interplay Video variant
2009-12-27 Kostya ShishkovChange main loop in Interplay Video decoder, so variabl...
2009-12-26 Diego BiurrunUse common regression test functions in ffserver regres...
2009-12-26 Diego BiurrunReplace ` ` syntax by $( ) in regression test shell...
2009-12-26 Reimar DöffingerFix cdg reference and buffer_hints value:
2009-12-26 Luca AbeniUse RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.
2009-12-25 Michael NiedermayerDo not copy codec_tag in stream copy case if it is...
2009-12-25 Stefano SabatiniUse positive logic, improve readability, consistent...
2009-12-25 Kostya Shishkovcosmetics: reindent
2009-12-24 Diego Biurruncosmetics: Reformat some function declarations.
2009-12-24 Diego BiurrunRemove some unused variables, fixes the warnings:
2009-12-23 Luca AbeniAdd support for mp3 over RTP in rtpdec.c
2009-12-23 Kostya ShishkovAuravision Aura 2 decoder
next