summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-02
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-02
* Bump year number.Stefano Sabatini2009-01-02
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-02
* 10l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer2008-12-31
* Fix indention which was off by 1 space.Michael Niedermayer2008-12-31
* Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer2008-12-31
* Merge videobuf and audiobuf.Michael Niedermayer2008-12-31
* Simplify the top of rm_assemble_video_frame().Michael Niedermayer2008-12-30
* Add a few error checks to rm_assemble_video_frame()Michael Niedermayer2008-12-30
* All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer2008-12-30
* 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