summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mpeg4vdpau: Fix priv data size.Reimar Döffinger2014-11-01
* avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-01
* avcodec/pthread_frame: Simplify code by using av_reallocp_array()Michael Niedermayer2014-11-01
* avcodec/parser: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-01
* avcodec/mjpegenc: use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-10-31
* avcodec/h264_parser: Use av_freep() to avoid leaving stale pointersMichael Niedermayer2014-10-30
* avcodec/cngdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-10-30
* avcodec/crystalhd: use av_freep() to avoid stale pointersMichael Niedermayer2014-10-30
* avcodec/dvbsubdec: use av_freep() to avoid leaving stale pointersMichael Niedermayer2014-10-30
* avcodec/dvbsubdec: merge declaration and initMichael Niedermayer2014-10-30
* avcodec/dxtory: use unaligned copy for unaligned addressesMichael Niedermayer2014-10-30
* avcodec/svq1dec: zero terminate embedded message before printingMichael Niedermayer2014-10-30
* avcodec/cook: check that the subpacket sizes fit in block_alignMichael Niedermayer2014-10-30
* avcodec/g2meet: check tile dimensions to avoid integer overflowMichael Niedermayer2014-10-30
* lavc/utils: Make pix_fmt desc pointer const.Carl Eugen Hoyos2014-10-30
* avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.Michael Niedermayer2014-10-29
* avcodec/libutvideodec: Try to fix build failure with old libutvideoMichael Niedermayer2014-10-29
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-10-29
|\
| * Do not set the lame quality if the user didn't request it.Carl Eugen Hoyos2014-10-29
* | avcodec/dnxhddec: treat pix_fmt like width/heightMichael Niedermayer2014-10-29
|/
* avcodec/dxa: check dimensionsMichael Niedermayer2014-10-28
* dvenc: mark encoder as intraChristophe Gisquet2014-10-28
* dv: increase VLC reading bits to 10Christophe Gisquet2014-10-28
* Merge commit 'ce91b2eae6ea52fc1a7003566d26db20ca62d745'Michael Niedermayer2014-10-28
|\
| * vdpau: return MAIN instead of BASELINE for H.264 CBPRémi Denis-Courmont2014-10-28
* | Merge commit '26ab504ad8d2b23535c9a0ad43bf1fd0e6aa0893'Michael Niedermayer2014-10-28
|\|
| * vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBPRémi Denis-Courmont2014-10-28
| * lavc: Use av_gettime_relativeOlivier Langlois2014-10-24
* | avcodec/dirac_arith: fix integer overflowMichael Niedermayer2014-10-28
* | avcodec/diracdec: Tighter checks on CODEBLOCKS_X/YMichael Niedermayer2014-10-28
* | avcodec/diracdec: Use 64bit in calculation of codeblock coordinatesMichael Niedermayer2014-10-28
* | avcodec/sgidec: fix count checkMichael Niedermayer2014-10-27
* | avcodec/sgidec: fix linesize for 16bitMichael Niedermayer2014-10-27
* | avcodec/hevc_ps: Check default display window bitstream and skip if invalidMichael Niedermayer2014-10-27
* | avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on h264.cMichael Niedermayer2014-10-27
* | avcodec/h264: simplify find_start_code()Michael Niedermayer2014-10-27
* | Move get_avc_nalsize() and find_start_code() to h264.hMichael Niedermayer2014-10-27
* | avcodec: Add support for Opus in MPEG-TSKieran Kunhya2014-10-26
* | dv: move inverse weight tables to decoderChristophe Gisquet2014-10-26
* | dv: fix weight table for 2x4x8 transformChristophe Gisquet2014-10-26
* | dv: more precise weight table for 8x8Christophe Gisquet2014-10-25
* | dv: use smaller type for weight tablesChristophe Gisquet2014-10-25
* | dv: better split weight tables assignmentChristophe Gisquet2014-10-25
* | avcodec: Read errno before av_log() as the callback from av_log() might affec...Michael Niedermayer2014-10-25
* | avcodec/libutvideodec: Support YUV422P10Michael Niedermayer2014-10-25
* | Added support for G2M5 codecEric Zimmerman2014-10-24
* | avcodec/aacdec: warn user when remapping streams.Benoit Fouet2014-10-24
* | avcodec/utils: Print the codec name that is missing on the whitelistMichael Niedermayer2014-10-23
* | avcodec/options_table: Fix codec_whitelist flagsMichael Niedermayer2014-10-23
* | x86/hpeldsp: fix loop in {avg,avg_no_rnd}_pixels16_x2_mmxJames Almer2014-10-23