15229 Commits (3101bb6669ea4ccb33232b353ef0efcc178c65e7)

Author SHA1 Message Date
  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
  Aneesh Dogra db7d45237a bytestream: Add bytestream2 writing API. 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
  Paul B Mahol d73466f841 v210enc: check for coded_frame allocation failure 14 years ago
  Paul B Mahol b60620bf7e apedec: 8bit and 24bit support 14 years ago
  Justin Ruggles 6f1a5e8d6b dsputil: remove debug message in dsputil_init(). 14 years ago
  Justin Ruggles 22c0babbb2 apedec: remove unneeded #include of get_bits.h and associated macro 14 years ago
  Justin Ruggles e4169612a1 apedec: av_fast_malloc() instead of av_realloc() 14 years ago
  Justin Ruggles 0759c8eb10 apedec: fix handling of packet sizes that are not a multiple of 4 bytes 14 years ago
  Anton Khirnov e15e2a6d2a libx264: fix indentation. 14 years ago
  Ronald S. Bultje 24947d4988 vorbis: fix overflows in floor1[] vector and inverse db table index. 14 years ago
  Ronald S. Bultje 7e4d9d5d45 win64: add a XMM clobber test configure option. 14 years ago
  Mans Rullgard cd2f98f365 ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 14 years ago
  Piotr Bandurski 3f57bde1f2 frwu: lowercase the FRWU codec name 14 years ago
  Paul B Mahol 38c6bbc118 ra144enc: drop pointless "encoder" from .long_name 14 years ago
  Justin Ruggles c3a06615bd bethsoftvideo: fix palette reading. 14 years ago
  Justin Ruggles 83ce51cc7d mpc7: use av_fast_padded_malloc() 14 years ago
  Justin Ruggles b5b825c381 mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes 14 years ago
  Justin Ruggles 236a550c3f Fix a typo in the x86 asm version of ff_vector_clip_int32() 14 years ago
  Justin Ruggles 3c432631e9 pcmenc: Do not set avpkt->size. 14 years ago
  Justin Ruggles 1a670973a7 ff_alloc_packet: modify the size of the packet to match the requested size 14 years ago
  Paul B Mahol 5ff88020ac frwu: Employ more meaningful return values. 14 years ago
  Reimar Döffinger f54ae2f8e7 fraps: Use av_fast_padded_malloc() instead of av_realloc() 14 years ago
  Reimar Döffinger 0880503fbb mjpegdec: use av_fast_padded_malloc() 14 years ago
  Reimar Döffinger 2f4b9021a1 eatqi: use av_fast_padded_malloc() 14 years ago
  Reimar Döffinger 00db4d4ad5 asv1: use av_fast_padded_malloc() 14 years ago
  Janne Grunau 316fc7443b avcodec: Add av_fast_padded_malloc(). 14 years ago
  Diego Biurrun 3b637dca72 avcodec.h: Remove some disabled cruft. 14 years ago
  Paul B Mahol 8ca8e4a846 zmbv: Employ more meaningful return values. 14 years ago
  Paul B Mahol 013a677fb6 zmbvenc: Employ more meaningful return values. 14 years ago
  Janne Grunau 510ef04a46 vc1: prevent null pointer dereference on broken files 14 years ago
  Janne Grunau cb0b284381 zmbv: check av_realloc() return values and avoid memleaks on ENOMEM 14 years ago
  Paul B Mahol d4eeadcbbf truespeech: align buffer 14 years ago
  Mans Rullgard 034b03e7a0 ac3: Do not read past the end of ff_ac3_band_start_tab. 14 years ago
  Janne Grunau e67e3a3f4a fate-golomb: extend golomb-test to get_ue_golomb_long() 14 years ago
  Diego Biurrun 9e3a2736bd golomb-test: K&R formatting cosmetics 14 years ago
  Diego Biurrun 631f96f959 h264: Split h264-test off into a separate file - golomb-test.c. 14 years ago
  Diego Biurrun 4ff46af039 h264-test: cleanup: drop timer invocations, commented out code and other cruft 14 years ago
  Diego Biurrun 3856a2aaa6 h264-test: Remove unused DSP and AVCodec contexts and related init calls. 14 years ago
  Diego Biurrun b010178e84 adpcm: Add missing stdint.h #include to fix standalone header compilation. 14 years ago