4878 Commits (4440b1188ebc1e9fc901bccfcee384423b0a264f)

Author SHA1 Message Date
  Diego Biurrun 7f3f0dc221 Remove unused variable. 18 years ago
  Alex Beregszaszi 11fde35d7c compile rawvideo decoder on request 18 years ago
  Alex Beregszaszi 4ea385bbbc compile mjpeg parser if requested 18 years ago
  Alex Beregszaszi ddec67e8b1 ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c 18 years ago
  Alex Beregszaszi a7b91ac6de cosmetics: remove my email address 18 years ago
  Diego Biurrun 3154f6dbf9 typo 18 years ago
  Måns Rullgård 8520b6345c add .type foo, %function directives for the benefit of debuggers 18 years ago
  Reimar Döffinger a1ce61108b Fix parts missed in clip -> av_clip rename 18 years ago
  Benjamin Larsson b8c4a51598 Deobfuscade decodeTonalComponents calling logic. 18 years ago
  Benjamin Larsson 1e8391777d Version bump, atrac3 added. 18 years ago
  Ramiro Polla a31978e97c Simplify, patch by Ramiro Polla. 18 years ago
  Ramiro Polla 4620ce8bb8 Remove unused vars, patch by Ramiro Polla. 18 years ago
  Ramiro Polla d9fd5461aa Remove unused vars, patch by Ramiro Polla. 18 years ago
  Ramiro Polla b707cbb3e8 Cosmetics, patch by Ramiro Polla. 18 years ago
  Kostya Shishkov a61456152d Pullback should be performed on scaled motion vectors in B-frames 18 years ago
  Diego Biurrun 9a79101f1e Remove the build instructions from the doxygen comments, they are duplicated 18 years ago
  Diego Biurrun ee4c54a313 Doxygen comment wording/spelling 18 years ago
  Benjamin Larsson 10e26bc782 Atrac3 decoder. 18 years ago
  Diego Biurrun 98d0205145 Move AC3 header parsing code together with the rest of the AC3 parsing code. 18 years ago
  Michael Niedermayer d3255f6fd8 fix mjpeg.mov 18 years ago
  Michael Niedermayer fe2ad119e9 fix playback of angels_480-mjpegcompress.avi 18 years ago
  Michael Niedermayer 6b5e72c994 fix playback of odd_height.mov 18 years ago
  Michael Niedermayer 6c3dba5760 correct another possible buffer overflow where interlaced would 18 years ago
  Michael Niedermayer c28baf069d fix tiff regression test (bitexact flag was ignoredwhich caused the 18 years ago
  Baptiste Coudurier 1106e4abe4 remove MpegEncContext, patch by baptiste 18 years ago
  Diego Biurrun f9be0cb800 Update preprocessor directive comments to take recent changes to this file 18 years ago
  Diego Biurrun 24ba15b16e cosmetics: Fix indentation. 18 years ago
  Joakim Plate a74008a4c3 timestamps generation improvement when parsing avi 18 years ago
  Benjamin Larsson 940d8f7614 As usual Real actually took something existing and rebranded it. 18 years ago
  Diego Biurrun 79f20349ce Add complete instructions for the brave people wishing to fiddle with the 18 years ago
  Stanislav Brabec 91024272cb Replace hackish support for amr-nb and amr-wb. Instead of including the source 18 years ago
  Diego Biurrun 0c8351b80f Update download URL with a link to a working version. 18 years ago
  Limin Wang 3b77e48f0a add a check before find_frame_end call 18 years ago
  Benjamin Larsson d64b88d440 Per reference swf/flv adpcm encoder. 18 years ago
  Diego Biurrun 3011c6f62e cosmetics: indentation 18 years ago
  Luca Barbato 1f1aadc37c ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 18 years ago
  Ivo van Poorten 6db140ddb4 cosmetics after last commit 18 years ago
  Ivo van Poorten 201df5a19f Add support for grayscale images with arbitrary maxvals. 18 years ago
  Marco Gerards e457023a95 Fix an underflow/overflow that was causing some crackles when playing 18 years ago
  Kostya Shishkov 44942d52b6 Set C predictor to zero if unavailable (should fix B-frame border artifacts) 18 years ago
  Michael Niedermayer c4a7b86100 superflouos () 18 years ago
  Michael Niedermayer 0ddfb84d6d remove code_prefix variable, no speed change 18 years ago
  Michael Niedermayer adf6640c8c simplify 18 years ago
  Reinhard Nissl ad1ea1f155 When dst_length == 0 bit_length has to be 0, too, but the current code still 18 years ago
  Reinhard Nissl 6ac9696e77 Remove a NAL unit's trailing zero bytes even when dst_length is 1. 18 years ago
  Reinhard Nissl ff82e429cb scenario: A properly coded frame is followed by an end of sequence NAL unit, 18 years ago
  Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
  Diego Biurrun 597cbdaf03 Only compile in Theora-specific functions if the Theora decoder has been 18 years ago
  Diego Biurrun 6f6a3e2acb cosmetics: Move one code block to save an #ifdef in the next commit. 18 years ago
  Diego Biurrun d7455a1c18 Remove #if 0 code. 18 years ago