10380 Commits (b1ade3d1821a29174963b28cd0caa5f7ed394998)

Author SHA1 Message Date
Ronald S. Bultje b1ade3d182 And on the sixth day, God gave us the <= operand, which makes the loop 15 years ago
Vitor Sessak e26d131845 Do not hardcode filter order in ff_acelp_lspd2lpc() 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Carl Eugen Hoyos adadf26bb9 Use enum FrameType as parameter to construct_perm_table(). 15 years ago
Michael Niedermayer a16f80f392 Remove unused variable. 15 years ago
Justin Ruggles 187bc061e4 ac3dec: revert r20089. The change was just wrong. 10l for me. 15 years ago
Michael Niedermayer f3001e0dee Simpliy exp*table init, based on patch by reimar. 15 years ago
Reimar Döffinger 1ffc6e8327 Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the 15 years ago
Reynaldo H. Verdejo Pinochet 136086523f Correct double include introduced by r20450 15 years ago
Vitor Sessak c902340599 Reduce stack memory allocation in MP3 decoder 15 years ago
Reynaldo H. Verdejo Pinochet 0c50f8e6cc Implement ff_scale_vector_to_given_sum_of_squares() 15 years ago
Reimar Döffinger 223217746c Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. 15 years ago
Alex Converse 981b8fd777 Don't lock the channel output configuration based on the first value seen for 15 years ago
Andrew Wason 42022e0362 add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov 15 years ago
Justin Ruggles 31f8c10983 Simplify AC-3 critical band end calculation (correctly this time). 15 years ago
Justin Ruggles 94593c9b52 Revert r20050, which caused decoding errors with at least one valid AC-3 file. 15 years ago
Michael Niedermayer ad9feac9fb Avoid huge array for rgb ljpeg on the stack. 15 years ago
Ben Littler e47ca4f798 map VYUY fourcc to rawcodec 15 years ago
Justin Ruggles 4c1645a458 Set sample format in flac_decode_init() rather than in 15 years ago
Justin Ruggles dee34af4d6 Set the sample format for Smacker audio in the decoder rather than in the 15 years ago
Vitor Sessak 083c5a48ec Implement AMR gain function that is used by both AMR and SIPR. 15 years ago
Michael Niedermayer 8a08175f3f Change whitespace placement a little to improve readabiliy slightly. 15 years ago
Michael Niedermayer f92e769666 Multiple inclusion guards for synth_filter.h. 15 years ago
Francesco Lavra e58992e41f Support demuxing teletext in DVB streams. 15 years ago
Michael Niedermayer d886e4df10 Vertically align function arguments. 15 years ago
Måns Rullgård de4070b520 Add generic rules for building helpers with HOSTCC 15 years ago
Reimar Döffinger 7a41027cc4 vorbis_dec: factor out duplicated code for index reading, bounds checking and 15 years ago
Reimar Döffinger 3db0208c42 Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. 15 years ago
Måns Rullgård 785d3c97b2 Makefile cosmetics 15 years ago
Måns Rullgård df4fe41df4 Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set 15 years ago
Reimar Döffinger 52a4a07778 Fix out-of-tree builds with --enable-hardcoded-tables 15 years ago
Reimar Döffinger 2300b120dd Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. 15 years ago
Reimar Döffinger 9e8fecf7ea Better formatting for 2D tables in tableprint code. 15 years ago
Reimar Döffinger 8abe97be92 10l, fix incorrect endif comment. 15 years ago
Reimar Döffinger eadaa00c6f Add support for hardcoding the mpegaudiodec tables. 15 years ago
Michael Niedermayer d49dded591 Remove unused variable j. 15 years ago
Michael Niedermayer 4f99c31c39 Split synth filter out of dca.c. 15 years ago
Diego Biurrun 638783bf81 Split PAM encoder off into its own file. 15 years ago
Diego Biurrun 318888f808 Split the decoders from pnmen.c off into their own file. 15 years ago
Diego Biurrun 761f2c9048 The encoders in pnmenc.c now depend on the init/end functions in pnm.c. 15 years ago
Vitor Sessak 504eee37de Commit some functions that are used by both SIPR and AMR. 15 years ago
Stefano Sabatini 51135d1d8e Move pixdesc.{h,c} from libavcodec to libavutil. 15 years ago
Stefano Sabatini 04a5c106f9 Consistently use third person in doxies. 15 years ago
Diego Biurrun 8767a009a1 Move PNM init/end functions to the PNM common code. 15 years ago
Diego Biurrun d3067047e7 whitespace cosmetics: K&R coding style, prettyprinting 15 years ago
Diego Biurrun bc8964ef20 Remove crufty leftovers from the era when this file resided within libavformat. 15 years ago
Ben Littler 9853bbb21a add some raw codec fourccs, fixes: 15 years ago
Benoit Fouet ff54bb975a Fix indentation. 15 years ago
Benoit Fouet 25b6d0bc69 Only memset for palettes of 16 elements. 15 years ago
Carl Eugen Hoyos 6d7d410f8b Clarify responsibility for freeing a buffer when using vdpau. 15 years ago