summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Document register_avcodec().Stefano Sabatini2008-12-14
* Make register_avcodec() call avcodec_init().Stefano Sabatini2008-12-14
* Use a more explicit "codec" rather than "format" as the parameter ofStefano Sabatini2008-12-14
* oggflac: fix bitstream reader usageMåns Rullgård2008-12-14
* indeo3: replace sizeof(struct ...) by sizeof(*var)Aurelien Jacobs2008-12-14
* Fix non interleaved variable fps ODML avis.Michael Niedermayer2008-12-14
* cosmetics: typo/grammar/wording/whitespace fixesDiego Biurrun2008-12-14
* Fix the use of Requires.private and Libs.private in generated .pc files.Reinhard Tartler2008-12-14
* Cosmetics: remove empty comments.Stefano Sabatini2008-12-14
* Fix files with fps between 0.5 and 0.1.Michael Niedermayer2008-12-14
* Remove silly FIXME comment.Michael Niedermayer2008-12-14
* Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com.Anders Grönberg2008-12-14
* Add a few const qualifiers in appropriate places.Anders Grönberg2008-12-14
* undoing revision 16118 for truemotion1.c; commit was prematureMike Melanson2008-12-14
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-14
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-14
* Get rid of mmx_t.Aurelien Jacobs2008-12-14
* Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni2008-12-13
* Remove useless typedefLuca Abeni2008-12-13
* Remove unused typesLuca Abeni2008-12-13
* Avoid _t in gxf enum type namesReimar Döffinger2008-12-13
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-13
* Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje2008-12-13
* Do not invade _t POSIX namespace.Diego Biurrun2008-12-13
* Separate the packet fetching from the data reading, so that the data readingRonald S. Bultje2008-12-13
* 100l: Add missing backslashes.Diego Biurrun2008-12-13
* cosmetics: Break some lines for a more aesthetically pleasing result.Diego Biurrun2008-12-13
* Remove misleading comment, _t is POSIX-reserved namespace.Diego Biurrun2008-12-13
* configure: fix $nmMåns Rullgård2008-12-13
* Remove other shared lib names from linker command line for shared libsMåns Rullgård2008-12-13
* Allow setting a different nm binary from the configure line.Reimar Döffinger2008-12-13
* Make mips64 a separate arch with fast_64bit.Diego Biurrun2008-12-13
* whitespace cosmeticsDiego Biurrun2008-12-13
* Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.Diego Biurrun2008-12-13
* Avoid _t in identifier names, _t is reserved by POSIX.Jai Menon2008-12-13
* Add img_convert() to imgconvert.h and #include it from imgresample.c.Diego Biurrun2008-12-13
* Matroska uses tables from isom.c, so add the object file to its dependencies.Anders Grönberg2008-12-13
* Add mips64 to the architecture list.Diego Biurrun2008-12-13
* Add alternative names for sh4 and parisc architectures.Diego Biurrun2008-12-13
* Let imgresample altivec code buildLuca Barbato2008-12-13
* Cleanup typesLuca Barbato2008-12-13
* Unbreak imgresample altivecLuca Barbato2008-12-13
* Rename type to be consistentLuca Barbato2008-12-13
* Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,Reimar Döffinger2008-12-13
* 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