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