summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Silence two icc warnings:Carl Eugen Hoyos2008-12-30
* Add my GnuPG fingerprint.Benoit Fouet2008-12-30
* ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård2008-12-30
* Make shared/static full CONFIG optionsMåns Rullgård2008-12-30
* configure: check for ARMv6T2 supportMåns Rullgård2008-12-30
* ARM: rename coefficient table in NEON IDCTMåns Rullgård2008-12-30
* Remove duplicated dot product code. Use dsputil'sAurelien Jacobs2008-12-29
* My gpg key fingerprint.Reimar Döffinger2008-12-29
* COSMETICS. Write my full name instead.Reynaldo H. Verdejo Pinochet2008-12-29
* Add myself as qcelp* maintainer.Reynaldo H. Verdejo Pinochet2008-12-29
* Add my key fingerprint to the list.Reynaldo H. Verdejo Pinochet2008-12-29
* configure: accept $TMP as location for temporary filesMåns Rullgård2008-12-29
* configure: simplify TMPDIR settingMåns Rullgård2008-12-29
* Fix typos.Stefano Sabatini2008-12-29
* Clarify that the list of gpg fingerprints is not just for maintainers.Michael Niedermayer2008-12-29
* Add spaces into the gpg fingerprint for better readability.Michael Niedermayer2008-12-29
* It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov2008-12-29
* Explain the lack of +3/7Michael Niedermayer2008-12-28
* av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger2008-12-28
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-28
* Add a list of GnuPG fingerprints.Michael Niedermayer2008-12-28
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-28
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-28
* Silence one warning when compiling with icc:Carl Eugen Hoyos2008-12-28
* Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos2008-12-28
* Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini2008-12-28
* Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.Kostya Shishkov2008-12-28
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-28
* Reindent after r16368.Ronald S. Bultje2008-12-28
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-28
* Change audio_pkt_cnt from an array into a single field, since only a singleRonald S. Bultje2008-12-28
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-28
* Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2008-12-28
* Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård2008-12-27
* Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for itKostya Shishkov2008-12-27
* simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård2008-12-27
* Avoid POSIX-reserved _t namespace.Diego Biurrun2008-12-27
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-27
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-27
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Remove stray codeLuca Barbato2008-12-27
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
* Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini2008-12-27
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-27
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-26
* Fix typo: ommitted -> omitted.Stefano Sabatini2008-12-26
* ARM: NEON optimised float_to_int16Måns Rullgård2008-12-26
* Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini2008-12-26
* Rename variables:Stefano Sabatini2008-12-26