summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Remove myself as leaderrelease/0.11Michael Niedermayer2015-07-311-1/+0
* avformat/mov: fix keyframe flags for sample from chromium Issue 340865Michael Niedermayer2014-03-241-0/+4
* avformat/mov: only force parsing for video tracks if stss is emptyHendrik Leppkes2014-03-241-1/+1
* update for 0.11.5n0.11.5Michael Niedermayer2014-03-103-3/+3
* Merge remote-tracking branch 'TimothyGu/release/0.11' into release/0.11Michael Niedermayer2014-03-081-1/+1
|\
| * configure: use pkg-config to detect libblurayTimothy Gu2014-03-061-1/+1
* | avcodec/snow: split block clipping checksMichael Niedermayer2014-03-081-2/+4
* | avcodec/msrle: use av_image_get_linesize() to calculate the linesizeMichael Niedermayer2014-03-081-1/+2
* | avformat/mpegtsenc: Check data array size in mpegts_write_pmt()Michael Niedermayer2014-03-081-2/+7
* | avcodec/wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer2014-03-081-2/+2
* | samplefmt: avoid integer overflow in av_samples_get_buffer_size()Justin Ruggles2014-03-081-0/+2
* | avcodec/vc1: reset fcm/field_mode in non advanced header parsingMichael Niedermayer2014-03-081-0/+2
* | avcodec/vmnc: Check that rectangles are within the pictureMichael Niedermayer2014-03-081-0/+5
* | dnxhdenc: fix mb_rc sizeMichael Niedermayer2014-03-081-1/+1
* | cmdutils: update yearMichael Niedermayer2014-03-081-1/+1
* | avcodec/jpeglsdec: check err value for ls_get_code_runterm()Michael Niedermayer2014-03-081-0/+2
* | avutil/opt: initialize retMichael Niedermayer2014-03-081-1/+1
* | avcodec/avpacket/av_packet_split_side_data: ensure that side data padding is ...Michael Niedermayer2014-03-081-1/+1
* | avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer2014-03-081-3/+3
* | avcodec/parser: reset indexes on realloc failureMichael Niedermayer2014-03-081-3/+7
* | avcodec/ffv1enc: update buffer check for 16bpsMichael Niedermayer2014-03-081-1/+1
* | avcodec/truemotion2: Fix av_freep argumentsMichael Niedermayer2014-03-081-8/+8
* | avcodec/mjpegdec: Add some sanity checks to ljpeg_decode_rgb_scan()Michael Niedermayer2014-03-081-0/+6
* | avfilter/vf_fps: make sure the fifo is not empty before using itMichael Niedermayer2014-03-081-1/+1
* | avcodec/dsputil: fix signedness in sizeof() comparissionsMichael Niedermayer2014-03-081-2/+2
* | arm: Don't clobber callee saved registers in scalarproductMartin Storsjö2013-12-211-6/+6
* | avcodec/cabac: force get_cabac to be not inlinedMichael Niedermayer2013-12-091-1/+1
* | avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer2013-10-271-2/+4
* | avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer2013-10-261-1/+1
* | avformat/mov: force parsing of headers if stts is absentMichael Niedermayer2013-10-241-0/+2
* | avcodec/h264_refs: modify key frame detection heuristic to detect more casesMichael Niedermayer2013-10-241-1/+1
* | avformat/wavdec: Dont trust the fact chunk for PCMMichael Niedermayer2013-10-241-2/+9
* | Avoid a deadlock when decoding wma.Carl Eugen Hoyos2013-09-021-0/+4
* | avformat/avidec: match first index and first packet size=0 handlingMichael Niedermayer2013-08-311-1/+1
* | avcodec/pngdsp: fix (un)signed type in end comparissionMichael Niedermayer2013-08-301-1/+1
|/
* update for 0.11.4n0.11.4Michael Niedermayer2013-08-283-3/+3
* doc/texi2pod.pl: skip printing chapter names if they are disabledStefano Sabatini2013-08-271-1/+1
* doc/texi2pod: rework man inclusion logicStefano Sabatini2013-08-271-26/+31
* doc/texi2pod: fix @ref substitution rule, disallow "}" within the fieldsStefano Sabatini2013-08-271-1/+1
* doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f1...Stefano Sabatini2013-08-271-1/+1
* doc: support multitable in texi2podLuca Barbato2013-08-271-2/+18
* doc/texipod: add rule to correctly interpret @ref{ANCHOR,XREF,SECTION_NAME,...}Stefano Sabatini2013-08-271-0/+1
* doc/texi2pod: correctly handle @url commands in the form @url{URL,...}Stefano Sabatini2013-08-271-1/+1
* doc/texi2pod: add support to @ifhtml and @ifnothtml directivesStefano Sabatini2013-08-271-4/+4
* doc/texi2pod: recognize @table @command.Nicolas George2013-08-271-1/+1
* doc/texi2pod.pl: drop unnecessary rule, which was converting "\," to ","Stefano Sabatini2013-08-271-1/+0
* doc/texi2pod: add "use warnings" directiveStefano Sabatini2013-08-271-1/+3
* doc/encoders: Remove reference to "Codec Options" chapterTimothy Gu2013-08-271-2/+1
* doc/encoders: add libxvid docTimothy Gu2013-08-271-0/+113
* doc/muxers: Add AIFF docTimothy Gu2013-08-271-0/+17