aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update for 1.1.6n1.1.6Michael Niedermayer2013-08-313-3/+3
* avcodec/dsputil: fix signedness in sizeof() comparissionsMichael Niedermayer2013-08-311-2/+2
* ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 hea...Michael Niedermayer2013-08-311-7/+8
* ffv1dec: check that global parameters dont change in version 0/1Michael Niedermayer2013-08-311-4/+21
* avcodec/ffv1dec: check global header versionMichael Niedermayer2013-08-311-0/+4
* avcodec/pngdsp: fix (un)signed type in end comparissionMichael Niedermayer2013-08-301-1/+1
* Merge remote-tracking branch 'jamrial/release/1.1' into release/1.1Michael Niedermayer2013-08-284-28/+41
|\
| * avformat/matroskadec: check out_samplerate before using it in av_rescale()Michael Niedermayer2013-08-261-0/+2
| * matroskadec: Improve TTA duration calculationJames Almer2013-08-251-1/+1
| * matroskaenc: simplify mkv_check_tag()Michael Niedermayer2013-08-251-3/+2
| * lavf/matroskaenc: Check for valid metadata before creating tagsJames Almer2013-08-253-27/+39
* | matroska_read_seek: Fix used streams for subtitle index compensationMichael Niedermayer2013-08-281-4/+5
* | doc/texi2pod: fix @ref substitution rule, disallow "}" within the fieldsStefano Sabatini2013-08-281-1/+1
* | doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f1...Stefano Sabatini2013-08-281-1/+1
* | doc: support multitable in texi2podLuca Barbato2013-08-281-2/+18
* | doc/texipod: add rule to correctly interpret @ref{ANCHOR,XREF,SECTION_NAME,...}Stefano Sabatini2013-08-281-0/+1
* | doc/texi2pod.pl: skip printing chapter names if they are disabledStefano Sabatini2013-08-281-1/+1
* | doc/codecs: fix dangling reference to codec-options chapterStefano Sabatini2013-08-281-0/+1
* | doc/filters: review introductory example and explanationStefano Sabatini2013-08-281-16/+23
* | doc/encoders: add libxvid docTimothy Gu2013-08-281-0/+113
* | doc/encoders: add libopus encoder docTimothy Gu2013-08-281-0/+73
* | doc/muxers: Add AIFF docTimothy Gu2013-08-281-0/+17
* | doc/decoders: document libopus decoderTimothy Gu2013-08-281-0/+9
* | doc/encoders: alphabetically list the encodersTimothy Gu2013-08-281-37/+37
* | doc/decoders: Add libopencore-amrwb decoder docTimothy Gu2013-08-281-0/+12
* | doc/decoders: Document libopencore-amrnb decoderTimothy Gu2013-08-281-0/+12
* | doc/decoders: Document libilbc decoderTimothy Gu2013-08-281-0/+21
* | doc/decoders: Document libgsm decoderTimothy Gu2013-08-281-0/+10
* | doc/encoders: Add libopencore-amrnb docTimothy Gu2013-08-281-0/+37
* | doc/decoders: Document libceltTimothy Gu2013-08-281-0/+8
* | doc/general: Make the license status of the Android libraries clearerTimothy Gu2013-08-281-3/+8
* | doc/encoders: Add libvo-amrwbenc docTimothy Gu2013-08-281-0/+38
* | doc/encoders: Add libvo-aacenc docTimothy Gu2013-08-281-0/+21
* | doc/encoders: add documentation for libtwolameTimothy Gu2013-08-281-0/+63
* | doc/encoders: Add documentation for libmp3lameTimothy Gu2013-08-281-0/+29
* | jpeg2000: check log2_cblk dimensionsMichael Niedermayer2013-08-281-0/+8
* | avcodec/rpza: Perform pointer advance and checks before using the pointersMichael Niedermayer2013-08-281-4/+4
* | avcodec/flashsv: check diff_start/heightMichael Niedermayer2013-08-281-0/+4
* | avformat/paf: Fix integer overflow and out of array readMichael Niedermayer2013-08-281-2/+3
* | Merge remote-tracking branch 'qatar/release/9' into release/1.1Michael Niedermayer2013-08-282-25/+28
|\ \
| * | ac3: Return proper error codesLuca Barbato2013-08-271-15/+15
| * | ac3: Clean up the error pathsLuca Barbato2013-08-271-3/+6
| * | ac3: Do not clash with normal AVERRORLuca Barbato2013-08-271-7/+7
* | | Merge remote-tracking branch 'qatar/release/9' into release/1.1Michael Niedermayer2013-08-2714-245/+425
|\| |
| * | ogg: Fix potential infinite discard loopReimar Döffinger2013-08-241-1/+5
| * | dxa: Make sure the reference frame existsLuca Barbato2013-08-241-0/+6
| * | h261: check the mtype indexLuca Barbato2013-08-241-0/+5
| * | segafilm: Error out on impossible packet sizeLuca Barbato2013-08-241-0/+2
| * | ogg: Always alloc the private context in vorbis_headerLuca Barbato2013-08-241-3/+3
| * | rtjpeg: Use init_get_bits8Luca Barbato2013-08-241-2/+5