summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avutil: make aes and sha api publicAlexis Ballier2011-04-141-0/+2
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-149-10/+36
* add xWMA demuxerMax Horn2011-04-146-1/+260
* mpegts: force the default timebaseRudolf Polzer2011-04-141-0/+1
* libavcodec: Bump micro after adding the dtx AVOptionsMartin Storsjö2011-04-141-1/+1
* 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
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-133-4/+2
* libvo-aacenc: Only produce extradata if the global header flag is setMartin Storsjö2011-04-131-8/+10
* lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-04-134-5/+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
* lavf: postpone removal of deprecated avio functionsAnton Khirnov2011-04-131-1/+1
* 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
* applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö2011-04-131-4/+7
* doc: update developer guideLuca Barbato2011-04-131-128/+93
* lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov2011-04-132-1/+33
* avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-132-2/+5
* file: implement url_check() callback in the file and pipe protocolsStefano Sabatini2011-04-131-0/+16
* avio: add avio_check()Stefano Sabatini2011-04-133-0/+38
* avio: left-shift AVIO_ flags on next bumpAnton Khirnov2011-04-131-0/+10
* Check for successful h263 init in msmpeg4 initAlberto Delmas2011-04-121-1/+2
* lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak2011-04-1230-257/+260
* flvdec: Allow parsing keyframes metadata without seeking in most casesMartin Storsjö2011-04-121-2/+11
* Error out if vaapi is not foundLuca Barbato2011-04-121-1/+1
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-126-35/+36
* libvo-*: Don't use deprecated sample format names and enum namesMartin Storsjö2011-04-122-2/+2
* flvdec: Fix support for flvtool2 "keyframes based" generated indexKharkov Alexander2011-04-121-1/+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
* Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-111-0/+4
* Fix compilation of timefilter test program.Diego Biurrun2011-04-111-0/+2
* Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö2011-04-117-2/+139
* Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö2011-04-117-3/+140
* g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö2011-04-111-0/+1
OpenPOWER on IntegriCloud