14938 Commits (9296f5d81acb9b3f8d8870a78ded6e284a1f4f58)
 

Author SHA1 Message Date
Måns Rullgård de0e19cc38 ARM: disable use of system byteswap.h 16 years ago
Måns Rullgård c696a863d4 ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() 16 years ago
Måns Rullgård ea66f252a8 ARM: ARMv6 optimised bswap_16/32 16 years ago
Måns Rullgård 29c8b6263a Remove dead code in bitstream.h 16 years ago
Alexander Strange b1e12f99a2 Print the address of the AVCodecContext in av_log(). 16 years ago
Loren Merritt 4342a7f30b 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples 16 years ago
Michael Niedermayer 154dffd04c Make flic probe check a few more things. 16 years ago
Michael Niedermayer 744b4c02c2 Move the codec_id overriding at a slightly better place. 16 years ago
Måns Rullgård e1f15d3836 H264: fix index range assert() in remove_short_at_index() 16 years ago
Michael Niedermayer 283c061936 Remove common factors from timebase in av_set_pts_info(). 16 years ago
Michael Niedermayer 54347c2f51 Fix infinite loop at EOF. 16 years ago
Vitor Sessak 0e3510a31f Revert r14218. FFMAX is a macro, so 16 years ago
Ben Littler e44bbf623e only animated gif (gifdec.c) was removed) 16 years ago
Diego Biurrun fb72cf46f7 gifdec.c was removed, purge its entry from the Makefile. 16 years ago
Michael Niedermayer f55a5281ac Fix decoding of 320x240.ogg. 16 years ago
Michael Niedermayer 8833f375f9 -itsscale to scale timestamps 16 years ago
Alexander Strange 88c5cadc2a Cosmetics: reindent. 16 years ago
Alexander Strange 2ac6ff2ecb Remove const vector casts. 16 years ago
Ben Littler 1cad63d625 removed gif decoder in r14209 16 years ago
Diego Biurrun 89129c6b1d Drop non-C99-compliant initialization. 16 years ago
Michael Niedermayer 4c453ddbbc Make our flac decoder decode all the data at EOF. 16 years ago
Matthieu Castet 4a8361f848 tools/trasher: Don't mix srand/rand and srandom/random interface. 16 years ago
Stefano Sabatini 9606a83824 strdup() the default value for rc_eq in AVCodec when setting it in 16 years ago
Michael Niedermayer bd6754aa79 On EOF keep calling the decoders until they do not output anything 16 years ago
Stefano Sabatini f969058998 Fix the logic to access the location of a string to free when setting 16 years ago
Vitor Sessak b903a9285e Simplify 16 years ago
Vitor Sessak 3819081f75 Another av_clipf() usage 16 years ago
Vitor Sessak aa64ee30d1 Do not declare as double a var that only stores a float 16 years ago
Vitor Sessak 1894db1487 Simplify: use FFMAX 16 years ago
Reimar Döffinger b08edb2268 check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and 16 years ago
Vitor Sessak 4138ad961c Add av_clipf() function to common.h and use it in ra288.c 16 years ago
Måns Rullgård 8effdce0e7 dvdsubdec: allow compilation with -DDEBUG 16 years ago
Måns Rullgård e8420626d0 RTP: use dprintf(), allow compilation with -DDEBUG 16 years ago
Måns Rullgård f94981ea6a ASF: use dprintf(), allow compilation with -DDEBUG 16 years ago
Michael Niedermayer 0b54f3c087 Remove gif demuxer, the code contains a gif decoder and lzw decoder neither 16 years ago
Michael Niedermayer 8858816d4c Use -vsync 0 unless the user explicitly asked for something 16 years ago
Loren Merritt b9fa32082c exploit mdct symmetry 16 years ago
Ramiro Polla eb2cd99c73 mlpdec: Check for bits left before each read of End-of-Stream indicator and 16 years ago
Loren Merritt f27e1d645e simplify vorbis windowing 16 years ago
Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 16 years ago
Reimar Döffinger f9bd305694 clip MS ADPCM predictor range to correct [0..6] range, not [0..7] 16 years ago
Reimar Döffinger 962fe7e1c4 Use bytestream and AV_RL* functions in ADPCM code where possible 16 years ago
Reimar Döffinger ae8afab998 Fix MS ADPCM de- and encoding: first and second sample are swapped. 16 years ago
Diego Biurrun e70f1a2067 Add parisc* to the list of architectures requiring PIC flags for shared libs. 16 years ago
Måns Rullgård 9ea583e1f6 mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter 16 years ago
Måns Rullgård ffa978f157 mathops: add MAC64, MLS64, and MLS16 16 years ago
Måns Rullgård 71c465a151 Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER 16 years ago
Michael Niedermayer c1c9046656 Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which 16 years ago
Måns Rullgård 1b71f04586 configure: simplify negative dependencies 16 years ago
Måns Rullgård 3250003c79 configure: allow !foo as argument to enabled/disabled and *_deps lists 16 years ago