14738 Commits (dd57251cb0945c1eaf7eebbf23cdab77278ce05f)
 

Author SHA1 Message Date
  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
  Michael Niedermayer 64cd3108df Move set_codec_from_probe_data() up to where the other probe functions are. 17 years ago
  Michael Niedermayer 3179da621a Pass AVPacketList instead of the whole context to add_to_pktbuf as that is 17 years ago
  Ramiro Polla d08e3e91af Prevent users from setting -vol and -acodec copy together. 17 years ago
  Robert Swain f1b2f1bf50 Typo and grammar fix 17 years ago
  Robert Swain 848eab4e0a Correct a couple of typos 17 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 17 years ago
  Reimar Döffinger ff2271267e 10l, forgot to replace a / 256 for r14173. 17 years ago
  Reimar Döffinger ddcf031f3b Change MS ADPCM table so they fit into int8_t and change array type. 17 years ago
  Michael Niedermayer 4972a2464b indent 17 years ago
  Michael Niedermayer 7ee18c1781 Fix not coded channels / silence decoding. 17 years ago
  Michael Niedermayer 362aba4be7 Check that we have enough output space available. 17 years ago
  Andreas Öman 0261e3651a Deprecate avcodec_build(), it returns the same value as 17 years ago
  Michael Niedermayer 876ef93d99 simplify 17 years ago
  Michael Niedermayer 6e264d45bc Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr. 17 years ago
  Diego Biurrun 4ad62d9a5c Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. 17 years ago
  Diego Biurrun fd9f315339 Make preprocessor condition more specific and useful by changing 17 years ago
  Diego Biurrun 58607ca7d2 Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. 17 years ago
  Diego Biurrun 37673b1bdd Move a function and an #ifdef CONFIG_MUXERS so that functions used only for 17 years ago
  Diego Biurrun 66b32ce8d0 Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, 17 years ago
  Kostya Shishkov d7e1fc4254 SSE2 optimizations for Monkey's Audio decoder vector functions 17 years ago
  Jason Garrett-Glaser 3a8322b133 H264: Fix decoding with CABAC/delta_qp/PCM macroblocks. 17 years ago
  Ramiro Polla 28ce183917 Add a checklist about new codecs or formats to the documentation. 17 years ago
  Ramiro Polla 822cc8f71c Update Changelog and documentation for MVI demuxer and decoder. 17 years ago
  Diego Biurrun 5c5a6dfebb Update info for Sonic, add Dirac to supported formats list. 17 years ago
  Diego Biurrun 64c2f20a58 Sort lists ignoring case. 17 years ago
  Diego Biurrun d698c5d3a7 cosmetics: Fix inconsistent indentation. 17 years ago
  Luca Barbato 1619f426b9 100L, avoption splited code added, I should double check with svn status... 17 years ago
  avcoder 6413d91d08 Remove useless casts. 17 years ago
  avcoder 24909d3983 Remove useless casts. 17 years ago
  Anuradha Suraparaju 733cec1d73 Parse frames to feed the decoder with individual parse units. 17 years ago
  Anuradha Suraparaju eb64714c3a Add entry for Dirac codec. 17 years ago
  Anuradha Suraparaju 0cf0e25d22 Add a parameter for queue size. 17 years ago
  Luca Abeni 80150f7ee8 Fix MPEG video packetization for RTP 17 years ago
  Kostya Shishkov bb68f8a2b6 Monkey's Audio decoder vector functions work on input with length 17 years ago
  Gregory Montoir 5b8cc860a1 Motion Pixels MVI Demuxer. 17 years ago
  Gregory Montoir 974e0eeed3 Motion Pixels Video Decoder. 17 years ago
  Luca Barbato e40b183d3a Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini 17 years ago