6289 Commits (d248905ba582b399bf1244fafcdfedc36569fe51)

Author SHA1 Message Date
Diego Biurrun 0c89322463 Change some files to only include the necessary headers. 17 years ago
Benoit Fouet 1234585fac Initialize "saved" buffer to zero. 17 years ago
Justin Ruggles 7564658bbc cosmetics: indentation and add a TODO comment 17 years ago
Justin Ruggles 471db688c6 only check ac3 crc if AVCodecContext.error_resilience > 0 17 years ago
Justin Ruggles 5706c0becd cosmetics: indentation after last commit 17 years ago
Justin Ruggles bd03aa1556 remove workaround which is no longer needed due to 17 years ago
Kostya Shishkov b44665c4e6 Make decode210() common function. 17 years ago
Justin Ruggles d6939960d5 add crc check to ac3 decoder 17 years ago
Christophe Gisquet ae904fd028 Fix issue #301: 17 years ago
Kostya Shishkov e640a5c4ce Direct blocks should use motion vectors from the second reference frame 17 years ago
Justin Ruggles 12eaa3b760 simplify 17 years ago
Justin Ruggles b35c67e58b pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments 17 years ago
Justin Ruggles 866181e5e8 cosmetics: rename sampling_rate to sample_rate 17 years ago
Justin Ruggles 0345fade94 do not need to cast a (void *) 17 years ago
Justin Ruggles 1b70d88b7a cosmetics: vertical realignment after last commit 17 years ago
Justin Ruggles d802d7ca12 cosmetics: rename all AC3DecodeContext variables from ctx to s 17 years ago
Justin Ruggles 23c8cb89c9 cosmetics: rename GetBitContext gb to gbc 17 years ago
Justin Ruggles 005ab694ae remove unused context variable 17 years ago
Evgeniy Stepanov f9a9b3509c export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) 17 years ago
Ivo van Poorten 29e35482e7 remove forgotten debug statement 17 years ago
Ivo van Poorten 3c808d8cc4 Sort properly 17 years ago
Ivo van Poorten d43df959d7 Sun Rasterfile decoder 17 years ago
Justin Ruggles 02c164c148 use cutoff frequency to adjust bandwidth in ac3 encoder 17 years ago
Justin Ruggles 08ac1e783e use bps instead of kbps for bitrate 17 years ago
Justin Ruggles c135b520e7 Do not give advice for which bitrate to choose. 17 years ago
Justin Ruggles 678a7179b6 fix typo 17 years ago
Diego Biurrun 22170ec0b2 Remove mistakenly added multiple inclusion guards. 17 years ago
Diego Biurrun 35562dc962 Fix make checkheaders. 17 years ago
Diego Biurrun 3035cb6796 Add necessary #include, fixes the warnings: 17 years ago
Alexander Strange d479d58cb6 Fix clicking sound in xa-adpcm. 17 years ago
Ivo van Poorten 91be76a662 remove useless cast 17 years ago
Michael Niedermayer 9f175aa075 Fix encoding wmv1 with -mbd 1. 17 years ago
Ivo van Poorten b4abe1d198 PC Paintbrush PCX image decoder 17 years ago
Ivo van Poorten d6bb52acdc remove useless assignment 17 years ago
Ivo van Poorten 0fd0cae082 remove useless assignment 17 years ago
Ivo van Poorten 9a8d731832 remove useless casts 17 years ago
Reimar Döffinger 9c87b8f777 Check for avcodec_open codec parameter == NULL and return error in that case 17 years ago
Diego Biurrun 64bb7bd519 typo: begining --> beginning 17 years ago
Luca Barbato 9e052e8d28 Reindent 17 years ago
Luca Barbato 4049e0142d Minor fix 17 years ago
Luca Barbato 6b646b068e 10l do not load after the buffer... 17 years ago
Luca Barbato 08571377e6 Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually 17 years ago
Luca Barbato 4159db8ca3 Reindent 17 years ago
Luca Barbato e36b639f0f Partially address issue299, no performance change apparently 17 years ago
Luca Barbato 8d8d178dad Avoid a vec_add, directly start with sum 17 years ago
Luca Barbato c7f66add4c Reindent 17 years ago
Luca Barbato a75fe63d3e Factorize common code (almost cosmetic) 17 years ago
Luca Barbato 907fc60f31 Cosmetics 17 years ago
Christophe Gisquet 9fa3572903 add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. 17 years ago
Diego Biurrun 9fbd14acb8 Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. 17 years ago