13816 Commits (5b2bb2c906d1b20234c22e2ce21cc9d9a7b4a44a)
 

Author SHA1 Message Date
Stefano Sabatini 54d2d4f698 Make 'ffmpeg -formats' print codec long names. 17 years ago
JonY 0eeb52f9e9 Use pkg-config for libschroedinger libs, not only for CFLAGS. 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
Ramiro Polla 4c25d159b1 Also install .lib files with versioned filename. 17 years ago
JonY d59868d86a Create .lib files in the subdirs. 17 years ago
Carl Eugen Hoyos 88a50f6c92 Replace one more occurrence of -1 with PIX_FMT_NONE. 17 years ago
Carl Eugen Hoyos d9133126d3 Replace some occurrences of 0 with CODEC_ID_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
Diego Pettenò 3375a6a597 Use strcasecmp() instead of re-inventing it. 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
Carl Eugen Hoyos 907eb3b526 Allow icc to compile with optimizations (pentium3, pentium4 or core2). 17 years ago
Carl Eugen Hoyos 504a64b95d Silence useless icc warnings. 17 years ago
Vladimir Voroshilov ce9eac7913 Implement bidirectional (positive offset - left, negative - right) 17 years ago
Dave Yeo 0a1b29dea7 sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net 17 years ago
Stefano Sabatini 5fcc4a236b Document AVCodecContext channels field. 17 years ago
Luca Abeni 397db8ac5e Fix type of dest_addr_len to respect return value of udp_set_url. 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
Vladimir Voroshilov 3f3865d30b Replace hardcoded LP filter order with parameter. 17 years ago
Vitor Sessak bf21a10f1c Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. 17 years ago
Vitor Sessak 57ecbbbb1e Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. 17 years ago
Vitor Sessak 47eb818713 cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, 17 years ago
Benoit Fouet f211662c7c Add missing path to #include. 17 years ago
Diego Biurrun a12b44d7fb Add missing required header directly. 17 years ago
Diego Biurrun 20cd685ae8 Add missing path to #include. 17 years ago
Diego Biurrun 223d678a3f Add missing path to #include statement. 17 years ago
Keiji Costantini 49f2339cbf Remove in_asm_used_var_warning_killer() 17 years ago
Diego Biurrun 9b3cdc2ece Remove -I flags pointing to local paths, they are no longer necessary. 17 years ago
Diego Biurrun 83da2c6f26 Use full path for #includes from another directory. 17 years ago
Diego Biurrun 2343a04092 Remove redundant #undef statements that were mistakenly committed. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Jai Menon 86b2d47fc0 IFF stereo support 17 years ago
Diego Biurrun c38e75fc52 Add required stdint.h header. 17 years ago
Michael Niedermayer def1e277b9 Little fix for block sizes <16 17 years ago