summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* sanm: remove code duplicationPaul B Mahol2012-07-041-3/+2
* sanm: replace conditions in for loops with more common versionPaul B Mahol2012-07-041-5/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-0418-139/+317
|\
| * vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-041-0/+6
| * amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje2012-07-043-3/+3
| * dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje2012-07-041-1/+1
| * Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-2/+4
| * mpegvideo: remove VLAsRonald S. Bultje2012-07-044-3/+19
| * flacdec: move lpc filter to flacdspMans Rullgard2012-07-043-33/+49
| * flacdec: split off channel decorrelation as flacdspMans Rullgard2012-07-045-43/+179
| * flacdec: factor out code setting avctx->sample_fmtMans Rullgard2012-07-041-13/+15
| * flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard2012-07-043-15/+9
| * flacdec: allocate sample buffers with av_mallocMans Rullgard2012-07-041-2/+1
| * flacdec: remove curr_bps from FLACContextMans Rullgard2012-07-041-17/+18
| * flacenc: add option for forcing stereo decorrelation modeMans Rullgard2012-07-041-1/+11
* | dpx: sanitize aspect ratio.Nicolas George2012-07-041-0/+6
* | snow: move init code that depends on picture paramaters to after these parame...Michael Niedermayer2012-07-042-11/+21
* | video_get_buffer: return ENOMEM instead of -1 on malloc failureMichael Niedermayer2012-07-041-1/+2
* | lavc/utils: print error message on get_buffer related errorsMichael Niedermayer2012-07-041-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-0410-31/+48
|\ \ | |/
| * anm: fix a few Doxygen commentsDiego Biurrun2012-07-031-2/+3
| * misc typo and wording fixesDiego Biurrun2012-07-035-8/+8
| * snow: remove a VLA used for edge emulationRonald S. Bultje2012-07-033-1/+6
| * snow: remove the runs[] VLA.Ronald S. Bultje2012-07-033-1/+4
| * snow: Check mallocs at initMartin Storsjö2012-07-033-10/+23
| * flacdec: remove redundant setting of avctx->sample_fmtMans Rullgard2012-07-021-2/+0
* | avcodec_align_dimensions2: support 12 & 14 bit planar colorspacesMichael Niedermayer2012-07-031-0/+16
* | imgconvert: add planar RGB formats to pix_fmt_infoMichael Niedermayer2012-07-031-0/+34
* | imgconvert: add yuv 9,10,12,14 bit planar YUV formats to pix_fmt_infoMichael Niedermayer2012-07-031-0/+72
* | jvdec: check if there is enough dataPaul B Mahol2012-07-031-5/+6
* | jvdec: remove redundant checkPaul B Mahol2012-07-031-2/+2
* | jvdec: remove buf_sizePaul B Mahol2012-07-031-4/+3
* | jvdec: stop reading partial palettePaul B Mahol2012-07-031-2/+2
* | jvdec: check that the video_size fits in the packet.Michael Niedermayer2012-07-031-1/+1
* | h264pred: assert that depth is supportedMichael Niedermayer2012-07-031-0/+2
* | h264dsp: assert that depth is supportedMichael Niedermayer2012-07-031-0/+2
* | dsputil: assert that depth is supportedMichael Niedermayer2012-07-031-0/+1
* | lavc/rawdec: add assertion check in raw_decode()Stefano Sabatini2012-07-031-0/+2
* | lavc/rawdec: prefer constant AVPALETTE_SIZE over 256*4Stefano Sabatini2012-07-031-2/+2
* | h264: sps: handle more profilesMichael Niedermayer2012-07-031-1/+4
* | h264: add support for constraint_set4_flag / constraint_set5_flagMichael Niedermayer2012-07-031-1/+3
* | Revert "alsdec: remove dead assignments"Michael Niedermayer2012-07-021-2/+2
* | h264: add avpriv_h264_has_num_reorder_frames()Michael Niedermayer2012-07-022-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-0214-50/+1024
|\ \ | |/
| * snow: remove VLA in mc_block()Mans Rullgard2012-07-021-16/+25
| * snow: remove a VLA.Ronald S. Bultje2012-07-021-20/+21
| * MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-025-1/+971
| * roqvideo: Remove a totally unused dspcontextMartin Storsjö2012-07-011-1/+0
| * smacker: remove some unused codeMans Rullgard2012-07-011-5/+1
| * dsicin: remove dead assignmentMans Rullgard2012-07-011-1/+1
OpenPOWER on IntegriCloud