15354 Commits (81fc8a63c5eed8b151d3035ef6422663ca4cfce4)
 

Author SHA1 Message Date
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
Michael Niedermayer dd57251cb0 Remove old hackish codec probe system. 16 years ago
Anuradha Suraparaju 007f67b012 Fix pts handling when encoding with libschroedinger, closes issue 453. 16 years ago
Anuradha Suraparaju f73b204000 Fix pts handling when encoding with libdirac. 16 years ago
Michael Niedermayer 2a72e494c3 Use strcmp() instead of strncmp() in set_codec_from_probe_data(). 16 years ago
Michael Niedermayer 25d3fb7374 indent 16 years ago
Michael Niedermayer 942de2f4fa Only try to probe the codec when the available data has roughly doubled 16 years ago
Michael Niedermayer 312d24d5e9 Add mpegvideo and H.264 to the codec probe. 16 years ago
Michael Niedermayer 010acd8ea1 h264_probe() 16 years ago
Michael Niedermayer 55823964dc indent 16 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 16 years ago
Michael Niedermayer 3e86dba24b command_streams are type data not unknown. 16 years ago
Reimar Döffinger 09fec2b929 Use new style static VLC tables for IMC decoder. 16 years ago
Michael Niedermayer 9d3b9f2cce Move add_to_pktbuf() before av_read_packet(). My future work on codec identification 16 years ago
Michael Niedermayer 64cd3108df Move set_codec_from_probe_data() up to where the other probe functions are. 16 years ago
Michael Niedermayer 3179da621a Pass AVPacketList instead of the whole context to add_to_pktbuf as that is 16 years ago
Ramiro Polla d08e3e91af Prevent users from setting -vol and -acodec copy together. 16 years ago
Robert Swain f1b2f1bf50 Typo and grammar fix 16 years ago
Robert Swain 848eab4e0a Correct a couple of typos 16 years ago
Reimar Döffinger 8884b91898 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov 16 years ago
Reimar Döffinger ff2271267e 10l, forgot to replace a / 256 for r14173. 16 years ago
Reimar Döffinger ddcf031f3b Change MS ADPCM table so they fit into int8_t and change array type. 16 years ago
Michael Niedermayer 4972a2464b indent 16 years ago
Michael Niedermayer 7ee18c1781 Fix not coded channels / silence decoding. 16 years ago
Michael Niedermayer 362aba4be7 Check that we have enough output space available. 16 years ago
Andreas Öman 0261e3651a Deprecate avcodec_build(), it returns the same value as 16 years ago
Michael Niedermayer 876ef93d99 simplify 16 years ago
Michael Niedermayer 6e264d45bc Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr. 16 years ago
Diego Biurrun 4ad62d9a5c Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. 16 years ago
Diego Biurrun fd9f315339 Make preprocessor condition more specific and useful by changing 16 years ago
Diego Biurrun 58607ca7d2 Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. 16 years ago
Diego Biurrun 37673b1bdd Move a function and an #ifdef CONFIG_MUXERS so that functions used only for 16 years ago
Diego Biurrun 66b32ce8d0 Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, 16 years ago
Kostya Shishkov d7e1fc4254 SSE2 optimizations for Monkey's Audio decoder vector functions 16 years ago
Jason Garrett-Glaser 3a8322b133 H264: Fix decoding with CABAC/delta_qp/PCM macroblocks. 16 years ago