summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avio: add more documentation for AVIOContext.Anton Khirnov2011-04-101-0/+13
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-105-7/+132
* Replace outdated info on the FAQLou Logan2011-04-101-7/+7
* Redefine sameqLou Logan2011-04-102-2/+2
* pad: fix example explanationStefano Sabatini2011-04-101-1/+1
* gradfun: add notice from the MPlayer manualStefano Sabatini2011-04-101-0/+4
* eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-103-3/+32
* documentation: add setdar and setsar description to filters.texiStefano Sabatini2011-04-101-0/+56
* avio: document some members of AVIOContext.Anton Khirnov2011-04-101-4/+9
* avio: document avio_close().Anton Khirnov2011-04-101-0/+6
* avio: cosmetics, vertically align comments.Anton Khirnov2011-04-101-5/+5
* avio: cosmetics, group the reading functions.Anton Khirnov2011-04-101-6/+14
* avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.Anton Khirnov2011-04-101-112/+84
* avio: cosmetics, move AVIOContext to start of the file.Anton Khirnov2011-04-101-38/+39
* avio: update file header.Anton Khirnov2011-04-101-4/+1
* os: fix OpenBSD/PowerPC compilationBrad2011-04-101-0/+1
* pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-104-1/+30
* oggdec: fix demuxing chained audio streamsClément Bœsch2011-04-102-0/+17
* fix typoCompn2011-04-101-1/+1
* daud: Don't write packets that are too large to have their size expressed in ...Alex Converse2011-04-091-0/+5
* 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
* avformat.h: fix a misplaced #endifAnton Khirnov2011-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
* lavf: bump minor and add an APIChanges entry for avformat cleanupAnton Khirnov2011-04-082-1/+6
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-084-6/+8
* avio: deprecate av_protocol_next().Anton Khirnov2011-04-083-13/+13
* avio: add a function for iterating though protocol names.Anton Khirnov2011-04-082-0/+23
* lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov2011-04-082-9/+9
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-087-7/+21
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-085-3/+18
* avio: make URLProtocol internal.Anton Khirnov2011-04-082-1/+22
* avio: make URLContext internal.Anton Khirnov2011-04-0810-3/+21
* lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov2011-04-083-1/+10
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-0811-117/+97
* applehttp: don't use deprecated url_ functions.Anton Khirnov2011-04-081-8/+8
* avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov2011-04-082-4/+4
* asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov2011-04-081-2/+0
* avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-083-7/+5
* proto: include os_support.h in network.hLuca Barbato2011-04-071-0/+1
* matroskaenc: don't write an empty Cues element.Anton Khirnov2011-04-072-7/+10
* lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-073-1/+6
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-076-0/+8
OpenPOWER on IntegriCloud