summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Cosmetics: Fix indentation and comment after r21027.Carl Eugen Hoyos2010-01-05
* Support decoding raw 2bpp in mov, fixes issue 1528.Carl Eugen Hoyos2010-01-05
* Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos2010-01-05
* cosmetics, remove useless parentheses, add spaceBaptiste Coudurier2010-01-04
* simplify error handling in mov_read_defaultBaptiste Coudurier2010-01-04
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-04
* remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier2010-01-04
* Register myself as libdirac libschroedinger and libtheora maintainerDavid Conrad2010-01-04
* Remove forward declarations.Ronald S. Bultje2010-01-04
* Reindent after last commitVitor Sessak2010-01-04
* Add missing "static" qualifierVitor Sessak2010-01-04
* Mark http_log() as static; it is only used in this file.Diego Biurrun2010-01-04
* Fix VDPAU check to avoid printing spurious messages to the console.Diego Biurrun2010-01-04
* Add myself as HTTP maintainer.Ronald S. Bultje2010-01-04
* Do not print libvdpau upgrade advice on platforms without vdpauJai Menon2010-01-04
* The H.263 wrong_run table is only for encoding; only enable it in such cases.avcoder2010-01-04
* VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.Gwenole Beauchesne2010-01-04
* Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne2010-01-04
* Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson2010-01-04
* Make avfilter_all_colorspaces() add to the returned list of pixelStefano Sabatini2010-01-04
* Add an entry for the avfilter_add_colorspace() API addition.Stefano Sabatini2010-01-03
* Implement avfilter_add_colorspace().Stefano Sabatini2010-01-03
* Document avcodec_pix_fmt_to_codec_tag().Stefano Sabatini2010-01-03
* Prefer enum PixelFormat over int for the type of the format parameterStefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Define device_try_init() as static in libavdevice/v4l2.c.Reinhard Tartler2010-01-03
* Simplify usePal() macro, make it use av_pix_fmt_descriptors.Stefano Sabatini2010-01-03
* Simplify getSubSampleFactors(), make it use the values provided byStefano Sabatini2010-01-03
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-02
* 10l, my last commit (r21001) broke regression tests.Vitor Sessak2010-01-02
* Small ELBG optimization: use last pixel as a initial guess for the codebookVitor Sessak2010-01-02
* Use av_match_ext() in place of the deprecated match_ext() function.Stefano Sabatini2010-01-01
* Add an entry for the av_match_ext() addition.Stefano Sabatini2010-01-01
* Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini2010-01-01
* Adjust threshold for xvid packed b frame detection.Michael Niedermayer2010-01-01
* It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.Michael Niedermayer2010-01-01
* Update this_year value.Stefano Sabatini2010-01-01
* Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini2010-01-01
* Reindent.Stefano Sabatini2010-01-01
* Add an entry for the av_guess_format() addition.Stefano Sabatini2010-01-01
* Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini2010-01-01
* Fix typo.Stefano Sabatini2010-01-01
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
* Do not needlessly use the BP register in x86_64-specific code, there areReimar Döffinger2010-01-01
* Document guess_format().Stefano Sabatini2009-12-31
* Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini2009-12-31
* Remove unused function msmpeg4_memsetw().Diego Biurrun2009-12-31
* Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.Carl Eugen Hoyos2009-12-31
* Support raw black&white in mov, fixes issue 1654.Carl Eugen Hoyos2009-12-30