summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-251-1/+3
* udp: Use the logging contextLuca Barbato2015-11-251-14/+28
* rtsp: Do not assume getnameinfo cannot failLuca Barbato2015-11-251-2/+8
* movenc-test: Fix integer overflowsMichael Niedermayer2015-11-242-5/+5
* texturedsp: Explicitly cast RGBA parameters to unsignedVittorio Giovara2015-11-241-1/+4
* texturedspenc: Avoid using separate variablesVittorio Giovara2015-11-241-7/+3
* textureencdsp: cosmetics: Use normal static const for tablesVittorio Giovara2015-11-241-4/+4
* sgi: Correctly propagate meaningful error valuesVittorio Giovara2015-11-242-7/+8
* fate: Rework sgi tests into a suite and add the missing onesVittorio Giovara2015-11-247-28/+15
* sgienc: Support encoding high bit depth images with RLEVittorio Giovara2015-11-242-10/+12
* sgienc: Use a local RLE encoding functionVittorio Giovara2015-11-243-17/+54
* sgienc: Port to bytestream2Vittorio Giovara2015-11-241-31/+35
* sgienc: Do not end RLE lines with 0sVittorio Giovara2015-11-243-5/+4
* libvpxenc: remove some unused ctrl id mappingsJames Zern2015-11-231-12/+4
* doc: Document better how to use MSYS2Luca Barbato2015-11-231-4/+27
* asfdec: handle the case when the stream index has an invalid value betterAlexandra Hájková2015-11-231-3/+17
* dcadec: Do not check for overreads in auxiliary dataTim Walker2015-11-231-6/+6
* oggparsespeex: Fix unchecked mallocDerek Buitenhuis2015-11-231-0/+2
* configure: Clearly state that MSYS native builds are discouragedLuca Barbato2015-11-211-0/+3
* lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara2015-11-204-1/+23
* doc/encoders: document the QSV option mappingsAnton Khirnov2015-11-201-0/+88
* qsvenc: expose additional encoding optionsAnton Khirnov2015-11-205-1/+97
* qsvenc: support more RC methodsAnton Khirnov2015-11-202-18/+127
* qsvenc: factor out common optionsAnton Khirnov2015-11-204-24/+13
* qsvenc: fix setting maxrate for VBRAnton Khirnov2015-11-201-1/+1
* qsvenc: print the actual video parameters used by MSDKAnton Khirnov2015-11-202-0/+266
* mpegvideo_enc: enable rtp_mode when multiple slices are usedAnton Khirnov2015-11-201-3/+7
* mpevideo_enc: disallow multiple slices for h261 and flvAnton Khirnov2015-11-201-0/+6
* movenc: add fallback audio track tref supportJohn Stebbins2015-11-181-4/+15
* avcodec: Define side data type for fallback trackJohn Stebbins2015-11-183-1/+13
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-187-12/+19
* lavf: document that passing valid timestamps to muxers is now mandatoryAnton Khirnov2015-11-181-8/+21
* dvdsubdec: Validate the RLE offsetsLuca Barbato2015-11-171-1/+5
* travis: Enable OSX integrationVittorio Giovara2015-11-171-0/+7
* flacenc: Clamp user-supplied min/max prediction ordersVittorio Giovara2015-11-161-6/+8
* ffv1: Explicitly name the coder typeVittorio Giovara2015-11-164-29/+27
* hqx: correct type and size check of info_offsetAndreas Cadhalpun2015-11-161-2/+2
* dds: disable palette flag for compressed imagesAndreas Cadhalpun2015-11-141-0/+6
* segafilm: Fix current_sample after seeking and avio_seek return typeMichael Niedermayer2015-11-141-3/+4
* rtmpcrypt: Provide the xtea keys in little endian format for consistencyMartin Storsjö2015-11-131-33/+33
* rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö2015-11-131-1/+1
* xtea: Add functions for little endian modeMartin Storsjö2015-11-134-14/+108
* xtea: Clarify that the current API works in big endian modeMartin Storsjö2015-11-131-2/+4
* dds: add missing newline to log messagesAndreas Cadhalpun2015-11-121-2/+2
* dds: validate compressed source buffer sizeAndreas Cadhalpun2015-11-121-0/+9
* dds: validate source buffer size before copyingAndreas Cadhalpun2015-11-121-0/+6
* mov: Drop dref when unable to parseVittorio Giovara2015-11-121-1/+6
* mov: Correctly store dref pathsVittorio Giovara2015-11-121-4/+2
* lavc: Add missing mem.h header to libxvid and screenpressoVittorio Giovara2015-11-122-0/+2
* aiff: Support demuxing G.722 streamsCarl Eugen Hoyos2015-11-122-0/+2