18619 Commits (2b6325cacb6def8e9de0455f575b51a8bd90b12c)

Author SHA1 Message Date
  Diego Biurrun 8767a009a1 Move PNM init/end functions to the PNM common code. 15 years ago
  Diego Biurrun d3067047e7 whitespace cosmetics: K&R coding style, prettyprinting 15 years ago
  Diego Biurrun bc8964ef20 Remove crufty leftovers from the era when this file resided within libavformat. 15 years ago
  Ben Littler 9853bbb21a add some raw codec fourccs, fixes: 15 years ago
  Benoit Fouet ff54bb975a Fix indentation. 15 years ago
  Benoit Fouet 25b6d0bc69 Only memset for palettes of 16 elements. 15 years ago
  Carl Eugen Hoyos 6d7d410f8b Clarify responsibility for freeing a buffer when using vdpau. 15 years ago
  Stefano Sabatini 6b27353cfd Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. 15 years ago
  Loren Merritt 4521308363 s/movdqa/movaps/ in sse1 fft. (regression in r20293) 15 years ago
  Vitor Sessak bd56505a7f Bump micro version after the FRWU decoder inclusion 15 years ago
  Diego Biurrun 329c01c54f Compile LPC code when CONFIG_LPC is set. 15 years ago
  Daniel Verkamp b74d42ee33 Build extradata in adpcm_ms encoder. 15 years ago
  Daniel Verkamp bb7d0e87ae Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. 15 years ago
  Reimar Döffinger 558dbb8469 sin_tables.c is a generated file, so add it to CLEANFILES 15 years ago
  avcoder a0b909fbff Remove SHIFT_TEMPS from jfdct code. 15 years ago
  Diego Biurrun 2ab9be3abe Add missing dependency of the S/PDIF muxer on the AAC parser. 15 years ago
  Diego Biurrun 96ff02f1b4 Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. 15 years ago
  Stefano Sabatini b0bef34209 Add additional long names for the Flash Video decoder and encoder. 15 years ago
  Stefano Sabatini 2917367cac Add additional long names for the Sorenson Vector Quantizer 3 decoder. 15 years ago
  Stefano Sabatini 1c062b555c Add additional long names for the Sorenson Vector Quantizer 1 decoder 15 years ago
  Reimar Döffinger 9adcccde0c mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make 15 years ago
  Diego Biurrun 8767fb4cad whitespace cosmetics: prettyprinting, K&R style 15 years ago
  Carl Eugen Hoyos 643fc8f107 Flip (M)JPEG frames encoded by Intel JPEG library. 15 years ago
  Diego Biurrun 11eb3cea73 Remove pointless parentheses. 15 years ago
  Diego Biurrun d91aac1c90 cosmetics: Remove pointless parentheses from return statement. 15 years ago
  Jason Garrett-Glaser 1953898162 Update libx264.c for x264 API change 15 years ago
  Loren Merritt b07781b6e4 fix linking on systems with a function name prefix (10l in r20287) 15 years ago
  Loren Merritt 29e4edbbe7 sync yasm macros to x264 15 years ago
  Charles Yates 10a693b568 fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com 15 years ago
  Loren Merritt e17ccf60fe huffyuv: add some const qualifiers 15 years ago
  Loren Merritt 2f77923d72 simd add_hfyu_left_prediction 15 years ago
  Justin Ruggles f4d608e344 add CONFIG_LPC to the build system for lpc dsputil functions. fixes build 15 years ago
  Måns Rullgård 4df254f1f1 WMAPRO: use some type punning in decode_coeffs() 15 years ago
  Vitor Sessak a0228397af Replace big square-root table by a call to ff_sqrt(). Based on a patch 15 years ago
  Onur Küçük 53bc53ae4e Fix typo that mistakenly slipped into previous commit: 15 years ago
  Diego Biurrun 15674f12be cosmetics: Break overly long lines. 15 years ago
  Justin Ruggles fde82ca7e4 Move autocorrelation function from flacenc.c to lpc.c. Also rename the 15 years ago
  Michael Niedermayer c69b3e0dc1 Revert r20249, it seems the union trick works everywhere 15 years ago
  Jai Menon 215dab5fee alacenc : use private compression_level value consistently. 15 years ago
  Alexander Strange f076fe4422 Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). 15 years ago
  Alexander Strange 2d4bbdecee Huffyuv: Add missing const to src pointers in dsputil functions. 15 years ago
  Alexander Strange 8471a1873d Huffyuv: Remove unnecessary allocation in alloc_temp(). 15 years ago
  Alexander Strange 6ec8eadda4 Huffyuv: Fix a valgrind warning in get_vlc2(). 15 years ago
  Jai Menon a0992374ee alacenc : Move some code around for clarity. 15 years ago
  Ramiro Polla 52ae1e869b mlp: Indent. 15 years ago
  Ramiro Polla 7fd8806924 mlp: Only initialize VLC tables once. This caused a crash when multiple 15 years ago
  Reimar Döffinger 33815fa106 mlp: Use smaller CRC tables if CONFIG_SMALL. 15 years ago
  Carl Eugen Hoyos 45fc24a005 Do not try to free memory that was never allocated (partial revert of r20231). 15 years ago
  Carl Eugen Hoyos 0b7f39c9d4 Release unreleased buffers found by make test. 15 years ago
  Michael Niedermayer b388d5e4c6 Very evil missuse of svn to test if AVOption and AVOption2 are compatible. 15 years ago