22245 Commits (ff6e82a968c02d01ff9c5fb891b56af12a0f650c)
 

Author SHA1 Message Date
  Ronald S. Bultje 0e59034ed8 Remove forward declarations. 16 years ago
  Vitor Sessak 0e426b7a6c Reindent after last commit 16 years ago
  Vitor Sessak 846b231643 Add missing "static" qualifier 16 years ago
  Diego Biurrun 7f6a384a4f Mark http_log() as static; it is only used in this file. 16 years ago
  Diego Biurrun abf649c777 Fix VDPAU check to avoid printing spurious messages to the console. 16 years ago
  Ronald S. Bultje a2e6a14b77 Add myself as HTTP maintainer. 16 years ago
  Jai Menon 68d7cb0b11 Do not print libvdpau upgrade advice on platforms without vdpau 16 years ago
  avcoder b02e9c962b The H.263 wrong_run table is only for encoding; only enable it in such cases. 16 years ago
  Gwenole Beauchesne 81774dd0c4 VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. 16 years ago
  Gwenole Beauchesne 5716aec3f9 Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, 16 years ago
  Mike Melanson 2cf9c7ef9c Add support for these widely-used iTunes metadata fields: Album Artist, 16 years ago
  Stefano Sabatini 5ff84183de Make avfilter_all_colorspaces() add to the returned list of pixel 16 years ago
  Stefano Sabatini a2b1662741 Add an entry for the avfilter_add_colorspace() API addition. 16 years ago
  Stefano Sabatini 4fd1f1876a Implement avfilter_add_colorspace(). 16 years ago
  Stefano Sabatini fa4dc9f082 Document avcodec_pix_fmt_to_codec_tag(). 16 years ago
  Stefano Sabatini 634116df3e Prefer enum PixelFormat over int for the type of the format parameter 16 years ago
  Stefano Sabatini 997980f0d8 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the 16 years ago
  Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 16 years ago
  Reinhard Tartler 8040c3b250 Define device_try_init() as static in libavdevice/v4l2.c. 16 years ago
  Stefano Sabatini f412d5e97a Simplify usePal() macro, make it use av_pix_fmt_descriptors. 16 years ago
  Stefano Sabatini b3cf7cb144 Simplify getSubSampleFactors(), make it use the values provided by 16 years ago
  Reimar Döffinger 4a1289450a Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it 16 years ago
  Vitor Sessak cd44b2e307 10l, my last commit (r21001) broke regression tests. 16 years ago
  Vitor Sessak 4e2c08c551 Small ELBG optimization: use last pixel as a initial guess for the codebook 16 years ago
  Stefano Sabatini aa13b573b4 Use av_match_ext() in place of the deprecated match_ext() function. 16 years ago
  Stefano Sabatini 79c2f2d34e Add an entry for the av_match_ext() addition. 16 years ago
  Stefano Sabatini 8eb631fa50 Deprecate match_ext() in favor of av_match_ext(), and mark it for 16 years ago
  Michael Niedermayer 24b207b5a5 Adjust threshold for xvid packed b frame detection. 16 years ago
  Michael Niedermayer 6c58758737 It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. 16 years ago
  Stefano Sabatini 7a78bc85aa Update this_year value. 16 years ago
  Stefano Sabatini 0f52ef1a00 Use av_guess_format() in place of the deprecated guess_format(). 16 years ago
  Stefano Sabatini 94b1f33893 Reindent. 16 years ago
  Stefano Sabatini bb1a879325 Add an entry for the av_guess_format() addition. 16 years ago
  Stefano Sabatini a1f547b94a Deprecate guess_format() in favor of av_guess_format(). 16 years ago
  Stefano Sabatini debe86bfed Fix typo. 16 years ago
  Stefano Sabatini 702d0a9e85 Remove residual use of the doxygen markup which is deprecated, 16 years ago
  Reimar Döffinger f514b4f937 Do not needlessly use the BP register in x86_64-specific code, there are 16 years ago
  Stefano Sabatini f48b0fa29e Document guess_format(). 16 years ago
  Stefano Sabatini 1642ee4337 Deprecate and mark for deletion the function guess_stream_format(), 16 years ago
  Diego Biurrun f9310cbb2f Remove unused function msmpeg4_memsetw(). 16 years ago
  Carl Eugen Hoyos f27fd36231 Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. 16 years ago
  Carl Eugen Hoyos e1bd945b1d Support raw black&white in mov, fixes issue 1654. 16 years ago
  Luca Abeni 759dc2b6cc Remove outdated comments. 16 years ago
  Luca Barbato d7250724ef Rename internal function 16 years ago
  Diego Biurrun 20390e3170 cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. 16 years ago
  Diego Biurrun df8d98c4dd 10l: Move ff_mpeg4_pred_dc() to an appropriate place. 16 years ago
  Diego Biurrun 2a992f467a cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. 16 years ago
  Diego Biurrun 1436f31709 cosmetics: Move H.263-related functions around to avoid forward declarations. 16 years ago
  Diego Biurrun 8380edd947 cosmetics: Reorder functions to avoid forward declarations. 16 years ago
  Diego Biurrun 941870cd35 Remove unnecessary forward declaration for msmpeg4_memsetw(). 16 years ago