summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Cosmetics: Fix indentation and comment after r21027.Carl Eugen Hoyos2010-01-05
| | | | Originally committed as revision 21028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support decoding raw 2bpp in mov, fixes issue 1528.Carl Eugen Hoyos2010-01-05
| | | | Originally committed as revision 21027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos2010-01-05
| | | | Originally committed as revision 21026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove useless parentheses, add spaceBaptiste Coudurier2010-01-04
| | | | Originally committed as revision 21025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify error handling in mov_read_defaultBaptiste Coudurier2010-01-04
| | | | Originally committed as revision 21024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-04
| | | | Originally committed as revision 21023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless code skipping data at end of hdlr atom, already done in ↵Baptiste Coudurier2010-01-04
| | | | | | mov_read_default Originally committed as revision 21022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register myself as libdirac libschroedinger and libtheora maintainerDavid Conrad2010-01-04
| | | | Originally committed as revision 21021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove forward declarations.Ronald S. Bultje2010-01-04
| | | | Originally committed as revision 21020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitVitor Sessak2010-01-04
| | | | Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing "static" qualifierVitor Sessak2010-01-04
| | | | Originally committed as revision 21018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark http_log() as static; it is only used in this file.Diego Biurrun2010-01-04
| | | | Originally committed as revision 21017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VDPAU check to avoid printing spurious messages to the console.Diego Biurrun2010-01-04
| | | | Originally committed as revision 21016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as HTTP maintainer.Ronald S. Bultje2010-01-04
| | | | Originally committed as revision 21015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not print libvdpau upgrade advice on platforms without vdpauJai Menon2010-01-04
| | | | | | headers installed. Originally committed as revision 21014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The H.263 wrong_run table is only for encoding; only enable it in such cases.avcoder2010-01-04
| | | | | | patch by avcoder, ffmpeg gmail com Originally committed as revision 21013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.Gwenole Beauchesne2010-01-04
| | | | Originally committed as revision 21012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne2010-01-04
| | | | | | so we can't use SSE-optimized routines. Originally committed as revision 21011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson2010-01-04
| | | | | | Grouping, and Lyrics. Originally committed as revision 21010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_all_colorspaces() add to the returned list of pixelStefano Sabatini2010-01-04
| | | | | | | formats only the non-HW-accelerated formats, for which there is no sense in filtering. Originally committed as revision 21009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_add_colorspace() API addition.Stefano Sabatini2010-01-03
| | | | Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_add_colorspace().Stefano Sabatini2010-01-03
| | | | Originally committed as revision 21007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document avcodec_pix_fmt_to_codec_tag().Stefano Sabatini2010-01-03
| | | | Originally committed as revision 21006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer enum PixelFormat over int for the type of the format parameterStefano Sabatini2010-01-03
| | | | | | of getSubSampleFactors(). Originally committed as revision 30184 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini2010-01-03
| | | | | | | swscale_configuration() and swscale_license() functions, consistent with the rest of FFmpeg. Originally committed as revision 30180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
| | | | | | XXX_license() functions, consistent with the rest of FFmpeg. Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define device_try_init() as static in libavdevice/v4l2.c.Reinhard Tartler2010-01-03
| | | | | | Patch by Reinhard Tartler (siretart AT tauware DOT de). Originally committed as revision 21004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify usePal() macro, make it use av_pix_fmt_descriptors.Stefano Sabatini2010-01-03
| | | | Originally committed as revision 30172 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simplify getSubSampleFactors(), make it use the values provided byStefano Sabatini2010-01-03
| | | | | | av_pix_fmt_descriptors(). Originally committed as revision 30171 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-02
| | | | | | | causes no significant speed difference and can avoid compilation issues with --enable-pic. Originally committed as revision 21003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, my last commit (r21001) broke regression tests.Vitor Sessak2010-01-02
| | | | | | FATE tests might need updating too. Originally committed as revision 21002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Small ELBG optimization: use last pixel as a initial guess for the codebookVitor Sessak2010-01-02
| | | | | | entry. Originally committed as revision 21001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_match_ext() in place of the deprecated match_ext() function.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 21000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_match_ext() addition.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini2010-01-01
| | | | | | deletion at the next major bump. Originally committed as revision 20998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adjust threshold for xvid packed b frame detection.Michael Niedermayer2010-01-01
| | | | | | | | Also add xvid_build check. If you note any packed bitstream regression, check this commit first and report it. Fixes issue1652 Originally committed as revision 20997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.Michael Niedermayer2010-01-01
| | | | Originally committed as revision 20996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update this_year value.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_guess_format() addition.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
| | | | | | consistent with r19122. Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not needlessly use the BP register in x86_64-specific code, there areReimar Döffinger2010-01-01
| | | | | | enough other registers available that are less likely to cause issues. Originally committed as revision 30160 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document guess_format().Stefano Sabatini2009-12-31
| | | | Originally committed as revision 20988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini2009-12-31
| | | | | | | | | | and clone its code to ffserver_guess_format() in ffserver.c. guess_stream_format() is hackish since it relies on some undocumented properties of the name of the muxers (wich is currently only relevant for the ASF muxer), and has no use outside ffserver.c. Originally committed as revision 20987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused function msmpeg4_memsetw().Diego Biurrun2009-12-31
| | | | | | It is an exact duplicate of memsetw() in h263.c. Originally committed as revision 20986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.Carl Eugen Hoyos2009-12-31
| | | | Originally committed as revision 20985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support raw black&white in mov, fixes issue 1654.Carl Eugen Hoyos2009-12-30
| | | | Originally committed as revision 20984 to svn://svn.ffmpeg.org/ffmpeg/trunk