17578 Commits (af46ca73568ea8edb261d2aeedd892c68fa918bc)

Author SHA1 Message Date
  Michael Niedermayer af46ca7356 msmpeg4: replace 999999 by INT_MAX and initial by a valid index. 14 years ago
  Carl Eugen Hoyos 3546f680d5 Add missing newline to mpeg1/2 intra matrix error message. 14 years ago
  Aneesh Dogra 1b7ff90107 sunrast: Remove the useless check. 14 years ago
  Carl Eugen Hoyos ea4037162f Fix libstagefright compilation 14 years ago
  Carl Eugen Hoyos 52719dae8a Support encoding BGR24 and BGR0 in ljpeg. 14 years ago
  Carl Eugen Hoyos edf34c346e Allow encoding rawvideo RGBA64 and friends. 14 years ago
  Carl Eugen Hoyos 5c2c6bbfba Allow encoding rawvideo RGB0 and friends. 14 years ago
  Janne Grunau c57fe49da8 eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation 14 years ago
  Ronald S. Bultje 73e15e8e6b prores: specify array size outside DECLARE_ALIGNED brackets. 14 years ago
  Michael Niedermayer 491d8353e8 mpeg12dec: print the value that is being ignored in load_matrix() 14 years ago
  Michael Niedermayer f480fcb1f9 bink: fix pointer type warnings. 14 years ago
  Paul B Mahol 9aff2d1753 tta: use skip_bits_long() 14 years ago
  Diego Biurrun f769cfedd8 build: Add missing directories to DIRS declarations. 14 years ago
  Diego Biurrun aa06d65693 arm: Add missing #include to vp8.h to fix a make checkheaders warning. 14 years ago
  Diego Biurrun 0bba26466f cosmetics: Delete empty lines at end of file. 14 years ago
  Aneesh Dogra ab9ae40152 bytestream: K&R formatting cosmetics 14 years ago
  Anton Khirnov cd1ad18a65 rawenc: switch to encode2(). 14 years ago
  Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 14 years ago
  Anton Khirnov 06484d0b8a libx264: implement encode2(). 14 years ago
  Anton Khirnov 05d699222d libx264: split extradata writing out of encode_nals(). 14 years ago
  Anton Khirnov 52f82a1148 lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket 14 years ago
  Paul B Mahol 3c939ad6e0 lagarith: refactor code 14 years ago
  Ronald S. Bultje ce1e250ee9 h264: manually save/restore XMM registers for functions using INIT_MMX. 14 years ago
  Alex Converse 314af0ff94 aacdec: Use correct speaker order for 7.1. 14 years ago
  Alex Converse 8ece266213 aacdec: Remove incorrect comment. 14 years ago
  Alex Converse e600a1e44a aacdec: Simplify output configuration. 14 years ago
  Diego Biurrun 0144fe6995 Remove Sun medialib glue code. 14 years ago
  Ronald S. Bultje 9b027c0d07 dsputil: set STRIDE_ALIGN to 16 for x86 also. 14 years ago
  Ronald S. Bultje 4ff6dea390 pngdsp: swap argument inversion. 14 years ago
  Joseph Artsimovich 950930b461 Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec). 14 years ago
  Michael Kostylev 3206cccc0e h264: mark h264_idct_add8_10 with number of XMM registers. 14 years ago
  Ronald S. Bultje fb90785e98 vp8: always update next_framep[] before returning from decode_frame(). 14 years ago
  Carl Eugen Hoyos bf5c0308f2 Fix libutvideo compilation. 14 years ago
  Justin Ruggles 37390d5cca apedec: allow the user to set the maximum number of output samples per call 14 years ago
  Justin Ruggles 39575eead2 apedec: do not unnecessarily zero output samples for mono frames 14 years ago
  Justin Ruggles 1d3c672d27 apedec: allocate a single flat buffer for decoded samples 14 years ago
  Justin Ruggles 32c61400c0 apedec: use sizeof(field) instead of sizeof(type) 14 years ago
  Stefano Sabatini d21b82fd3a lavc: provide aliases to the PCM A-law/mu-law codecs 14 years ago
  Aneesh Dogra db7d45237a bytestream: Add bytestream2 writing API. 14 years ago
  Paul B Mahol 6ba2505a0e utvideo: remove ff_thread_finish_setup, it isn't needed at all 14 years ago
  Paul B Mahol 6833fe4342 ffv1: PIX_FMT_GRAY16 support 14 years ago
  Javier Cabezas d4385299d3 DNxHD: remove ff_thread_finish_setup, it isn't needed at all. 14 years ago
  Paul B Mahol d016d3074c Revert "v210enc: use FFALIGN()" 14 years ago
  Diego Biurrun 32f3c541bc doxygen: Do not include license boilerplates in Doxygen comment blocks. 14 years ago
  Kieran Kunhya 9814974d2e avcodec: Clarify AVFrame member documentation. 14 years ago
  Paul B Mahol 3cc0353f8d v210dec: check for coded_frame allocation failure 14 years ago
  Paul B Mahol 986c1c483b v210enc: use stride as it is already calculated 14 years ago
  Paul B Mahol 7ad1b612c8 v210enc: use FFALIGN() 14 years ago
  Paul B Mahol b5f50da593 v210enc: return proper AVERROR codes instead of -1 14 years ago
  Paul B Mahol 66fa2a1fb3 v210enc: do not set coded_frame->key_frame 14 years ago