aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* pcmenc: use ENCODE macro for pcm_s8Paul B Mahol2012-11-201-6/+2
* pcm: revert from libavs planar code to durandals.Michael Niedermayer2012-11-201-10/+1
* Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'Michael Niedermayer2012-11-203-77/+116
|\
| * alacenc: support 24-bit encodingJustin Ruggles2012-11-201-26/+75
| * pcmdec: use planar sample format for pcm_s16le_planarJustin Ruggles2012-11-191-9/+10
| * vorbisdec: use float planar sample formatJustin Ruggles2012-11-191-50/+31
* | 8svx: move pcm_s8_planar decoder to pcm.cPaul B Mahol2012-11-204-39/+19
* | 4xm: return error code if decode_init() failedPaul B Mahol2012-11-201-1/+1
* | aacsbr: check sample_rate before using it, fix division by 0Michael Niedermayer2012-11-201-3/+3
* | 4xmdec: fix integer overflow, null ptr dereferenceMichael Niedermayer2012-11-201-1/+1
* | iff: DEEP RLE 32-bit decoderPeter Ross2012-11-201-0/+57
* | mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic2012-11-194-0/+376
* | pthreads: increase MAX_BUFFERS due to 24c043c98ef22b9d4aa7a54ec5f1cebd21042dd7Michael Niedermayer2012-11-191-1/+1
* | vble: remove superfluous bracesPiotr Bandurski2012-11-191-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-193-36/+31
|\|
| * x86: h264_intrapred: Fix C function names in commentsDiego Biurrun2012-11-181-31/+31
| * x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-182-5/+0
* | Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13'Michael Niedermayer2012-11-191-6/+8
|\|
| * PGS subtitles: Set AVSubtitle pts valueJohn Stebbins2012-11-181-2/+8
| * h264: Fix parameters to ff_er_add_slice() callJanne Grunau2012-11-161-1/+1
| * h264: always check ref_count for validityJanne Grunau2012-11-161-9/+9
* | sbr: increase f_tablelim size, it appears it was too small by 1.Michael Niedermayer2012-11-191-1/+1
* | h264: dont stop parsing NALs without cleanup on DPC.Michael Niedermayer2012-11-191-1/+1
* | vble: do not abort when version is not 1Piotr Bandurski2012-11-191-2/+1
* | mpegvideo: increase MAX_PICTURE_NUMBER.Michael Niedermayer2012-11-191-1/+1
* | avrndec: support lowres for mjpegPiotr Bandurski2012-11-191-0/+6
* | error concealment: check that references are frames and not fields.Michael Niedermayer2012-11-181-0/+4
* | h264: Check gray scale CBP, fix out of array accesses.Michael Niedermayer2012-11-182-0/+10
* | pcmenc: remove dead incrementPaul B Mahol2012-11-181-1/+0
* | pcm: move i into for loop to avoid { } inside switch statementPaul B Mahol2012-11-181-4/+3
* | ff_h264_direct_ref_list_init: fix B slice check.Michael Niedermayer2012-11-181-1/+1
* | mjpegenc: yuvj444p supportPaul B Mahol2012-11-183-29/+54
* | h264: correct ref count check and limit, fix out of array accesses.Michael Niedermayer2012-11-181-1/+1
* | h264: fix integer overflow, assert failureMichael Niedermayer2012-11-181-2/+6
* | ff_mpeg_update_thread_context: assert context unequalityMichael Niedermayer2012-11-181-0/+3
* | iff: decode HAM8 images with masking correctly.Piotr Bandurski2012-11-181-1/+1
* | h264: Skip odd NALs in extradata, prevent undefined behaviorMichael Niedermayer2012-11-182-1/+25
* | mjpegdec: reset h/v_count, fix assertion failure.Michael Niedermayer2012-11-181-0/+2
* | eamad: return meaningful error codesPaul B Mahol2012-11-171-8/+8
* | vcr1: check if dimensions are supported, fix out of array accesses.Michael Niedermayer2012-11-171-0/+4
* | PCM signed 16-bit big-endian planar decoderPaul B Mahol2012-11-177-1/+16
* | PCM signed 24-bit/32-bit little-endian planar decoderPaul B Mahol2012-11-177-12/+45
* | eamad: fix out of array accessesMichael Niedermayer2012-11-171-1/+1
* | xxan: check ybuf index before use.Michael Niedermayer2012-11-171-1/+2
* | cook: check subbands more completely, fix out of array read.Michael Niedermayer2012-11-171-0/+4
* | ff_mpeg4videodec_static_init: fix return typeMichael Niedermayer2012-11-172-2/+2
* | tm2: check for invalid vlcs, fix out of array readMichael Niedermayer2012-11-171-1/+3
* | g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the table.Michael Niedermayer2012-11-162-2/+3
* | ff_emulated_edge_mc: fix integer anomalies, fix out of array readsMichael Niedermayer2012-11-162-4/+8
* | ffv1enc: consider 2pass float rounding, fix loopMichael Niedermayer2012-11-161-1/+1