summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
| * aacsbr: treat 1-d arrays as suchVittorio Giovara2014-11-03
| * celp_filters: don't use filter lenght as loop boundVittorio Giovara2014-11-03
* | Merge commit 'c442190a6bfd8036f6c32b78e1e96ff3b830f8f0'Michael Niedermayer2014-11-04
|\|
| * error_resilience: initialize prev_* variablesVittorio Giovara2014-11-03
* | Merge commit '240b22afe14ef477da1b439b9ed7bca6cc7d6c26'Michael Niedermayer2014-11-04
|\|
| * motion_est: remove dead codeVittorio Giovara2014-11-03
| * get_bits: remove unused assignmentVittorio Giovara2014-11-03
* | avcodec/libwebpenc: add quality optionMichael Niedermayer2014-11-03
* | avcodec/options_table fix min of audio channels and sample rateMichael Niedermayer2014-11-03
* | Silence warnings for fic files with zero-sized cursors.Carl Eugen Hoyos2014-11-03
* | avcodec/jacosubdec: use time_internal.h, simplify codeMichael Niedermayer2014-11-02
* | avcodec/h264_slice: Clear table pointers to avoid stale pointersMichael Niedermayer2014-11-02
* | avcodec/libwebpenc: support "P" frames in webp animationsMichael Niedermayer2014-11-01
* | 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