summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-04-123-28/+31
|\ \
| * | Warn if rawvideo and an unreadable pix_fmt are written.Carl Eugen Hoyos2014-04-113-28/+31
* | | avcodec/jpegls: print coding parameters stored in LSEMichael Niedermayer2014-04-111-0/+5
|/ /
* | Merge commit '676856204b84dfaffe329dce8502e834a0dbdb19'Michael Niedermayer2014-04-111-1/+2
|\ \ | |/
| * DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu2014-04-113-4/+5
* | Merge commit '89ef08c992c484a46711b1a68a988303679c288e'Michael Niedermayer2014-04-114-205/+308
|\ \ | |/
| * DNxHD: K&R formatting cosmeticsVittorio Giovara2014-04-114-210/+319
* | avcodec/dnxhdenc: use av_malloc_array()Michael Niedermayer2014-04-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-111-1/+0
|\ \ | |/
| * mp2: Do not force a samplerateLuca Barbato2014-04-112-2/+0
| * libx265: Only set the SAR if it is validDerek Buitenhuis2014-04-101-7/+9
| * libx265: Use 16-bit SARDerek Buitenhuis2014-04-101-2/+2
| * libx265: Use x265_param_parse to set the SARDerek Buitenhuis2014-04-101-5/+6
* | avcodec/mpegaudioenc_template: default to 384k bitrate as defaultMichael Niedermayer2014-04-111-1/+6
* | Cosmetics: Remove an outdated comment from lavc/rawdec.c.Carl Eugen Hoyos2014-04-101-2/+0
* | avcodec/imgconvert: fix nb_components and depth for PAL8 in get_pix_fmt_score()Michael Niedermayer2014-04-101-5/+10
* | libx265: Only set the SAR if it is validDerek Buitenhuis2014-04-101-7/+9
* | libx265: Use 16-bit SARDerek Buitenhuis2014-04-101-2/+2
* | avcodec/x86: Exclude broken get_cabac under icl.Matt Oliver2014-04-102-4/+5
* | libx265: Use x265_param_parse to set the SARDerek Buitenhuis2014-04-101-5/+6
* | avcodec/mpegvideo_enc: change some asserts to av_assertsMichael Niedermayer2014-04-091-4/+4
* | avcodec/cngdec: use av_mallocz_array()Michael Niedermayer2014-04-091-5/+5
* | avcodec/jpeglsdec/ff_jpegls_decode_lse: check len field validityMichael Niedermayer2014-04-091-1/+4
* | avcodec/jpeglsdec: ask for sample for "oversized image"Michael Niedermayer2014-04-091-1/+1
* | avcodec/mpeg12dec: drop confusing av_dlog()Michael Niedermayer2014-04-091-1/+0
* | avcodec/dirac_arith: Fix build with PIC and stack-check optionsAnthoine Bourgeois2014-04-091-1/+2
* | avcodec/sanm: use named consant instead of literal numberMichael Niedermayer2014-04-091-1/+1
* | avcodec/mpegvideo: remove AVFrame padding, as the hack isnt needed anymoreMichael Niedermayer2014-04-091-1/+0
* | avcodec/snowenc: remove operations that have become redundant with AVFrame po...Michael Niedermayer2014-04-091-7/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-0935-417/+449
|\ \ | |/
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-0934-381/+411
* | avcodec/mpegaudioenc_template: reorder operations to prevent integer overflowMichael Niedermayer2014-04-091-3/+4
* | avcodec/mpegaudioenc_template: dont crash on bitrate=0Michael Niedermayer2014-04-091-1/+1
* | Merge commit 'b6a09ef700786b4e1e871dfa0f5c386ea43bbd0a'Michael Niedermayer2014-04-092-11/+1
|\ \ | |/
| * rawvideo: Support decoding YVYU422 FourCCVittorio Giovara2014-04-081-0/+1
* | Merge commit '46439e156219d27f059cf687743ba5aacf238b87'Michael Niedermayer2014-04-091-1/+1
|\ \ | |/
| * mp2: match twolame default optionsVittorio Giovara2014-04-071-1/+2
* | Merge commit '718907cd881a0b593264aed059c0e00da13f9e15'Michael Niedermayer2014-04-092-71/+99
|\ \ | |/
| * libtwolame MP2 encoding supportPaul B Mahol2014-04-074-2/+230
| * libxvid: fix missing end of line characterVittorio Giovara2014-04-071-1/+1
* | avcodec/j2kenc: use av_malloc(z)_array()Michael Niedermayer2014-04-081-2/+2
* | avcodec/libzvbi-teletextdec: remove * 1Michael Niedermayer2014-04-081-1/+1
* | avcodec/libopencore-amr: use av_mallocz_array()Michael Niedermayer2014-04-081-2/+2
* | vcodec/bitstream: use av_malloc_array()Michael Niedermayer2014-04-081-1/+1
* | avcodec/avpacket: use av_malloc_array()Michael Niedermayer2014-04-081-1/+1
* | avcodec/a64multienc: use av_malloc(z)_array()Michael Niedermayer2014-04-081-2/+2
* | avcodec/ac3enc_float: use av_malloc_array()Michael Niedermayer2014-04-081-1/+1
* | Fix standalone compilation of vp7 and vp8 decoder.Carl Eugen Hoyos2014-04-071-16/+0
* | Read aspect ratio from tiff image files.Carl Eugen Hoyos2014-04-071-1/+20
* | Remove leal op to fix icl inline asm.Matt Oliver2014-04-071-8/+5
OpenPOWER on IntegriCloud