13865 Commits (d424e138d119081b2f12a5c45addb7a0ddd0a0c2)
 

Author SHA1 Message Date
Michael Niedermayer 6bf6a9301b Simplify vsad16_mmx(). 17 years ago
Vitor Sessak b8caf9bf28 Convert ra144.h tables from hex to decimal 17 years ago
Michael Niedermayer e13810223a Simplify vsad_intra16_mmx2() 17 years ago
Michael Niedermayer 06bb35f94c Simplify vsad_intra16_mmx() 17 years ago
Lars Täuber 1472b7dd28 LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net 17 years ago
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
Jeremy Kolb ba321adb94 Store license value in a variable for later use. 17 years ago
Stefano Sabatini e6375662db cosmetics: Make 'ffserver -h' output consistent with other ff* tools. 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
Måns Rullgård bcea99bb44 set $logfile before use 17 years ago
Aurelien Jacobs 54dddf095c matroskadec: add support for bzlib compressed tracks 17 years ago
Aurelien Jacobs e8214e0e48 cosmetics: alignment 17 years ago
Aurelien Jacobs f402916e4a Add a check for bzlib; used in the Matroska demuxer. 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
Baptiste Coudurier 3f60afad28 try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 17 years ago
Baptiste Coudurier 0a1bd250d1 do not fail if correct is not recognized 17 years ago
Baptiste Coudurier 24c1d3b54d cosmetics, remove space before opening parenthesis 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 2270b4b2da cosmetics: Add whitespace around redirection operators. 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
Aurelien Jacobs 2f79b4e8af add missing \n in av_log message 17 years ago
Aurelien Jacobs fbb878ce0f matroskadec: add support for zlib compressed tracks 17 years ago
Måns Rullgård 40a655e306 acelp_filters.h needs stdint.h 17 years ago
François Revol 7cf6af27c9 Fix non-debug build. 17 years ago
Måns Rullgård e4e69e0b8b set temporary filenames before using them 17 years ago
Ramiro Polla dcc01c0665 Add more support for Win64: 17 years ago
Ramiro Polla b24dbcbdd6 Move arch check before OS check. 17 years ago
Carl Eugen Hoyos 738a89b93a Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. 17 years ago
Carl Eugen Hoyos 696c30688b Fix icc warning #188: enumerated type mixed with another type 17 years ago
Carl Eugen Hoyos e3227b3f25 Add MATROSKA_TRACK_TYPE_NONE. 17 years ago
Stefano Sabatini 54d2d4f698 Make 'ffmpeg -formats' print codec long names. 17 years ago