12019 Commits (fca58a815aa242e707b22db3fce1da44a50ffcd4)

Author SHA1 Message Date
Nick Brereton 0712c230ae DCA: Occasionally a false XCH sync word can turn up after the core DTS data, 15 years ago
Benjamin Larsson 324a94b022 DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing 15 years ago
Måns Rullgård aad9f50751 Fix build with hardcoded tables 15 years ago
Måns Rullgård a46b84d120 PPC: convert Altivec FFT to pure assembler 15 years ago
Måns Rullgård deca86eab1 PPC: gas-preprocessor handles m[ft]spr shorthands 15 years ago
Måns Rullgård fe3d2e4b02 PPC: add some asm support macros 15 years ago
Ronald S. Bultje f2a30bd840 Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). 15 years ago
Måns Rullgård a075902f3d PPC: add _interleave versions of fft{4,6,16}_altivec 15 years ago
Rodney Baker 2d525ef483 Change all occurences of "inofficial" to "unofficial" in code, comments 15 years ago
Baptiste Coudurier bb943bb8fc Give context to av_log 15 years ago
Jason Garrett-Glaser b06855f18a SSSE3 versions of vp8 width4 bilinear MC functions 15 years ago
David Conrad 5245c04da3 VP8: Move calculation of outer filter limit out of dsp functions for normal 15 years ago
Aurelien Jacobs 8ee82f40ca fix comment grammar 15 years ago
Reimar Döffinger 961b0c41b9 Fix use of unintialized variable introduced in r20411. 15 years ago
Aurelien Jacobs c01694c889 saner default value for convergence_duration 15 years ago
Aurelien Jacobs 08b04ba9ce clarify convergence_duration documentation 15 years ago
Måns Rullgård 79042a6eb1 Fix memory leak introduced in r23933 15 years ago
Diego Biurrun 3c042da75d Remove stray Doxygen grouping command; fixes one Doxygen warning. 15 years ago
Diego Biurrun 423c254c18 Disambiguate bitstream groups for AAC and RV30/RV40. 15 years ago
Diego Biurrun 2d62158091 Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. 15 years ago
Diego Biurrun 34630b93dc Move DECODE_BYTES_PAD* macros before Doxygen comments. 15 years ago
Diego Biurrun 0baf34d844 Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 15 years ago
Diego Biurrun 58772292c0 @begingroup --> @defgroup, only the latter is correct Doxygen syntax. 15 years ago
Diego Biurrun 094b18b683 Fix doxy of gb parameter in decode_gain_info(). 15 years ago
Diego Biurrun b34aaed2cf Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. 15 years ago
Diego Biurrun bbd6684f39 Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain(). 15 years ago
Diego Biurrun 8d84a909c3 Fix the signature of ff_set_min_dist_lsf() to match the implementation 15 years ago
Diego Biurrun 503f9c0bd6 Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). 15 years ago
Diego Biurrun 6da88bd389 Fix typo in Doxygen function parameter name. 15 years ago
Diego Biurrun daf6c68d33 Avoid one more instance of angular brackets in Doxygen comments. 15 years ago
Diego Biurrun 3fa7626863 Avoid square brackets in Doxygen comments; Doxygen chokes on them. 15 years ago
Diego Biurrun 791384ec29 Remove two more non-existing stray Doxygen function arguments. 15 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 15 years ago
Diego Biurrun 96e07a73ec Fix two more instances of wrong @ usage in Doxygen comments. 15 years ago
Diego Biurrun fd566520c7 Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'. 15 years ago
Diego Biurrun 33edd31f5f Remove redundant and harmful explicit filename after @file Doxygen command. 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 15 years ago
Diego Biurrun 5298b070c2 Remove misplaced Doxygen comment. 15 years ago
Jason Garrett-Glaser dcc602d802 SSSE3 versions of width4 VP8 6-tap MC functions 15 years ago
Diego Pettenò cb9b39fba9 tablegen: the executable depends on tablegen headers as well 15 years ago
Måns Rullgård 9bbb50648d PPC: fix build on OSX without gas-preprocessor 15 years ago
Måns Rullgård 48966b02cb Grammar fixes 15 years ago
Måns Rullgård 3c35da2f7f vorbisdec: remove variable-length arrays 15 years ago
Loren Merritt cf61994a17 PPC: Altivec IMDCT 15 years ago
Måns Rullgård fe20bdf9db Indent 15 years ago
Måns Rullgård 588d28ac08 Remove vestiges of radix-2 FFT 15 years ago
Måns Rullgård bf7ba15372 PPC: Altivec split-radix FFT 15 years ago
Måns Rullgård 2f0c136e1f Check whether IBM or Apple PPC assembler syntax is used 15 years ago
Måns Rullgård 59bebb11e0 mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c 15 years ago
Måns Rullgård 35d597d556 mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder 15 years ago