8222 Commits (a59d44fdf47f0584f919cc5b7440741e40c28c6d)

Author SHA1 Message Date
Stefano Sabatini a59d44fdf4 Remove ending period in a log message, which was inconsistent with 16 years ago
Diego Biurrun b24298badc Switch xvmc over to a CONFIG_ option. 16 years ago
Diego Biurrun 6915cf3854 whitespace cosmetics 16 years ago
Måns Rullgård 1bf98d19d5 ARM: NEON optimised h264_idct_dc_add 16 years ago
Måns Rullgård c598cf25f4 ARM: NEON optimised h264_idct_add 16 years ago
Måns Rullgård 5813e05d08 ARM: NEON optimised H.264 8x8 and 16x16 qpel MC 16 years ago
Måns Rullgård ad74a0f8b3 ARM: NEON optimised H.264 loop filter 16 years ago
Måns Rullgård 1cce897aad ARM: NEON optimised {put,avg}_h264_chroma_mc[48] 16 years ago
Måns Rullgård 7eec43289a ARM: NEON optimised simple_idct 16 years ago
Måns Rullgård 569f5a756a ARM: NEON optimised put_pixels functions 16 years ago
Diego Biurrun c4687bf607 Avoid invasion of POSIX-reserved _t namespace. 16 years ago
Daniel Verkamp 40a19c4434 Fix one peculiar case in Smacker decoding. 16 years ago
Diego Biurrun 9506090df9 Avoid POSIX-reserved _t in identifier names. 16 years ago
Michael Niedermayer 40f0624121 Enable filter_mb_fast if CODEC_FLAG2_FAST is set. 16 years ago
Aurelien Jacobs bf73801bec vp56: don't reset dimensions to 0 in codec init 16 years ago
Stefano Sabatini d0a01fe84b Move documentation of avcodec_register_all() from allcodecs.c to 16 years ago
Stefano Sabatini 54c441c860 Remove set_all_opt() and its use in av_set_string2(). Make 16 years ago
Stefano Sabatini d1ca187fb6 Document register_avcodec(). 16 years ago
Stefano Sabatini 7a961a46ba Make register_avcodec() call avcodec_init(). 16 years ago
Stefano Sabatini 335a761a90 Use a more explicit "codec" rather than "format" as the parameter of 16 years ago
Aurelien Jacobs 1238fa9fb8 indeo3: replace sizeof(struct ...) by sizeof(*var) 16 years ago
Diego Biurrun 39caffeb9a cosmetics: typo/grammar/wording/whitespace fixes 16 years ago
Anders Grönberg 31c3a4dc7e Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com. 16 years ago
Anders Grönberg cac55c9196 Add a few const qualifiers in appropriate places. 16 years ago
Mike Melanson 70bbd0cee3 undoing revision 16118 for truemotion1.c; commit was premature 16 years ago
Mike Melanson 02fb2546e8 The POSIX namespace shall be held sacrosanct. To that end, 16 years ago
Aurelien Jacobs 5e6604490a avoid POSIX reserved _t suffix 16 years ago
Aurelien Jacobs d08ea32c23 Get rid of mmx_t. 16 years ago
Diego Biurrun 616deed28f Do not invade _t POSIX namespace. 16 years ago
Diego Biurrun bda4e3940a Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. 16 years ago
Diego Biurrun db95d3bf50 Add img_convert() to imgconvert.h and #include it from imgresample.c. 16 years ago
Luca Barbato 537db58b6c Let imgresample altivec code build 16 years ago
Luca Barbato 7a8f36cccc Cleanup types 16 years ago
Luca Barbato 006c8e9e9c Unbreak imgresample altivec 16 years ago
Stefano Sabatini 8f993c6725 s/#AVClass/AVClass/, consistent with the rest of the doxy. 16 years ago
Michael Niedermayer fe5c7e588d More POSIX _t namespace cleanup. 16 years ago
Guillaume Poirier 64adf4f28d add Altivec implementation of clear_block 16 years ago
Oded Shimon 05dee1b7df Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility 16 years ago
Jay Freeman 65c127e3d5 fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com 16 years ago
Aurelien Jacobs d887151d8c rename Vp56Model to VP56Model for consistency 16 years ago
Baptiste Coudurier 193ce3ab78 dnxhd get_pixels_8x4_sym sse2 16 years ago
Baptiste Coudurier e1b24cfddb Move get_pixels_8x4 before init func to avoid useless forward declaration. 16 years ago
Baptiste Coudurier 8c9c0ea427 rename 4x8 to 8x4 to match widthxheight consistently 16 years ago
Aurelien Jacobs 76025d91da cosmetics: vertical alignment 16 years ago
Aurelien Jacobs 3d52bca6bf avoid POSIX reserved _t suffix 16 years ago
Aurelien Jacobs e998ba4fbc avoid POSIX reserved _t suffix 16 years ago
Michael Niedermayer aaf0e267ff s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved 16 years ago
Vitor Sessak c9bea488fe Avoid POSIX reserved _t suffix. 16 years ago
Vitor Sessak 259037d099 Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. 16 years ago
Baptiste Coudurier 09f6fc6b74 move structure definitions in their own header 16 years ago