16554 Commits (0d2d0f97a58d12d5804bf913348e498fac2cd25c)
 

Author SHA1 Message Date
  Diego Biurrun 0d2d0f97a5 Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. 17 years ago
  Diego Biurrun d785a67066 cosmetics: indentation 17 years ago
  Diego Biurrun 39fdda2bf1 Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead 17 years ago
  Kenan Gillet 469105aadb Fix typo in table value. 17 years ago
  Kostya Shishkov cd98279126 33l Fix applying residue condition in RV30/40 decoder 17 years ago
  Kostya Shishkov 78a0fa8c8f Eliminate direct use of s->current_picture in RV30/40 decoder 17 years ago
  Kostya Shishkov 7690351cf3 Use wider margins for edge emulation in RV30/40 17 years ago
  Måns Rullgård c260b59603 SH4: fix memzero_align8() 17 years ago
  Måns Rullgård 1a9e9a2fbd SH4: add macros for setting and restoring FPSCR.PR bit 17 years ago
  Måns Rullgård 6f14b19e48 SH4: remove some commented out blocks of code 17 years ago
  Roman Shaposhnik a21fd75f56 Making idct factor tables dynamically allocated 17 years ago
  Kostya Shishkov eeee48b26b Add channel layout to several audio decoders I maintain 17 years ago
  Roman Shaposhnik ff16d6e495 Change of indentation 17 years ago
  Måns Rullgård df69be0c13 SH4: fix IDCT 17 years ago
  Måns Rullgård 6f15dd8d14 SH4: do not mix code and declarations 17 years ago
  Måns Rullgård c136ece9b3 SH4: fix compilation of memzero_align8() 17 years ago
  Måns Rullgård b42019c130 SH4: remove unused functions 17 years ago
  Måns Rullgård d7e0f8dda6 SH4: replace missed rnd_avg2 -> rnd_avg32 17 years ago
  Måns Rullgård 23e05e69a8 SH4: rename functions with conflicting names 17 years ago
  Diego Biurrun 45e730c5e5 cosmetics: Add a few more explanatory comments to the object sections. 17 years ago
  Diego Biurrun a261890432 cosmetics: Sort processor-specific object lines into alphabetical order. 17 years ago
  Roman Shaposhnik 195b349041 Getting rid of huge static DV tables 17 years ago
  Roman Shaposhnik 1ac1217bd6 Getting rid of unneeded extra wrapper functions 17 years ago
  Baptiste Coudurier 12e416c848 decrease atom size, fix broken files missing version/flags 17 years ago
  Reynaldo H. Verdejo Pinochet a45bdbc4f5 Trivial, Cosmetics 17 years ago
  Stefano Sabatini fc5d0db59a Improve error message in case of output file with no streams, dumping 17 years ago
  Stefano Sabatini bdb9fd9b7f Improve messages printed when there is no input/output file, making 17 years ago
  Stefano Sabatini 7a7da6b42f Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a 17 years ago
  Diego Biurrun 40b509b36b Add a Makefile variable for the old scaler that gets enabled when the new 17 years ago
  Diego Biurrun 767d3e7bf7 Revert previous commit: the libavcodec/i386/fft_*.o objects depend on 17 years ago
  Diego Biurrun ba01d867f5 Only the yasm-dependent objects should be enabled by a yasm conditional. 17 years ago
  Ronald S. Bultje 9168f7e671 Change type of prev_stream_id from uint32_t to int, since it has a max size 17 years ago
  Diego Biurrun c6786edb3c cosmetics: Group ppc-specific objects together. 17 years ago
  Diego Biurrun 4927630728 Add missing options to the help output. 17 years ago
  Diego Biurrun 4f50c3d59a cosmetics: Move some options to more sensible places within the help output. 17 years ago
  Diego Biurrun 1f26f59fe1 Move zlib/bzlib options to the external library section of the help output and 17 years ago
  Diego Biurrun 0a23c0bbdb spelling and wording cosmetics for the help output 17 years ago
  Charles Yates b0dfd108fc Take build_suffix into account in pkg-config files. 17 years ago
  Diego Biurrun e6b9d588c1 Print just [no] or [yes] in the help output instead of [default=no/yes]. 17 years ago
  Diego Biurrun 607ffa34ba cosmetics: Group ARM objects sections together. 17 years ago
  Diego Biurrun e9e74e0ad5 cosmetics: Reorder processor-specific entries alphabetically. 17 years ago
  Ronald S. Bultje 90e0450fa8 Reindent after r15853. 17 years ago
  Ronald S. Bultje 43af8b2b42 Read optional components of the RDT packet header, such as extended setID 17 years ago
  Ronald S. Bultje 6bafd6f53e Change header reading implementation to using get_bits() instead of directly 17 years ago
  Ronald S. Bultje e269ab791d Prefix all ff_rdt_parse_header() arguments with a p, preparing for local 17 years ago
  Ronald S. Bultje a4b8cb3c55 Fix memleak caused by the fact that url_open_buf() allocates a context 17 years ago
  Ronald S. Bultje fcc995a533 Add ByteIOContext argument to public ff_rm_* functions so that we can 17 years ago
  Benoit Fouet 074bfa7de7 Change email address to a valid one. 17 years ago
  Carl Eugen Hoyos 7e8efe18ba One const is enough. 17 years ago
  Diego Biurrun 5155b8395c Put variable declaration inside an #ifdef to avoid an unused variable warning. 17 years ago