summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_refs: discard mismatching referencesMichael Niedermayer2015-06-301-0/+16
* avcodec/mjpegdec: Fix small picture upscaleMichael Niedermayer2015-06-301-4/+6
* avcodec/pngdec: Check values before updating context in decode_fctl_chunk()Michael Niedermayer2015-06-291-13/+21
* avcodec/pngdec: Copy IHDR & plte state from last threadMichael Niedermayer2015-06-291-8/+15
* avcodec/pngdec: Require a IHDR chunk before fctlMichael Niedermayer2015-06-291-0/+5
* avcodec/pngdec: Only allow one IHDR chunkMichael Niedermayer2015-06-291-0/+5
* aacenc: add support for coding of intensity stereo scalefactor indicesRostislav Pehlivanov2015-06-292-1/+42
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functionsShivraj Patil2015-06-296-0/+235
* aaccoder: add intensity stereo support to encode_window_bands_info quantizerRostislav Pehlivanov2015-06-281-6/+14
* aaccoder: add intensity stereo coding support for the trellis quantizerRostislav Pehlivanov2015-06-281-35/+34
* avcodec/jpeg2000dec: Remove unused variablesMichael Niedermayer2015-06-281-2/+1
* wmavoice: limit wmavoice_decode_packet return value to packet sizeAndreas Cadhalpun2015-06-281-2/+16
* lavc/adpcm: THP: set approx_nb_samples correctlyRodger Combs2015-06-281-4/+2
* avcodec/jpeg2000dec: Merge i_stepsize/2 decoder special case into dequantMichael Niedermayer2015-06-282-5/+6
* huffyuvdec: validate image sizeAndreas Cadhalpun2015-06-281-0/+5
* aacpsy: Add energy spread for each bandRostislav Pehlivanov2015-06-282-2/+2
* wavpack: use get_bits_long to read up to 32 bitsAndreas Cadhalpun2015-06-281-2/+2
* avcodec/jpeg2000: Support 32 decomposition levelsMichael Niedermayer2015-06-282-2/+2
* avcodec/jpeg2000: support >32bit in ff_jpeg2000_ceildivpow2()Michael Niedermayer2015-06-281-1/+1
* avcodec/jpeg2000: Avoid one shift in ff_jpeg2000_ceildivpow2()Michael Niedermayer2015-06-281-1/+1
* aac: add additional fields needed by the encoder for intensity stereoRostislav Pehlivanov2015-06-281-2/+7
* avcodec/h264_slice: Reformat IN_RANGE() uses to be readableMichael Niedermayer2015-06-271-4/+3
* avcodec/h264_slice: Silence pointer type warningsMichael Niedermayer2015-06-271-1/+1
* avcodec/h264_slice: assert that the first slice implies unfinished setupMichael Niedermayer2015-06-271-1/+5
* Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa'Michael Niedermayer2015-06-273-41/+81
|\
| * h264: do not update the context fields copied between threads after finish_se...Anton Khirnov2015-06-273-48/+89
* | Merge commit '6d4d3fee63c46d921c4870feab79269af94e84e1'Michael Niedermayer2015-06-271-6/+9
|\ \ | |/
| * h264: make sure the current picture is not made a long ref multiple timesAnton Khirnov2015-06-271-0/+9
* | Merge commit 'e49e0f58e273237f83b4486f3536931ed1943d18'Michael Niedermayer2015-06-272-18/+25
|\ \ | |/
| * h264: make sure the slices do not overlap during slice threadingAnton Khirnov2015-06-272-6/+42
| * nvenc: Fix NV12 inputLuca Barbato2015-06-261-2/+2
| * vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun2015-06-261-1/+1
* | movtextenc.c: Support for Bold, Italic and Underlined StylesNiklesh2015-06-271-21/+165
* | avcodec/jpeg2000dec: Check for mismatching per expected terminationMichael Niedermayer2015-06-271-0/+6
* | avcodec/jpeg2000dec: Limit poc end fields to whats available in jpeg2000_deco...Michael Niedermayer2015-06-271-1/+3
* | avcodec/utils: Replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2015-06-271-1/+1
* | avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVCPhilip Langdale2015-06-264-2/+16
* | fate/api-tests: Move api-flac-test to API tests directory.George Boyle2015-06-272-268/+0
* | s302m: fix arithmetic exceptionAndreas Cadhalpun2015-06-261-4/+2
* | avcodec: Add support for per-frame AFD output in h264Kieran Kunhya2015-06-263-0/+19
* | avcodec/jpeg2000dec: Fix tp_index for POCMichael Niedermayer2015-06-261-9/+10
* | avcodec/jpeg2000dec: Print what is found in place of EPH if EPH is not foundMichael Niedermayer2015-06-261-1/+1
* | libvpx: disable unused function prototypesJames Almer2015-06-261-0/+2
* | avcodec/jpeg2000dec: Support progression order changesMichael Niedermayer2015-06-263-22/+59
* | avcodec/jpeg2000dec: Parse POCsMichael Niedermayer2015-06-261-0/+88
* | vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun2015-06-261-1/+1
* | mpegaudiodec: copy AVFloatDSPContext from first context to all contextsAndreas Cadhalpun2015-06-261-0/+1
* | avcodec/jpeg2000dec: iterate in tile sample space for CPRL & RPCLMichael Niedermayer2015-06-261-18/+12
* | avcodec/jpeg2000dec: Add missing \n to av_log()Michael Niedermayer2015-06-261-1/+1
* | avcodec/jpeg2000dec: iterate over positions with the special cases from jpeg2000Michael Niedermayer2015-06-261-5/+4
OpenPOWER on IntegriCloud