summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add missing guards and includes to arm/aac.hMåns Rullgård2010-01-16
* Minor (2 cpu cycles) optimization ||->|.Michael Niedermayer2010-01-16
* Support decoding of SoftLab-NSK VideoTizer.ami_stuff2010-01-16
* Consider slice_beta_offet in qp_thresh.Michael Niedermayer2010-01-16
* Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer2010-01-16
* Simplify reset_ptr(): employ usePal() macro rather than enumeratingStefano Sabatini2010-01-16
* Implement null video sink.Stefano Sabatini2010-01-16
* Correctly decode some Avid AV1x samples, fixes issue 1684.Carl Eugen Hoyos2010-01-16
* Implement null video source.Stefano Sabatini2010-01-16
* Support lowres 3 when decoding MPEG video.Anatoly Nenashev2010-01-16
* Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini2010-01-16
* Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer2010-01-16
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* 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