13671 Commits (1aeb88b77ddbd3802127a61bf8610e55b6c49a6f)

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