summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* msvc/icl: Use __declspec(noinline)Alex Smith2013-09-201-0/+2
* msvc/icl: Use __declspec(deprecated)Alex Smith2013-09-203-4/+15
* rtmp: Unbreak get_packetLuca Barbato2013-09-201-8/+9
* dcadec: Validate the lfe parameterMartin Storsjö2013-09-201-0/+5
* rtmpproto: Add a comment explaining the logic in handle_notifyMartin Storsjö2013-09-201-0/+2
* build: Support cparserLuca Barbato2013-09-191-0/+22
* r3d: Add more input value validationMartin Storsjö2013-09-191-1/+5
* rl2: Avoid a division by zeroMartin Storsjö2013-09-191-0/+4
* wtv: Add more sanity checks for a length read from the fileMartin Storsjö2013-09-191-1/+6
* yop: Clear all references to the AVBuffer in the local AVPacketMartin Storsjö2013-09-191-0/+6
* fraps: Make the input buffer size checks more strictMartin Storsjö2013-09-191-11/+19
* segafilm: Validate the number of audio channelsMartin Storsjö2013-09-191-0/+5
* svq3: Avoid a division by zeroMartin Storsjö2013-09-191-1/+2
* qpeg: Add checks for running out of rows in qpeg_decode_interMartin Storsjö2013-09-191-0/+4
* mpegaudiodec: Validate that the number of channels fits at the given offsetMartin Storsjö2013-09-191-1/+2
* asvdec: Verify the amount of extradataMartin Storsjö2013-09-191-0/+5
* movenc: Use null buffers for measuring the amount of data to be writtenMartin Storsjö2013-09-191-12/+6
* aviobuf: Add functions for null buffersMartin Storsjö2013-09-192-0/+51
* asfenc: mux chapters in ASF files using an ASF "marker" sectionVladimir Pantelic2013-09-193-2/+67
* asfenc: remember send time and offset of the index entriesVladimir Pantelic2013-09-192-0/+6
* asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic2013-09-192-0/+5
* asfdec: replace magic constant with DATA_HEADER_SIZEVladimir Pantelic2013-09-191-6/+8
* asfdec: substract preroll time from marker presentation timeVladimir Pantelic2013-09-191-0/+2
* rv34: Fix a memory leak on errorsMartin Storsjö2013-09-191-2/+6
* idroqdec: Make sure a video stream has been allocated before returning packetsMartin Storsjö2013-09-191-0/+7
* rv10: Validate the dimensions set from the containerMartin Storsjö2013-09-191-0/+3
* rtmp: Unbreak handle_notifyLuca Barbato2013-09-191-13/+14
* aacdec: Add support for LD (Low Delay) AACAlex Converse2013-09-186-5/+105
* aacdec: Add support for Error Resilience syntax.Alex Converse2013-09-182-10/+103
* Add a WebP decoderJustin Ruggles2013-09-1812-10/+1488
* lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_tJustin Ruggles2013-09-181-0/+10
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-1818-107/+92
* rmdec: Validate the fps valueMartin Storsjö2013-09-181-2/+7
* movenc: Add an option for omitting the tfhd base offsetMartin Storsjö2013-09-173-8/+18
* movenc: Write the moof atom in two passesMartin Storsjö2013-09-172-23/+25
* twinvqdec: Check the ibps parameter separatelyMartin Storsjö2013-09-171-0/+4
* rtmp: Support reading interleaved chunks.Josh Allmann2013-09-173-29/+67
* xmv: Add more sanity checks for parameters read from the bitstreamMartin Storsjö2013-09-171-2/+5
* rtmpproto: Extend a comment to explain the prev_pkt arrays rolesMartin Storsjö2013-09-171-1/+1
* rtmpproto: Consistently use the right prev_pkt arrayMartin Storsjö2013-09-171-1/+1
* rtmpproto: Check for the right return codeMartin Storsjö2013-09-171-1/+1
* dca_parser: Handle changes in DCA frame sizeJohn Stebbins2013-09-171-6/+9
* jpeg2000dec: Add more checks when parsing headersMartin Storsjö2013-09-171-0/+4
* doc: Add missing hashes and dates to APIChangesLuca Barbato2013-09-171-14/+14
* ffv1: Make sure at least one slice context is initializedMartin Storsjö2013-09-171-0/+4
* eacmv: Make sure a reference frame exists before referencing itMartin Storsjö2013-09-171-3/+4
* truemotion2: Use av_freep properly in an error pathMartin Storsjö2013-09-171-8/+8
* mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectoryMartin Storsjö2013-09-171-3/+9
* ivi_common: Make sure color planes have been initializedMartin Storsjö2013-09-171-0/+5
* mov: Don't use a negative duration for setting other fieldsMartin Storsjö2013-09-171-2/+2
OpenPOWER on IntegriCloud