aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* zerocodec: check if there is previous framePaul B Mahol2012-05-041-0/+4
* shorten: unsigned 8bit supportPaul B Mahol2012-05-041-17/+33
* Merge https://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-EncoderMichael Niedermayer2012-05-031-62/+75
|\
| * libopenjpegdec: respect JP2 color space, fix ticket 1179Michael Bradshaw2012-05-031-62/+75
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-039-24/+41
|\ \ | |/ |/|
| * mpeg12: fixed parsing in some mpeg2 streamsHendrik Leppkes2012-05-031-0/+1
| * Add SMPTE240M transfer characteristics flag.Hendrik Leppkes2012-05-031-0/+1
| * motionpixels: Clip YUV values after applying a gradient.Alex Converse2012-05-021-0/+6
| * jpeg: handle progressive in second field of interlaced.Ronald S. Bultje2012-05-021-3/+2
| * ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.Michael Niedermayer2012-05-021-0/+16
| * h263: more strictly forbid frame size changes with frame-mt.Ronald S. Bultje2012-05-021-5/+7
| * h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-022-2/+5
| * tta: prevents overflows for 32bit integers in header.Ronald S. Bultje2012-05-021-3/+5
| * vp8: update frame size changes on thread context switches.Ronald S. Bultje2012-05-021-0/+2
| * snowdsp: explicitily state instruction size.Ronald S. Bultje2012-05-021-2/+2
| * wmall: fix reconstructing audio with uncoded channelsKostya Shishkov2012-05-021-3/+3
| * WMAL cosmetics: fix indentationMashiat Sarker Shakkhar2012-05-021-1/+1
* | JACOsub demuxer, decoder and muxer.Clément Bœsch2012-05-036-1/+254
* | lavc: implement accessors for some AVFrame fields.Nicolas George2012-05-033-6/+29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-021-2/+4
|\|
| * indeo3: fix motion vector validationHendrik Leppkes2012-05-011-2/+2
| * pcm_bluray: set bits_per_raw_sample for > 16-bitHendrik Leppkes2012-05-011-0/+1
| * twinvq: fix out of bounds array accessMans Rullgard2012-05-011-2/+4
* | Don't restrict reverse decorrelation to both coded channels. It is also used ...Jakub Stachowski2012-05-021-1/+1
* | xbmdec: fix decoding when variable name contains an 'x'.Reimar Döffinger2012-05-011-0/+3
* | xbmdec: print more details on decode error.Reimar Döffinger2012-05-011-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-015-122/+114
|\|
| * WMAL: do not output last frame again if nothing was decoded in current packetJakub Stachowski2012-05-011-0/+2
| * WMAL: do not start decoding if frame does not end in current packetMashiat Sarker Shakkhar2012-05-011-2/+2
| * adpcm-thp: fix invalid array indexingMans Rullgard2012-05-011-4/+6
| * ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard2012-05-011-3/+4
| * ppc: remove shift parameter from scalarproduct_int16_altivec()Mans Rullgard2012-05-011-10/+1
| * ppc: dsputil: do unaligned block accesses correctlyMans Rullgard2012-05-012-100/+98
| * dvenc: do not call dsputil functions with stride not a multiple of 16Mans Rullgard2012-05-011-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-302-42/+43
|\|
| * avcodec: introduce YCoCg colorspaceHendrik Leppkes2012-04-291-0/+1
| * avcodec: cosmetic cleanup on headerLuca Barbato2012-04-291-39/+39
| * aac sbr: align struct member by 32 byte.Ronald S. Bultje2012-04-291-1/+1
* | Exposing forced flag for DVD and PGS subtitleshakuya2012-04-304-0/+11
* | Added AVClass for AVSubtitleRecthakuya2012-04-302-0/+31
* | ffv1: 10l add forgotten avclassMichael Niedermayer2012-04-301-0/+1
* | ffv1: add slicecrc optionMichael Niedermayer2012-04-301-1/+21
* | EC: fix dest index for non 420 chroma.Michael Niedermayer2012-04-301-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-297-51/+132
|\|
| * 4xm: fix invalid array indexingMans Rullgard2012-04-291-9/+12
| * rv34dsp: factorize a multiplication in the noround inverse transformChristophe GISQUET2012-04-281-9/+9
| * rv40: perform bitwise checks in loop filterChristophe Gisquet2012-04-281-8/+8
| * rv34: remove inline keyword from rv34_decode_block().Ronald S. Bultje2012-04-281-1/+1
| * rv40: change a logical test into a bitwise one.Christophe Gisquet2012-04-281-1/+1
| * rv34: remove constant parameterChristophe Gisquet2012-04-281-11/+6