summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* oggparseogm: Convert to use bytestream2Martin Storsjö2013-09-171-25/+27
* rv34: Check the return value from ff_rv34_decode_initMartin Storsjö2013-09-172-2/+6
* matroskadec: Verify realaudio codec parametersMartin Storsjö2013-09-171-0/+4
* mace: Make sure that the channel count is set to a valid valueMartin Storsjö2013-09-171-2/+2
* svq3: Check for any negative return value from ff_h264_check_intra_pred_modeMartin Storsjö2013-09-171-3/+3
* rtmp: rename main_channel_id to stream_id.Josh Allmann2013-09-171-8/+8
* rtmp: Follow Flash player numbering for channels.Josh Allmann2013-09-172-4/+4
* rtmp: Send video on a separate channel.Josh Allmann2013-09-171-2/+6
* lavf: Make probe_codec return an error codeAlexandra Khirnova2013-09-161-7/+14
* x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-161-0/+6
OpenPOWER on IntegriCloud