summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udp: use socklen_t where appropriateMans Rullgard2012-10-271-2/+2
* network: use HAVE_THREADS instead of local hackMans Rullgard2012-10-271-8/+6
* af_channelmap: remove stray enum declarationMans Rullgard2012-10-271-1/+0
* buffersink: remove stray semicolon after function definitionMans Rullgard2012-10-271-1/+1
* configure: fix tests for 2-arg math functionsMans Rullgard2012-10-261-3/+9
* doc: git-howto: Clarify comment about pushing series of commitsDiego Biurrun2012-10-261-2/+2
* ivi_common: Drop unused function parameter from decode_band()Diego Biurrun2012-10-261-2/+2
* cook: Remove some silly Doxygen commentsDiego Biurrun2012-10-261-17/+2
* cook: Remove senseless maybe_reformat_buffer32() functionDiego Biurrun2012-10-261-7/+1
* cook: cosmetics: Better names for joint_decode() function parametersDiego Biurrun2012-10-261-7/+8
* cook: cosmetics: Better name for ccpl COOKSubpacket memberDiego Biurrun2012-10-261-4/+7
* doxygen: Add av_alloc_size to list of predefined macrosDiego Biurrun2012-10-261-1/+2
* doxygen: Drop some pointless entries from PREDEFINED macros listDiego Biurrun2012-10-261-6/+0
* h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau2012-10-261-13/+21
* configure: sanitise sparc vis checkMans Rullgard2012-10-261-3/+1
* configure: recognise more sparc variants as --cpu argumentMichael Kostylev2012-10-261-3/+3
* build: Include HEADERS-yes in the HEADERS variableMartin Storsjö2012-10-252-1/+2
* pcm: change references to raw to pcmLuca Barbato2012-10-251-10/+10
* ffv1: set the range coder state in decode_slice_headerLuca Barbato2001-01-011-1/+6
* pcmdec: change default of channels parameter to 1Janne Grunau2012-10-251-1/+1
* avconv: fix bitrate report when writing to /dev/nullJanne Grunau2012-10-251-1/+8
* avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-251-9/+15
* rawdec: remove ff_raw_read_headerLuca Barbato2012-10-252-78/+0
* pcmdec: remove dependency from rawdecLuca Barbato2012-10-252-22/+55
* g722: refactor out of rawdec.cLuca Barbato2012-10-253-13/+57
* rawvideo: use a specific read_headerLuca Barbato2012-10-252-8/+62
* avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-253-5/+16
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-2511-63/+57
* configure: detect parisc64 automaticallyMans Rullgard2012-10-241-6/+6
* configure: detect ppc64 automaticallyMans Rullgard2012-10-241-5/+4
* configure: detect mips64 automaticallyMans Rullgard2012-10-241-6/+6
* configure: generalise 64-bit testMans Rullgard2012-10-241-2/+9
* smoothstreamingenc: Don't assume streams start from timestamp 0Martin Storsjö2012-10-241-3/+6
* asfdec: cosmetics, reformat ff_asf_parse_packet()Anton Khirnov2012-10-241-66/+72
* g.723.1: add missing CODEC_CAP_DR1Anton Khirnov2012-10-241-1/+1
* avconv: remove now unneeded calls to avcodec_get_frame_defaults().Anton Khirnov2012-10-241-4/+0
* lavc: initialize output AVFrame before decoding.Anton Khirnov2012-10-241-0/+4
* lavc: fix documentation for AVCodecContext.delayJustin Ruggles2012-10-231-1/+1
* atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles2012-10-231-0/+1
* lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles2012-10-231-1/+1
* Move Doxyfile into the doc/ subdirectoryDiego Biurrun2012-10-231-0/+0
* doxygen: Build Doxygen documentation in the doc/ subdirectoryDiego Biurrun2012-10-232-2/+2
* dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard2012-10-231-3/+1
* av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun2012-10-233-4/+4
* Remove need for padding in av_memcpy_backptr()Mans Rullgard2012-10-232-9/+9
* lzo: Use AV_COPY*U macros where appropriateDiego Biurrun2012-10-231-20/+8
* prepare 9_beta2 releaseReinhard Tartler2012-10-231-1/+1
* dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun2012-10-231-14/+6
* intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun2012-10-231-0/+27
* dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun2012-10-231-2/+2
OpenPOWER on IntegriCloud