summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* configure: add test_ldflags functionMåns Rullgård2010-01-16
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* SIPR16k decoderVitor Sessak2010-01-16
* Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak2010-01-16
* Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak2010-01-16
* Use macros instead of inline functions to replace the following missing C99Vitor Sessak2010-01-16
* Support 2Vuy in mov, fixes issue 1690.ami_stuff2010-01-16
* Exclude .svn and .git directories from doxygen documentation.Ramiro Polla2010-01-15
* Fix out of tree build with hardcoded tablesMåns Rullgård2010-01-15
* mingw32: Build for Windows XP by default. Add note about Win9x/2000 support.Ramiro Polla2010-01-15
* Don't initialize normal horizontal filter if MMX2 filter is used.Ramiro Polla2010-01-15
* Get one step closer to world domination.Ramiro Polla2010-01-15
* Do not print VDPAU upgrade notice when configure is invokedJai Menon2010-01-15
* AAC: optimise bitstream reading in decode_spectrum_and_dequant()Måns Rullgård2010-01-15
* Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos2010-01-15
* Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos2010-01-15
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Add forgotten include of h264_mvpred.h to h264.h.Michael Niedermayer2010-01-15
* Add forgotton multiple inclusion guards to h264_mvpred.h.Michael Niedermayer2010-01-15
* AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård2010-01-15
* Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos2010-01-15
* Fix typo.Stefano Sabatini2010-01-15
* Optimise av_log2 with clz when availableMåns Rullgård2010-01-14
* Set HAVE_FAST_CLZ if CPU has a fast count leading zeros instructionMåns Rullgård2010-01-14
* Remove unused clip_table code.Ramiro Polla2010-01-14
* configure: allow reverse auto-selection of optionsMåns Rullgård2010-01-14
* Change code so it uses 2 adds instead of one FFABS.Reimar Döffinger2010-01-14
* Latent libavformat version bump and documentation update for Adobe Filmstrip ...Peter Ross2010-01-14
* Adobe Filmstrip muxer and demuxerPeter Ross2010-01-14
* Add const qualifier to rgb48 to YV12 functions' src.Ramiro Polla2010-01-14
* Add missing parameter to rgb48 to YV12 functions.Ramiro Polla2010-01-14
* Implement alpha channel decoding for BGR HuffYUV.Alexander Strange2010-01-14
* set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog...Andrew Wason2010-01-14
* do not skip mdat data if it's the last atom, avoids one seekBaptiste Coudurier2010-01-13
* restore old buffer content when seek failed in http protocol, fix issue #1631Baptiste Coudurier2010-01-13
* revert wrongly commited hunk in r21205Baptiste Coudurier2010-01-13
* remove useless type declarationsBaptiste Coudurier2010-01-13
* remove useless declarations from mpegts.hBaptiste Coudurier2010-01-13
* use codec rc_max_rate if set and warn if bit rate is not setBaptiste Coudurier2010-01-13
* Do not split audio frames accross pes packets.Baptiste Coudurier2010-01-13
* Surprisingly enough, the RTP muxer does not depend on the RTP protocolLuca Abeni2010-01-13
* print more debug info about muxing parameters, patch by Mike Scheutzow, scheu...Mike Scheutzow2010-01-13
* update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ...Mike Scheutzow2010-01-13
* Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow2010-01-13
* move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ...Mike Scheutzow2010-01-13
* output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat...Mike Scheutzow2010-01-13
* fix ts packet header size computation, patch by Niobos, niobos at dest-unreac...Niobos2010-01-13
* fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d...Niobos2010-01-13
* The RTP muxer does not need rtp_asf.cLuca Abeni2010-01-13
* Remove the inclusion of unneeded headersLuca Abeni2010-01-13