summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cook: cosmetics: Better names for joint_decode() function parametersDiego Biurrun2012-10-26
* cook: cosmetics: Better name for ccpl COOKSubpacket memberDiego Biurrun2012-10-26
* doxygen: Add av_alloc_size to list of predefined macrosDiego Biurrun2012-10-26
* doxygen: Drop some pointless entries from PREDEFINED macros listDiego Biurrun2012-10-26
* h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau2012-10-26
* configure: sanitise sparc vis checkMans Rullgard2012-10-26
* configure: recognise more sparc variants as --cpu argumentMichael Kostylev2012-10-26
* build: Include HEADERS-yes in the HEADERS variableMartin Storsjö2012-10-25
* pcm: change references to raw to pcmLuca Barbato2012-10-25
* ffv1: set the range coder state in decode_slice_headerLuca Barbato2001-01-01
* pcmdec: change default of channels parameter to 1Janne Grunau2012-10-25
* avconv: fix bitrate report when writing to /dev/nullJanne Grunau2012-10-25
* avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-25
* rawdec: remove ff_raw_read_headerLuca Barbato2012-10-25
* pcmdec: remove dependency from rawdecLuca Barbato2012-10-25
* g722: refactor out of rawdec.cLuca Barbato2012-10-25
* rawvideo: use a specific read_headerLuca Barbato2012-10-25
* avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-25
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* configure: detect parisc64 automaticallyMans Rullgard2012-10-24
* configure: detect ppc64 automaticallyMans Rullgard2012-10-24
* configure: detect mips64 automaticallyMans Rullgard2012-10-24
* configure: generalise 64-bit testMans Rullgard2012-10-24
* smoothstreamingenc: Don't assume streams start from timestamp 0Martin Storsjö2012-10-24
* asfdec: cosmetics, reformat ff_asf_parse_packet()Anton Khirnov2012-10-24
* g.723.1: add missing CODEC_CAP_DR1Anton Khirnov2012-10-24
* avconv: remove now unneeded calls to avcodec_get_frame_defaults().Anton Khirnov2012-10-24
* lavc: initialize output AVFrame before decoding.Anton Khirnov2012-10-24
* lavc: fix documentation for AVCodecContext.delayJustin Ruggles2012-10-23
* atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles2012-10-23
* lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles2012-10-23
* Move Doxyfile into the doc/ subdirectoryDiego Biurrun2012-10-23
* doxygen: Build Doxygen documentation in the doc/ subdirectoryDiego Biurrun2012-10-23
* dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard2012-10-23
* av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun2012-10-23
* Remove need for padding in av_memcpy_backptr()Mans Rullgard2012-10-23
* lzo: Use AV_COPY*U macros where appropriateDiego Biurrun2012-10-23
* prepare 9_beta2 releaseReinhard Tartler2012-10-23
* dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun2012-10-23
* intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun2012-10-23
* dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun2012-10-23
* mp3: properly forward mp_decode_frame errorsLuca Barbato2012-10-23
* mp3: exit on parsing error in mp_decode_frameLuca Barbato2012-10-23
* rtmppkt: Avoid unescaped backslash in Doxygen commentDiego Biurrun2012-10-23
* fate-lavfi: replace sed/grep/cut combos with awkMans Rullgard2012-10-23
* build: Plan 9 supportMans Rullgard2012-10-23
* build: allow targets to specify extra objects to link with executablesMans Rullgard2012-10-23
* swscale: avoid pointless use of compound literalsMans Rullgard2012-10-23
* libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-23
* network: use getservbyport() only if availableMans Rullgard2012-10-23