summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix regression.sh to work on OpenBSD which has md5 instead of md5sumReimar Döffinger2008-12-13
* Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation.Reimar Döffinger2008-12-13
* mpegts: replace Program_t typedef with "struct Program"Måns Rullgård2008-12-13
* s/#AVClass/AVClass/, consistent with the rest of the doxy.Stefano Sabatini2008-12-12
* Also include sys/types.h when testing for socklen_t, since unfortunatelyReimar Döffinger2008-12-12
* configure: clean up .align detectionMåns Rullgård2008-12-12
* Some forgotten eax -> REG_a changes.Reimar Döffinger2008-12-12
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-12
* matroska: sort codec tags listAurelien Jacobs2008-12-12
* matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)Kurtnoise2008-12-12
* add another mpeg4 avi fourcc from uncommon codecs listBen Littler2008-12-12
* add Altivec implementation of clear_blockGuillaume Poirier2008-12-12
* Add sys/time.h header #include, fixes compilation on OS/2.Dave Yeo2008-12-12
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-12
* Update lavf/libnut.c to _tt type names in libnut APIOded Shimon2008-12-12
* fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch b...Jay Freeman2008-12-12
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-12
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-12
* Move get_pixels_8x4 before init func to avoid useless forward declaration.Baptiste Coudurier2008-12-12
* rename 4x8 to 8x4 to match widthxheight consistentlyBaptiste Coudurier2008-12-12
* cosmetics: vertical alignmentAurelien Jacobs2008-12-11
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-11
* s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reservedMichael Niedermayer2008-12-11
* Add backwards-compatibility typedef for removed _t names under appropriateDiego Biurrun2008-12-11
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-11
* Drop _t from typedef names for POSIX compatibility.Diego Biurrun2008-12-11
* Remove comment suggesting using variables ending in _t as this would break PO...Michael Niedermayer2008-12-11
* Avoid POSIX reserved _t suffix.Vitor Sessak2008-12-11
* Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak2008-12-11
* Avoid _t in typedef typeReimar Döffinger2008-12-11
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-11
* Fix indenting.Ronald S. Bultje2008-12-11
* Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun2008-12-11
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-11
* Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c ...Reimar Döffinger2008-12-11
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-11
* move structure definitions in their own headerBaptiste Coudurier2008-12-11
* cosmeticsBaptiste Coudurier2008-12-11
* use dsp clear_blockBaptiste Coudurier2008-12-11
* use dsp clear_blockBaptiste Coudurier2008-12-11
* Fix compilation with only Theora decoder enabledDavid Conrad2008-12-11
* Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.Kenan Gillet2008-12-11
* clear_block mmxLoren Merritt2008-12-10
* fix progressive jpeg:Loren Merritt2008-12-10
* AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård2008-12-10
* Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier2008-12-09
* AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse2008-12-09
* AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse2008-12-09