14775 Commits (fb72cf46f71281d6296b2903398a49430d3e8919)
 

Author SHA1 Message Date
Diego Biurrun fb72cf46f7 gifdec.c was removed, purge its entry from the Makefile. 17 years ago
Michael Niedermayer f55a5281ac Fix decoding of 320x240.ogg. 17 years ago
Michael Niedermayer 8833f375f9 -itsscale to scale timestamps 17 years ago
Alexander Strange 88c5cadc2a Cosmetics: reindent. 17 years ago
Alexander Strange 2ac6ff2ecb Remove const vector casts. 17 years ago
Ben Littler 1cad63d625 removed gif decoder in r14209 17 years ago
Diego Biurrun 89129c6b1d Drop non-C99-compliant initialization. 17 years ago
Michael Niedermayer 4c453ddbbc Make our flac decoder decode all the data at EOF. 17 years ago
Matthieu Castet 4a8361f848 tools/trasher: Don't mix srand/rand and srandom/random interface. 17 years ago
Stefano Sabatini 9606a83824 strdup() the default value for rc_eq in AVCodec when setting it in 17 years ago
Michael Niedermayer bd6754aa79 On EOF keep calling the decoders until they do not output anything 17 years ago
Stefano Sabatini f969058998 Fix the logic to access the location of a string to free when setting 17 years ago
Vitor Sessak b903a9285e Simplify 17 years ago
Vitor Sessak 3819081f75 Another av_clipf() usage 17 years ago
Vitor Sessak aa64ee30d1 Do not declare as double a var that only stores a float 17 years ago
Vitor Sessak 1894db1487 Simplify: use FFMAX 17 years ago
Reimar Döffinger b08edb2268 check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and 17 years ago
Vitor Sessak 4138ad961c Add av_clipf() function to common.h and use it in ra288.c 17 years ago
Måns Rullgård 8effdce0e7 dvdsubdec: allow compilation with -DDEBUG 17 years ago
Måns Rullgård e8420626d0 RTP: use dprintf(), allow compilation with -DDEBUG 17 years ago
Måns Rullgård f94981ea6a ASF: use dprintf(), allow compilation with -DDEBUG 17 years ago
Michael Niedermayer 0b54f3c087 Remove gif demuxer, the code contains a gif decoder and lzw decoder neither 17 years ago
Michael Niedermayer 8858816d4c Use -vsync 0 unless the user explicitly asked for something 17 years ago
Loren Merritt b9fa32082c exploit mdct symmetry 17 years ago
Ramiro Polla eb2cd99c73 mlpdec: Check for bits left before each read of End-of-Stream indicator and 17 years ago
Loren Merritt f27e1d645e simplify vorbis windowing 17 years ago
Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 17 years ago
Reimar Döffinger f9bd305694 clip MS ADPCM predictor range to correct [0..6] range, not [0..7] 17 years ago
Reimar Döffinger 962fe7e1c4 Use bytestream and AV_RL* functions in ADPCM code where possible 17 years ago
Reimar Döffinger ae8afab998 Fix MS ADPCM de- and encoding: first and second sample are swapped. 17 years ago
Diego Biurrun e70f1a2067 Add parisc* to the list of architectures requiring PIC flags for shared libs. 17 years ago
Måns Rullgård 9ea583e1f6 mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter 17 years ago
Måns Rullgård ffa978f157 mathops: add MAC64, MLS64, and MLS16 17 years ago
Måns Rullgård 71c465a151 Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER 17 years ago
Michael Niedermayer c1c9046656 Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which 17 years ago
Måns Rullgård 1b71f04586 configure: simplify negative dependencies 17 years ago
Måns Rullgård 3250003c79 configure: allow !foo as argument to enabled/disabled and *_deps lists 17 years ago
Michael Niedermayer dd57251cb0 Remove old hackish codec probe system. 17 years ago
Anuradha Suraparaju 007f67b012 Fix pts handling when encoding with libschroedinger, closes issue 453. 17 years ago
Anuradha Suraparaju f73b204000 Fix pts handling when encoding with libdirac. 17 years ago
Michael Niedermayer 2a72e494c3 Use strcmp() instead of strncmp() in set_codec_from_probe_data(). 17 years ago
Michael Niedermayer 25d3fb7374 indent 17 years ago
Michael Niedermayer 942de2f4fa Only try to probe the codec when the available data has roughly doubled 17 years ago
Michael Niedermayer 312d24d5e9 Add mpegvideo and H.264 to the codec probe. 17 years ago
Michael Niedermayer 010acd8ea1 h264_probe() 17 years ago
Michael Niedermayer 55823964dc indent 17 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 17 years ago
Michael Niedermayer 3e86dba24b command_streams are type data not unknown. 17 years ago
Reimar Döffinger 09fec2b929 Use new style static VLC tables for IMC decoder. 17 years ago
Michael Niedermayer 9d3b9f2cce Move add_to_pktbuf() before av_read_packet(). My future work on codec identification 17 years ago