summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix channel order for 7.1 TrueHD samples.Carl Eugen Hoyos2011-04-141-0/+5
* Fix channel order for some MLP samples.Carl Eugen Hoyos2011-04-141-0/+18
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-146-131/+136
|\
| * libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptionsMartin Storsjö2011-04-142-2/+26
| * libopencore-amr, libvo-amrwbenc: Only check the bitrate when changedMartin Storsjö2011-04-142-6/+16
| * libopencore-amr, libvo-amrwbenc: Find the closest matching bitrateMartin Storsjö2011-04-142-33/+40
| * libvo-*: Fix up the long codec namesMartin Storsjö2011-04-132-2/+2
| * libavcodec: Mark AVCodec->priv_class constMartin Storsjö2011-04-131-1/+1
| * libvo-aacenc: Only produce extradata if the global header flag is setMartin Storsjö2011-04-131-8/+10
| * lavc: postpone removal of request_channelsAnton Khirnov2011-04-131-1/+1
| * lavc: postpone removal of audioconvert and sample_fmt wrappersAnton Khirnov2011-04-131-2/+2
| * libopencore-amr: Cosmetics: Rewrap and alignMartin Storsjö2011-04-131-14/+10
| * libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö2011-04-132-22/+22
| * libopencore-amr: Convert commented out debug logging into av_dlogMartin Storsjö2011-04-131-6/+6
| * libopencore-amr: Remove an unused state variableMartin Storsjö2011-04-131-3/+0
| * libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate tableMartin Storsjö2011-04-131-16/+4
| * libopencore-amr: Remove a useless local variableMartin Storsjö2011-04-131-7/+5
| * libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c...Martin Storsjö2011-04-132-2/+2
| * libopencore-amr, libvo-amrwbenc: Return proper error codes in most placesMartin Storsjö2011-04-132-12/+12
| * libopencore-amr: Don't print carriage returns in log messagesMartin Storsjö2011-04-131-1/+1
| * libopencore-amr: Remove an old workaround for libamr header weirdnessMartin Storsjö2011-04-131-5/+0
| * libopencore-amr: Make the opaque encoder pointer a void*Martin Storsjö2011-04-131-1/+1
| * libopencore-amr: Remove unused code fragmentsMartin Storsjö2011-04-131-11/+0
| * Check for successful h263 init in msmpeg4 initAlberto Delmas2011-04-121-1/+2
* | Mention VisualOn in the new codecs' long names to explain "libvo".Carl Eugen Hoyos2011-04-132-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-138-18/+18
|\ \ | |/
| * libvo-*: Don't use deprecated sample format names and enum namesMartin Storsjö2011-04-122-2/+2
| * libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö2011-04-125-5/+5
| * Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse2011-04-111-2/+2
| * Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-115-12/+12
* | ASS decoder also requires ass_split.o to be compiled.Reimar Döffinger2011-04-131-1/+1
* | Fix compilation with --disable-yasm.Carl Eugen Hoyos2011-04-121-1/+1
* | Add forgotten const to enum AVSampleFormatMichael Niedermayer2011-04-123-3/+3
* | Use const where appropriate.Carl Eugen Hoyos2011-04-122-2/+2
* | Mention VisualOn in the new codecs' long names to explain "libvo".Carl Eugen Hoyos2011-04-122-2/+2
* | vpxenc: add CQ_LEVEL mappingJames Zern2011-04-122-1/+5
* | vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-04-121-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-126-2/+262
|\ \ | |/
| * Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö2011-04-114-1/+130
| * Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö2011-04-114-2/+132
| * g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö2011-04-111-0/+1
* | cosmetics: alignmentAurelien Jacobs2011-04-121-1/+1
* | compute rects duration in ASS decoderAurelien Jacobs2011-04-111-1/+13
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-119-23/+7
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-114-7/+131
|\ \ | |/
| * Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-104-7/+131
| * pthread: validate_thread_parameters() ignored slice-threading being intention...Alexander Strange2011-04-091-1/+1
| * Use consistent condition for whether to run slice-threading execute function.Reimar Döffinger2011-04-091-1/+1
| * vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.Gwenole Beauchesne2011-04-091-0/+3
| * vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-04-091-0/+1
OpenPOWER on IntegriCloud