13664 Commits (0ae2a0366f31f82cc5f8db7cc4d52e34b68a7f8a)

Author SHA1 Message Date
  Martin Storsjö 651b276ef7 libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions 15 years ago
  Martin Storsjö 3dd82afc74 libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed 15 years ago
  Martin Storsjö 7073938121 libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate 15 years ago
  Martin Storsjö 957635ba14 libvo-*: Fix up the long codec names 15 years ago
  Martin Storsjö 567ad0e31d libavcodec: Mark AVCodec->priv_class const 15 years ago
  Carl Eugen Hoyos ff5278d8f6 Mention VisualOn in the new codecs' long names to explain "libvo". 15 years ago
  Martin Storsjö 2d3267936a libvo-aacenc: Only produce extradata if the global header flag is set 15 years ago
  Anton Khirnov c776732712 lavc: postpone removal of request_channels 15 years ago
  Anton Khirnov d6ead39ee7 lavc: postpone removal of audioconvert and sample_fmt wrappers 15 years ago
  Martin Storsjö 882221afde libopencore-amr: Cosmetics: Rewrap and align 15 years ago
  Martin Storsjö 02c63a109f libopencore-amr, libvo-amrbwenc: Rename variables and functions 15 years ago
  Martin Storsjö 9b9c6405fd libopencore-amr: Convert commented out debug logging into av_dlog 15 years ago
  Martin Storsjö 89e7e640f7 libopencore-amr: Remove an unused state variable 15 years ago
  Martin Storsjö 5d211e034e libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate table 15 years ago
  Martin Storsjö 0e03f94d61 libopencore-amr: Remove a useless local variable 15 years ago
  Martin Storsjö c48ce4eb50 libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static const 15 years ago
  Martin Storsjö 900a129f4f libopencore-amr, libvo-amrwbenc: Return proper error codes in most places 15 years ago
  Martin Storsjö a8ec07c933 libopencore-amr: Don't print carriage returns in log messages 15 years ago
  Martin Storsjö 587331414b libopencore-amr: Remove an old workaround for libamr header weirdness 15 years ago
  Martin Storsjö 57ddffe843 libopencore-amr: Make the opaque encoder pointer a void* 15 years ago
  Martin Storsjö dbff4da914 libopencore-amr: Remove unused code fragments 15 years ago
  Alberto Delmas d294015510 Check for successful h263 init in msmpeg4 init 16 years ago
  Reimar Döffinger a0f17473b3 ASS decoder also requires ass_split.o to be compiled. 15 years ago
  Carl Eugen Hoyos 5c0068758f Fix compilation with --disable-yasm. 15 years ago
  Michael Niedermayer 8b7dc087e4 Add forgotten const to enum AVSampleFormat 15 years ago
  Martin Storsjö c5e03cebd3 libvo-*: Don't use deprecated sample format names and enum names 15 years ago
  Martin Storsjö c41eb2ade4 libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 15 years ago
  Carl Eugen Hoyos 4e54848bd1 Use const where appropriate. 15 years ago
  Carl Eugen Hoyos 72eb6dfe49 Mention VisualOn in the new codecs' long names to explain "libvo". 15 years ago
  Alex Converse 2f072b55a4 Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. 15 years ago
  Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 15 years ago
  James Zern 8eeed0db05 vpxenc: add CQ_LEVEL mapping 15 years ago
  James Zern a299a261de vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping 15 years ago
  Aurelien Jacobs 13d4ec844a cosmetics: alignment 15 years ago
  Aurelien Jacobs 6873cf9bc8 compute rects duration in ASS decoder 15 years ago
  Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 15 years ago
  Martin Storsjö f502ff3f61 Add support for AMR-WB encoding via libvo-amrwbenc 16 years ago
  Martin Storsjö d89e738a0c Add an AAC encoder by using the libvo-aacenc library 15 years ago
  Martin Storsjö 029f966c3a g722: Return 8 bits per sample for g722 in av_get_bits_per_sample 15 years ago
  Michael Niedermayer df2d5b16ef H264: Allow templating hl_decode_mb based on pixel_size. 15 years ago
  Michael Niedermayer 179106ed78 H264: factor if() out of coef decoding loop of decode_cabac_residual_internal() 15 years ago
  Michael Niedermayer a50f0bea25 H264: Split out hl_motion and template it, this seems a bit faster 15 years ago
  Michael Niedermayer e7077f5e7b H264: replace pixel_size by pixel_shift 15 years ago
  Michael Niedermayer 9b271ce656 h264: Print bpp Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 15 years ago
  Oskar Arvidsson 5e85298cb5 Enable decoding of high bit depth h264. 15 years ago
  Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 15 years ago
  Oskar Arvidsson d268bed209 Add support for higher QP values in h264. 15 years ago
  Michael Niedermayer 436c4523ed H264: fix prefetch 15 years ago
  Oskar Arvidsson dc172ecc6e Add the notion of pixel size in h264 related functions. 15 years ago
  Oskar Arvidsson 86b0d9cd58 Make the h264 loop filter bit depth aware. 15 years ago