summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Add repeatfields filter (Port of mp=softpulldown)Paul B Mahol2015-02-106-0/+200
* libavutil: camellia: remove unwanted memory loadsSupraja Meedinti2015-02-101-4/+2
* libavformat: DNxHD in .mov, switch unspecified color_range to mpegKevin Wheatley2015-02-109-8/+10
* pixdesc: clarify AV_PIX_FMT_FLAG_ALPHA doxygenwm42015-02-102-3/+14
* avutil: check pixdescs in a different placewm42015-02-102-3/+3
* avutil: move internal function out of public headerwm42015-02-103-3/+3
* avcodec: fix clobbered ff_get_buffer()Paul B Mahol2015-02-104-15/+5
* test/fate: added mxf_opatom regression testsMark Reid2015-02-106-0/+64
* avcodec/mss4: use av_malloc_array()Paul B Mahol2015-02-101-1/+1
* avcodec/huffman: check if map was allocated tooPaul B Mahol2015-02-101-1/+1
* avcodec/hevc_parser: check for av_mallocz() failurePaul B Mahol2015-02-101-0/+2
* examples/demuxing_decoding: abort decoding when width, height or pix_fmt changeAndreas Cadhalpun2015-02-101-4/+22
* x86/hevc_sao: make sao_band_filter work on x86_32James Almer2015-02-092-16/+48
* avutil/camellia: Remove redundant castsMichael Niedermayer2015-02-091-4/+4
* avutil/camellia: Fix indention & whitespaceMichael Niedermayer2015-02-091-13/+13
* libavutil: optimize camellia cipherSupraja Meedinti2015-02-091-10/+27
* matroska: don't complain about unknown elementswm42015-02-091-3/+1
* avformat/utils: Fix division by 0Michael Niedermayer2015-02-091-2/+2
* avcodec/sgienc: return meaningful error codePaul B Mahol2015-02-091-1/+1
* avformat/mov: Check dimensions before setting aspectMichael Niedermayer2015-02-091-1/+2
* swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer2015-02-093-4/+12
* swresample/x86/rematrix_init: Use av_mallocz_array()Michael Niedermayer2015-02-091-2/+2
* avcodec/vb: Check for av_mallocz() failureMichael Niedermayer2015-02-091-0/+6
* avfilter/f_sendcmd: consider it an error if there are no commandsMichael Niedermayer2015-02-091-0/+5
* doc/indevs: Docs for Blackmagic high bit depth video/audioGeorg Lippitsch2015-02-091-3/+31
* hevcdsp: ARM NEON optimized transformsSeppo Tomperi2015-02-083-1/+495
* x86: hevc_mc: remove lea in EPEL_LOADChristophe Gisquet2015-02-081-12/+7
* x86: hevc_mc: fewer gpr autoloads for _v filtersChristophe Gisquet2015-02-081-6/+12
* doc/APIchanges: updated Data stream changes in APIChangeAnshul Maheshwari2015-02-081-0/+3
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-02-081-1/+5
|\
| * Fix standalone compilation of the mov muxer with --disable-optimizations.Carl Eugen Hoyos2015-02-081-1/+5
* | avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read dataClément Bœsch2015-02-081-1/+1
* | avformat/internal: fix av_interleaved_write_frame typo referenceClément Bœsch2015-02-081-1/+1
* | avfilter/dctdnoiz: fix slice_h computationClément Bœsch2015-02-081-1/+1
* | avformat/mxfenc: Remove unused variablesMichael Niedermayer2015-02-081-2/+0
* | lavfi/subtitles: add force_style optionEejya Singh2015-02-083-1/+34
* | avdevice/decklink_common: Use defined(__APPLE__) instead of __APPLE__Michael Niedermayer2015-02-081-1/+1
* | x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functionsJames Almer2015-02-081-0/+3
* | avdevice/decklink_common: Fix Decklink for MacGeorg Lippitsch2015-02-081-0/+10
* | avdevice/decklink: 10 Bit support for Decklink input deviceGeorg Lippitsch2015-02-083-4/+16
* | libavformat/mxfenc.c: added mxf opatom muxerMark Reid2015-02-082-13/+127
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-02-082-1/+32
|\ \ | |/
| * Support decoding yuv dpx images.Carl Eugen Hoyos2015-02-081-0/+31
| * Do not use -mdynamic-no-pic on OSX x86_64.Carl Eugen Hoyos2015-02-081-1/+1
* | avcodec/utils: Assert that dst->progress is clear before ff_thread_ref_frame()Michael Niedermayer2015-02-081-0/+2
* | avcodec/h264: Setup decoder to have matching reference to the EC codeMichael Niedermayer2015-02-082-9/+18
* | avcodec/h264: Move COPY_PICTURE() to h264.h so it can be used from other part...Michael Niedermayer2015-02-082-7/+7
|/
* avformat/omadec: Subtract headersize in timestamp calculationMichael Niedermayer2015-02-071-2/+2
* avformat/omadec: only compute timestamps based on bitrate if its setMichael Niedermayer2015-02-071-1/+1
* Merge commit 'e352520e3ed7f08f19e63cd60e95da6bb6f037c1'Michael Niedermayer2015-02-071-3/+13
|\
OpenPOWER on IntegriCloud