23327 Commits (86be2bc36f24ffc92d5474fca00465494ec33cef)
 

Author SHA1 Message Date
  Måns Rullgård 86be2bc36f Prettify make output for documentation 16 years ago
  Måns Rullgård b91cd80917 Change dir into doc/ when running texi2html 16 years ago
  David Conrad f50dafa8fc vp3: avoid buffer overread in coeff decode 16 years ago
  Carl Eugen Hoyos 2cbc1ec676 Fix indentation after r22414. 16 years ago
  Zhou Zongyi d00261a34b SIMD optimization using float_to_int16_interleave. 16 years ago
  Alex Converse 6ebc724060 aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset. 16 years ago
  Alex Converse 134b8cbb9a aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of those functions. 16 years ago
  Alex Converse f7e7888b2a aacsbr: Factor out the common end border case from t_q setup. 16 years ago
  Alex Converse ac8d655a79 aacsbr: read bs_rel_bord directly into t_env. 16 years ago
  Alex Converse ecc1f8c3c8 aacsbr: Make the previous value of bs_num_env local to read_sbr_data(). 16 years ago
  Alex Converse 46751a65e3 aacsbr: Initialize e_a[1] to -1. 16 years ago
  Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 16 years ago
  Martin Storsjö 19fcd66c31 Docs: Place the vorbis comment properly, currently it's shown above the table 16 years ago
  Måns Rullgård 297bfb2fe6 libm.h needs attributes.h 16 years ago
  Måns Rullgård a7e7d40c2e ARM: set size of asm functions in object files 16 years ago
  Martin Storsjö db76ca7f35 Use rt->control_uri consequently instead of s->filename in all RTSP commands 16 years ago
  Måns Rullgård 28e5130b5f Replace some printf() with puts() in tableprint.c 16 years ago
  Måns Rullgård a736e0e5c2 Prettify make output when generating headers 16 years ago
  Michael Niedermayer 67c10de7d2 Add special case to avoid binary search when appending index entries. 16 years ago
  Måns Rullgård 335ee1aadd Move libm replacements to new header libm.h 16 years ago
  Martin Storsjö 03f8fc0897 RTSP: Resolve and use the actual IP address of the peer we're connected to, 16 years ago
  Måns Rullgård 0c8cc2c4d8 Reorder some make rules 16 years ago
  Måns Rullgård d8e117ddfe Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefiles 16 years ago
  Måns Rullgård 1afc4750ef configure: always write shared lib variables to config.mak 16 years ago
  Måns Rullgård 451db9832c Simplify static/shared build rules 16 years ago
  Måns Rullgård 8c5239b382 Move some make rules outside of eval'd block 16 years ago
  Måns Rullgård 477b338266 cosmetic: move some makefile variable definitions 16 years ago
  Måns Rullgård 7acc01042e Remove duplicates from OBJS 16 years ago
  Peter Ross fb6a32c30f Remove static function name prefixes from American Laser Games MM demuxer 16 years ago
  Peter Ross cc4e8b1267 Ensure Bink demuxer returns AVERROR code when av_get_packet() fails 16 years ago
  Peter Ross 279a0c976e Enable tcp_protocol when enabling http 16 years ago
  Alex Converse 5889172087 aacsbr: Dead code removal. 16 years ago
  Alex Converse afd96c345f aacsbr: Remove a slightly incorrect comment. 16 years ago
  Alex Converse 171b7b9112 Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64." 16 years ago
  Alex Converse 7935078623 aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context 16 years ago
  Alex Converse 7333f849b1 aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid(). 16 years ago
  Alex Converse b9c3e3b6e7 aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid). 16 years ago
  Alex Converse ed1d112931 aacsbr: Fail early on illegal envelope counts. 16 years ago
  Alex Converse 8a9ee4b102 aacsbr: Check for illegal values of bs_pointer in sbr_read_grid(). 16 years ago
  Vitor Sessak e8ff21fdf5 Revert commit 22378. 16 years ago
  Reinhard Tartler 07cea6d1cd Fix compilation on powerpc with --disable-altivec 16 years ago
  Kostya Shishkov 95bd18eeca Check for reference frames so RV 3/4 won't segfault trying to copy data from 16 years ago
  David Conrad d63a718764 vp3: correctly clip vp3_draw_horiz_band call 16 years ago
  Alex Converse bf3d904c3d 10l: Include missing return values in functions made non-void by the previous commit. 16 years ago
  Alex Converse 58b1cba0c9 aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatted streams. 16 years ago
  Georgi Chorbadzhiyski e0be763052 Add a missing fft.h include to the aacsbr decoder. 16 years ago
  Georgi Chorbadzhiyski 49351479ea Add missing build dependencies for the AAC decoder caused by adding of SBR. 16 years ago
  David Conrad f9ff7179ff mkvenc: Handle negative timestamps correctly 16 years ago
  David Conrad 654b65d012 mkvenc: Don't try to write packets with unknown timestamps 16 years ago
  David Conrad 84d4e599a5 mkvenc: write dts for VFW mode 16 years ago