summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: add const qualifier to avcodec_find_best_pix_fmt2 argsDylan Alex Simon2013-09-11
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-11
|\
| * Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* | avcodec/mjpegdec: Support >8bpc color mjpegMichael Niedermayer2013-09-11
* | avcodec/utils: add 16bit planar YUV formats to avcodec_align_dimensions2()Michael Niedermayer2013-09-11
* | lavcodec: Adding support for End Trimming in Opus encoderVignesh Venkatasubramanian2013-09-11
* | lavc/utils: Add support for discarding samples from the endVignesh Venkatasubramanian2013-09-10
* | avcodec/vp56: use av_reallocp_array() and check if allocation failedPaul B Mahol2013-09-10
* | Make avcodec_find_best_pix_fmt_of_list const-correctMichael Bradshaw2013-09-10
* | avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit supportPaul B Mahol2013-09-09
* | avcodec/ffv1dec: fix format detectionPaul B Mahol2013-09-09
* | Move packed B-frames message level to info.Reimar Döffinger2013-09-09
* | Make packed B-frame warning message more useful.Reimar Döffinger2013-09-09
* | avcodec/ffv1enc: encode slice as raw PCM in 1.4 when the buffer is too small.Michael Niedermayer2013-09-09
* | avcodec/ffv1dec: Support decoding planes as raw PCM in 1.4Michael Niedermayer2013-09-09
* | avcodec/ffv1enc: check encode_line()s return codeMichael Niedermayer2013-09-09
* | avcodec/ffv1enc: update buffer check for 16bpsMichael Niedermayer2013-09-09
* | avcodec/ffv1enc: fix size used for ff_alloc_packet2()Michael Niedermayer2013-09-09
* | avcodec/util: Make size argument of ff_alloc_packet2() int64_tMichael Niedermayer2013-09-09
* | avcodec/eatgv: use av_reallocp_array() and check return valuePaul B Mahol2013-09-09
* | avcodec/xwdenc: use AV_LOG_ERROR in error messagePaul B Mahol2013-09-09
* | avcodec/bmpenc: return meaningful error codePaul B Mahol2013-09-09
* | avcodec/truemotion2: use av_reallocp_array() and check return valuePaul B Mahol2013-09-09
* | h264: do not discard NAL_SEI when skipping framesRainer Hochecker2013-09-09
* | lavc: don't show "Invalid and inefficient vfw-avi..." warning in mpeg4 parserwm42013-09-09
* | avcodec/mjpegdec: fix shift_output() with lowresMichael Niedermayer2013-09-09
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-09-08
|\ \
| * | libxvid: guess a good aspect when we cant store the exact one.Carl Eugen Hoyos2013-09-08
* | | avcodec/proresdec2: return meaningful error codesPaul B Mahol2013-09-08
* | | avcodec/ratecontrol: give some trivial tips in case of buffer underflowsMichael Niedermayer2013-09-08
* | | avcodec/truemotion2: use av_calloc() & av_malloc_array()Paul B Mahol2013-09-08
|/ /
* | avcodec/truemotion2: Fix av_freep argumentsMichael Niedermayer2013-09-08
* | avcodec/srtdec: fix potential overread.Clément Bœsch2013-09-08
* | avcodec/assenc: fix potential overread.Clément Bœsch2013-09-08
* | avcodec/png: remove obsolete commentsPaul B Mahol2013-09-08
* | oMerge commit '85ac12587bfef970d0e0e4abc292df346daf8478'Michael Niedermayer2013-09-08
|\|
| * nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato2013-09-07
| * avcodec: Stop exporting the removed audio_resample* symbolsDiego Biurrun2013-09-05
* | avcodec/snowenc: fix constness of the AVFrame argument in encode_frame()Michael Niedermayer2013-09-08
* | s302m: s/bits_per_coded_sample/bits_per_raw_samplePaul B Mahol2013-09-06
* | avcodec/xan: use uint8_t instead of unsigned charPaul B Mahol2013-09-06
* | Merge commit '7f93a861aaf2e76fd63b53ccc465909873b8dc29'Michael Niedermayer2013-09-06
|\|
| * mpeg12enc: K&R formatting cosmeticsVittorio Giovara2013-09-05
* | Merge commit '66f091053f11a8957b2175480d2f368d2cf4474c'Michael Niedermayer2013-09-06
|\|
| * mpeg12enc: drop forward declarationsVittorio Giovara2013-09-05
| * mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö2013-09-04
* | avcodec/mjpegdec: support >8bit in mjpeg_decode_scan_progressive_ac()Michael Niedermayer2013-09-06
* | avcodec/mjpegdec: move shift_output() to its own functionMichael Niedermayer2013-09-06
* | avcodec/mjpegdec: 12bit Grayscale supportMichael Niedermayer2013-09-06
* | avcodec/mjpegdec: Fix normal jpeg with bits < 8Michael Niedermayer2013-09-06