6799 Commits (a28d9122d2c09296ba323ad62a7ff9956e394bc7)

Author SHA1 Message Date
Michael Niedermayer 909a9ad08d Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. 17 years ago
Michael Niedermayer e2d09b65e8 set coded_frame 17 years ago
Diego Biurrun 9c852bcf58 cosmetics: spelling typo fixes 17 years ago
Michael Niedermayer c192426fd8 Fix return type of ff_init_me(). 17 years ago
Michael Niedermayer dd72228e53 minor simplification 17 years ago
Michael Niedermayer 8403c543de redundant 17 years ago
Michael Niedermayer 540c5220ff Check dia size a little more. Fixes CID80. 17 years ago
Michael Niedermayer 6138ed777d Arrays where one element too small, fixes CID114. 17 years ago
Michael Niedermayer c1815c3700 memleak / fixes CID118 17 years ago
Michael Niedermayer 8e6f8869ab Do not read from prior the array, fix CID 127. 17 years ago
Vitor Sessak d26a180fd6 Add comment 17 years ago
Vitor Sessak 1fe50db3f2 Fix doxy comments 17 years ago
Diego Biurrun 842eabc5f9 cosmetics: XviD is now called Xvid. 17 years ago
Diego Biurrun ae52bbe5de cosmetics: typo fixes 17 years ago
Justin Ruggles bd98e9e230 zero the upper frequencies of the correct coefficients 17 years ago
Diego Biurrun 1384e27054 consistency cosmetics: indices --> indexes in variable names 17 years ago
Stefano Sabatini 5231f101d1 Clarify avcodec_encode_audio() vs. PCM audio. 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Diego Biurrun 30bd40f2f1 cosmetics: typo 17 years ago
Diego Biurrun 756a01f522 cosmetics: Use C-style comments in #endif directives. 17 years ago
Vitor Sessak 6286924461 Rename var: add read coefficients a decent name 17 years ago
Vitor Sessak e9655b3dcd Update comment 17 years ago
Vitor Sessak 2a7b6f251c Rename var: val -> energy 17 years ago
Vitor Sessak e037baf797 Rename var: swapbuf* are LPC related 17 years ago
Vitor Sessak f000bfad3d Rename var: buffer_2 is an adaptive codebook 17 years ago
Vitor Sessak 17a7fc8ceb Context vars are not global vars. glob is a bad name for it. 17 years ago
Vitor Sessak fc9fcbaed5 Rename context struct to be more consistent with the rest of ffmpeg 17 years ago
Michael Niedermayer bc545029bf Warn about packed B-frames. (especially useful if the file in question is 17 years ago
Michael Niedermayer 87b6ea8458 indent 17 years ago
Michael Niedermayer 99c1c3887d allow av_parser_close(NULL) 17 years ago
Michael Niedermayer 4806b9226c print direct_spatial_mv_pred 17 years ago
Justin Ruggles eccba2bc4b safer solution for setting audio parameters 17 years ago
Vitor Sessak 5012cf88a3 Merge two if's 17 years ago
Vitor Sessak 9d3c35fcfc Use (u)int16_t instead of (unsigned) short 17 years ago
Justin Ruggles cf03a8173a set audio parameters if frame header is ok, even if crc fails 17 years ago
Justin Ruggles 3336110acf cosmetics: indent 17 years ago
Justin Ruggles ecfe94b294 add error concealment 17 years ago
Vitor Sessak 6477a940f6 Yet more cosmetics 17 years ago
Vitor Sessak 6fc4fac06c More cosmetics 17 years ago
Vitor Sessak b906a5e3b7 Cosmetics 17 years ago
Vitor Sessak f8b5f7c71d Rename var 17 years ago
Vitor Sessak ac1c27b21c Minor simplification of dec1() 17 years ago
Vitor Sessak 4bf8f3029b Minor simplification of dec2() 17 years ago
Vitor Sessak c62c628fb3 Remove useless variable 17 years ago
Vitor Sessak 14ff7cceeb Cosmetics: merge declaration and initialization 17 years ago
Vitor Sessak cdc15adf16 Cosmetics: braces removal 17 years ago
Vitor Sessak 58e23a5f21 Move evaluation of variable a to where it is trivial 17 years ago
Vitor Sessak d6ff684b12 Make add_wav() receive a vector instead of three integers 17 years ago
Justin Ruggles 93a2c8c14f cosmetics: indent 17 years ago
Justin Ruggles 43ad93a4f1 10l: fix error in commit r13382 17 years ago