6799 Commits (a28d9122d2c09296ba323ad62a7ff9956e394bc7)

Author SHA1 Message Date
Diego Biurrun 8f89843475 The MPEG4AAC codec is provided by an external library and will be disabled 17 years ago
Diego Biurrun 9f4aa35359 missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago
Michael Niedermayer ee83232aa9 Avoid using log2() freebsd does not support it. 17 years ago
Diego Biurrun 51c86db57b Fix big-endian vs. little-endian typo. 17 years ago
Diego Biurrun 6823d427c6 consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago
Diego Biurrun 44caa86d68 Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it. 17 years ago
Diego Biurrun 26c5202173 cosmetics: Use C-style comment delimiters with #endif directives. 17 years ago
Diego Biurrun bcdab7e547 cosmetics: Fix typos in ADPCM codec long names. 17 years ago
Stefano Sabatini 88c5216261 cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. 17 years ago
Vitor Sessak 0ba20fa566 Remove useless buffers 17 years ago
Vitor Sessak be4488dcbe Simplify rotate_block() 17 years ago
Vitor Sessak 177fa453db Do not pass the context to functions that do not use it 17 years ago
Vitor Sessak e9de4f5640 Declare vars as const when possible 17 years ago
Vitor Sessak 4aa485a3f6 Do not copy tables to a context var, use them directly 17 years ago
Vitor Sessak bd0d10c2f1 Remove unneeded fields from the decoder context 17 years ago
Vitor Sessak ae9b8019ec Read the bitstream where the data is actually needed instead of doing it in unpack_input() 17 years ago
Vitor Sessak ab5e6526a3 Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out) 17 years ago
Vitor Sessak cf408d8873 Cosmetics: remove useless parenthesis 17 years ago
Vitor Sessak dbef8b1c84 The first table of decodetable[] is unrelated to the other. Rename it. 17 years ago
Diego Biurrun d349334abc ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago
Stefano Sabatini 0f3af710de DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago
Stefano Sabatini 5cec11b612 Make av_set_string() fail when number could not be set. 17 years ago
Stefano Sabatini 7c55e71d51 Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it. 17 years ago
Stefano Sabatini 9203741a46 Update offset in the option string later, to have a better error message. 17 years ago
Måns Rullgård 40a655e306 acelp_filters.h needs stdint.h 17 years ago
Carl Eugen Hoyos 738a89b93a Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. 17 years ago
Stefano Sabatini 0be2f1e3f0 Fix a typo. 17 years ago
Carl Eugen Hoyos 3f8adf26a4 Correct type for pcx_rle_decode(). 17 years ago
Carl Eugen Hoyos 88a50f6c92 Replace one more occurrence of -1 with PIX_FMT_NONE. 17 years ago
Guillaume Poirier d9481eb7f3 armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since 17 years ago
Carl Eugen Hoyos b1d966a088 Do not use variable frame_info before its value is set. 17 years ago
Alexander Strange 5da1ab1ae1 Previous commit missed an initialization - this fixes FATE's test sample. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Alexander Strange 488aca9b1e Set and use h->mb_xy in SVQ3 too. 17 years ago
Siarhei Siamashka e6303192c7 Add some initial optimizations for ARM VFP (floating 17 years ago
Alexander Strange bff2266a7f Remove newly unused variables. 17 years ago
Alexander Strange d2b54ec801 Use h->mb_xy directly in decode_cabac_residual(). 17 years ago
Alexander Strange 64514ee8de Store mb_xy in H264Context and only calculate it once per MB. 17 years ago
Vitor Sessak 1d46ba661c Simplify do_voice(). 17 years ago
Vitor Sessak 0d493edd0b Replace some hardcoded swapping with FFSWAP. 17 years ago
Vitor Sessak cd780422e1 Remove unused defines from ra144. 17 years ago
Matthieu Castet 6827f6f216 cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>. 17 years ago
Matthieu Castet e5838c90ee simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>. 17 years ago
Vladimir Voroshilov ce9eac7913 Implement bidirectional (positive offset - left, negative - right) 17 years ago
Stefano Sabatini 5fcc4a236b Document AVCodecContext channels field. 17 years ago
Vladimir Voroshilov 542c064d1b Update comment to version, negotiated with Diego, and 17 years ago
Vladimir Voroshilov 7c96587c17 Fix compilation error. 17 years ago
Justin Ruggles 59d598b923 fix reading of samples-per-frame 17 years ago
Vladimir Voroshilov a52000f291 various filters for ACELP-based codecs 17 years ago
Vitor Sessak f863bee841 Simplify a list of array allocations with a loop. 17 years ago