16676 Commits (b56adc784288bdbe5e34e581e8081b51a2a3eb5f)

Author SHA1 Message Date
  Baptiste Coudurier 7574dc4c37 update comment for rgb 16 bit in .mov 16 years ago
  Diego Biurrun f8c0692d8e Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. 16 years ago
  Daniel Verkamp 10ce919561 data parameter of dnxhd_encode_picture() should not be const. 16 years ago
  Michael Niedermayer 9a3eaeebad Correct x/ymin to avoid segfault due to out of picture reads. 16 years ago
  Daniel Verkamp a1fd2bc350 Add 8088flex TMV video decoder. 16 years ago
  Daniel Verkamp 89cb5cd25d Add CGA and palette data for 8088flex TMV decoder. 16 years ago
  Ramiro Polla e282272667 mlpdec: Fix possible writing out of array bounds introduced by being 16 years ago
  Ramiro Polla e8d341ce19 mlpdec: Split sync word error and MLP sync word check. 16 years ago
  Ramiro Polla aff42ee0ff mlpdec: Fix indentation that got mangled from copy&paste. 16 years ago
  Kostya Shishkov 512cfd9d54 Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' message 16 years ago
  Laurent Aimar 992f7db060 Add floating point audio decoding to WavPack decoder. 16 years ago
  Laurent Aimar cabb81113a Prepare WavPack decoder to support floating point output. 16 years ago
  Justin Ruggles 778bc09bbe cosmetics: line wrap and vertical alignment 16 years ago
  Justin Ruggles 396b73c7f7 ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also 16 years ago
  Justin Ruggles 52dc3fc83d cosmetics: indentation after last commit 16 years ago
  Justin Ruggles 13ec942869 ac3dec: move channel remapping to outside of block loop 16 years ago
  Michael Niedermayer 9c24cd7236 Extract colorspace fields from MPEG1/2. 16 years ago
  Måns Rullgård 1e24f1b25d mpegaudio: enclose SUM8() macro args in parens when used 16 years ago
  Måns Rullgård bf030c887f mpegaudio: avoid unnecessary copy in high-precision mode 16 years ago
  Måns Rullgård adb206c238 mpegaudio: use av_clip() 16 years ago
  Michael Niedermayer 4ee6a5c161 Add colorspace fields to AVCodecContext. 16 years ago
  Carl Eugen Hoyos ee273f98e8 Cosmetics: Fix indentation after r18741. 16 years ago
  Michael Niedermayer 266c1d901f Do not discard mp3 frames in the parser after a broken frame. 16 years ago
  Laurent Aimar 3cb088868c Factorize out integer sample value decoding for WavPack. 16 years ago
  Måns Rullgård 3737dd1cd3 PPC: implement MULH() in assembler 16 years ago
  Zdenek Kabelac e2fa5cf4c9 Do not scan for MP3 header after the given buffer and return skipped 16 years ago
  Kenan Gillet 5b05059d2d Properly handle SILENCE frame. Patch by Kenan Gillet. 16 years ago
  Benjamin Larsson 6b71ed1678 Remove dead assignments found by CSA 16 years ago
  Laurent Aimar 66311f86d4 Check whether extra bits block has enough data. 16 years ago
  Benjamin Larsson 241f5eab32 Remove dead assignments found by CSA 16 years ago
  Benjamin Larsson 10c773c12f Remove dead assignments found by CSA 16 years ago
  Laurent Aimar 418f77ec6e Decode extended bitstream for high-precision WavPack files. 16 years ago
  Michael Niedermayer 714127812c Ignore first entry of intra matrixes if it is invalid. 16 years ago
  Michael Niedermayer 45ccc61a06 Factorize quantization matrix loading code out. 16 years ago
  Ramiro Polla da00b52578 Don't #if a function declaration and properly indent it. 16 years ago
  Ramiro Polla bf4f19dc65 mlpdec: Move MLP's filter_channel() to dsputils. 16 years ago
  Ramiro Polla ce1d9c851c Export av_free_packet(). 16 years ago
  Diego Biurrun f0a75e66b9 Add missing return statement to out-of-memory condition. Fixes the warning: 16 years ago
  Diego Biurrun a068a7f1f0 Drop unused libamr-nb fixed-point glue code. 16 years ago
  David Conrad d647ed789f ARM: Use fewer register in NEON put_pixels _y2 and _xy2 16 years ago
  David Conrad 428bf2ac88 ARM: NEON put_pixels_clamped 16 years ago
  Stefano Sabatini 5efccce2a9 Implement av_get_bits_per_pixel(). 16 years ago
  Vitor Sessak 859471565a Revert r18700, documentation of deprecated functions might be useful for 16 years ago
  Vitor Sessak 6cf92f6d26 Check if there is enough bytes before reading the buffer in the EA ADPCM 16 years ago
  Vitor Sessak 8a06cb14f9 Skip 0x0000 frame footer in EA ADPCM decoder. 16 years ago
  Michael Niedermayer 859f9c0b47 Remove useless and outright wrong chatter from avcodec_encode_video(). 16 years ago
  Michael Niedermayer aa04b9204e Remove redundant chatter from avcodec_encode_audio() 16 years ago
  Michael Niedermayer 1885c76acf Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). 16 years ago
  Michael Niedermayer 4d24c24fcb Add multiframe note to avcodec_decode_video() too. 16 years ago
  Michael Niedermayer e5776422b4 Cleanup first paragraph of doxy of avcodec_decode_audio3(). 16 years ago