summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libopencore-amr: Cosmetics: Rewrap and alignMartin Storsjö2011-04-13
* libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö2011-04-13
* libopencore-amr: Convert commented out debug logging into av_dlogMartin Storsjö2011-04-13
* libopencore-amr: Remove an unused state variableMartin Storsjö2011-04-13
* libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate tableMartin Storsjö2011-04-13
* libopencore-amr: Remove a useless local variableMartin Storsjö2011-04-13
* libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c...Martin Storsjö2011-04-13
* libopencore-amr, libvo-amrwbenc: Return proper error codes in most placesMartin Storsjö2011-04-13
* libopencore-amr: Don't print carriage returns in log messagesMartin Storsjö2011-04-13
* libopencore-amr: Remove an old workaround for libamr header weirdnessMartin Storsjö2011-04-13
* libopencore-amr: Make the opaque encoder pointer a void*Martin Storsjö2011-04-13
* libopencore-amr: Remove unused code fragmentsMartin Storsjö2011-04-13
* applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö2011-04-13
* doc: update developer guideLuca Barbato2011-04-13
* lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov2011-04-13
* avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-13
* file: implement url_check() callback in the file and pipe protocolsStefano Sabatini2011-04-13
* avio: add avio_check()Stefano Sabatini2011-04-13
* avio: left-shift AVIO_ flags on next bumpAnton Khirnov2011-04-13
* Check for successful h263 init in msmpeg4 initAlberto Delmas2011-04-12
* lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak2011-04-12
* flvdec: Allow parsing keyframes metadata without seeking in most casesMartin Storsjö2011-04-12
* Error out if vaapi is not foundLuca Barbato2011-04-12
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-12
* libvo-*: Don't use deprecated sample format names and enum namesMartin Storsjö2011-04-12
* flvdec: Fix support for flvtool2 "keyframes based" generated indexKharkov Alexander2011-04-12
* libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö2011-04-12
* Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse2011-04-11
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-11
* Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-11
* Fix compilation of timefilter test program.Diego Biurrun2011-04-11
* Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö2011-04-11
* Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö2011-04-11
* g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö2011-04-11
* avio: add more documentation for AVIOContext.Anton Khirnov2011-04-10
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-10
* Replace outdated info on the FAQLou Logan2011-04-10
* Redefine sameqLou Logan2011-04-10
* pad: fix example explanationStefano Sabatini2011-04-10
* gradfun: add notice from the MPlayer manualStefano Sabatini2011-04-10
* eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-10
* documentation: add setdar and setsar description to filters.texiStefano Sabatini2011-04-10
* avio: document some members of AVIOContext.Anton Khirnov2011-04-10
* avio: document avio_close().Anton Khirnov2011-04-10
* avio: cosmetics, vertically align comments.Anton Khirnov2011-04-10
* avio: cosmetics, group the reading functions.Anton Khirnov2011-04-10
* avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.Anton Khirnov2011-04-10
* avio: cosmetics, move AVIOContext to start of the file.Anton Khirnov2011-04-10
* avio: update file header.Anton Khirnov2011-04-10
* os: fix OpenBSD/PowerPC compilationBrad2011-04-10